[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:
parent
4503ad1558
commit
4b50849328
@ -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)
|
||||
|
||||
|
@ -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)
|
||||
|
||||
|
@ -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)
|
||||
|
||||
|
@ -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)
|
||||
|
||||
|
@ -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)
|
||||
|
||||
|
@ -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)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user