Merge "[trivial] Correct erroneous Makefile comments"

This commit is contained in:
Zuul
2018-05-15 21:18:16 +00:00
committed by Gerrit Code Review
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)