From 4b50849328806801f320045bbd4a7ff2ba1f94a0 Mon Sep 17 00:00:00 2001 From: Felipe Monteiro Date: Tue, 15 May 2018 15:55:00 +0100 Subject: [PATCH] [trivial] Correct erroneous Makefile comments This patchset corrects some trivial copy/paste comment mistakes in some Makefiles: Deckhand is referenced which is out of place since the project is a third-party open source project that clearly isn't the image being built. This corrects the reference to the correct one per Makefile. Change-Id: I372803ead251ff7909c1aef0f31b0188d1fdd1c9 --- tools/images/ceph-config-helper/Makefile | 2 +- tools/images/gate-utils/Makefile | 2 +- tools/images/libvirt/Makefile | 2 +- tools/images/openvswitch/Makefile | 2 +- tools/images/tempest/Makefile | 2 +- tools/images/vbmc/Makefile | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/tools/images/ceph-config-helper/Makefile b/tools/images/ceph-config-helper/Makefile index 755ab22b68..3c6b3693c4 100644 --- a/tools/images/ceph-config-helper/Makefile +++ b/tools/images/ceph-config-helper/Makefile @@ -24,7 +24,7 @@ LABEL ?= putlabelshere IMAGE := ${DOCKER_REGISTRY}/${IMAGE_PREFIX}/${IMAGE_NAME}:${IMAGE_TAG} -# Build Deckhand Docker image for this project +# Build ceph-config-helper Docker image for this project .PHONY: images images: build_$(IMAGE_NAME) diff --git a/tools/images/gate-utils/Makefile b/tools/images/gate-utils/Makefile index 60a2e3b0ab..4a7b00cf1a 100644 --- a/tools/images/gate-utils/Makefile +++ b/tools/images/gate-utils/Makefile @@ -23,7 +23,7 @@ LABEL ?= putlabelshere IMAGE := ${DOCKER_REGISTRY}/${IMAGE_PREFIX}/${IMAGE_NAME}:${IMAGE_TAG} -# Build Deckhand Docker image for this project +# Build gate-utils Docker image for this project .PHONY: images images: build_$(IMAGE_NAME) diff --git a/tools/images/libvirt/Makefile b/tools/images/libvirt/Makefile index 04ff014113..5624bb25e6 100644 --- a/tools/images/libvirt/Makefile +++ b/tools/images/libvirt/Makefile @@ -29,7 +29,7 @@ LABEL ?= putlabelshere IMAGE := ${DOCKER_REGISTRY}/${IMAGE_PREFIX}/${IMAGE_NAME}:${IMAGE_TAG} -# Build Deckhand Docker image for this project +# Build libvirt Docker image for this project .PHONY: images images: build_$(IMAGE_NAME) diff --git a/tools/images/openvswitch/Makefile b/tools/images/openvswitch/Makefile index 1157eff991..09e3c7dde8 100644 --- a/tools/images/openvswitch/Makefile +++ b/tools/images/openvswitch/Makefile @@ -24,7 +24,7 @@ LABEL ?= putlabelshere IMAGE := ${DOCKER_REGISTRY}/${IMAGE_PREFIX}/${IMAGE_NAME}:${IMAGE_TAG} -# Build Deckhand Docker image for this project +# Build openvswitch Docker image for this project .PHONY: images images: build_$(IMAGE_NAME) diff --git a/tools/images/tempest/Makefile b/tools/images/tempest/Makefile index 07211155a4..28ba8bd1a6 100644 --- a/tools/images/tempest/Makefile +++ b/tools/images/tempest/Makefile @@ -23,7 +23,7 @@ LABEL ?= putlabelshere IMAGE := ${DOCKER_REGISTRY}/${IMAGE_PREFIX}/${IMAGE_NAME}:${IMAGE_TAG} -# Build Deckhand Docker image for this project +# Build tempest Docker image for this project .PHONY: images images: build_$(IMAGE_NAME) diff --git a/tools/images/vbmc/Makefile b/tools/images/vbmc/Makefile index c5f42ad694..211eaf0573 100644 --- a/tools/images/vbmc/Makefile +++ b/tools/images/vbmc/Makefile @@ -23,7 +23,7 @@ LABEL ?= putlabelshere IMAGE := ${DOCKER_REGISTRY}/${IMAGE_PREFIX}/${IMAGE_NAME}:${IMAGE_TAG} -# Build Deckhand Docker image for this project +# Build vbmc Docker image for this project .PHONY: images images: build_$(IMAGE_NAME)