[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
This commit is contained in:
Felipe Monteiro 2018-05-15 15:55:00 +01:00 committed by Pete Birley
parent 4503ad1558
commit 4b50849328
6 changed files with 6 additions and 6 deletions

View File

@ -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)

View File

@ -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)

View File

@ -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)

View File

@ -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)

View File

@ -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)

View File

@ -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)