Adding the list of missing directories in excludes Makefile

Also updating the prefix name for ceph-utility to airshipit
as the porthole project was moved from attcomdev to airship

Change-Id: I22a31751a576f070945eaf5373307435d239ec45
This commit is contained in:
KHIYANI, RAHUL (rk0850) 2019-09-05 10:31:04 -05:00 committed by Rahul Khiyani
parent 0141d8b0b5
commit 7c7d2e8edb
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@ SHELL := /bin/bash
DOCKER_REGISTRY ?= quay.io
IMAGE_NAME ?= ceph-utility
IMAGE_PREFIX ?= attcomdev
IMAGE_PREFIX ?= airshipit
IMAGE_TAG ?= latest
LABEL ?= mimic

View File

@ -18,7 +18,7 @@ SHELL := /bin/bash
HELM := helm
TASK := build
EXCLUDES := helm-toolkit docs Dockerfiles
EXCLUDES := helm-toolkit docs tools logs tmp Dockerfiles zuul.d
CHARTS := helm-toolkit $(filter-out $(EXCLUDES), $(patsubst %/.,%,$(wildcard */.)))
.PHONY: $(EXCLUDES) $(CHARTS)