Skip to content

Commit

Permalink
PACKER_LOG, cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
xorel committed Nov 2, 2023
1 parent b4c4fca commit 9da61ce
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions Makefile.config
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ RELEASE ?= 1

# log
VERBOSE ?= 1
PACKER_LOG ?= 1
PACKER_LOG ?= 0
PACKER_HEADLESS ?= true

DISTROS := alma8 alma9 \
Expand All @@ -24,14 +24,13 @@ SERVICES := service_OneKE service_wordpress
# default directories
DIR_BUILD ?= build
DIR_PACKER ?= $(DIR_BUILD)/packer
DIR_CLOUDINIT ?= $(DIR_BUILD)/cloud-init
DIR_EXPORT ?= export

# create them if not present
$(shell mkdir -p ${DIR_BUILD} ${DIR_PACKER} ${DIR_CLOUDINIT} ${DIR_EXPORT})
$(shell mkdir -p ${DIR_BUILD} ${DIR_PACKER} ${DIR_EXPORT})

# Don't delete exported
.SECONDARY: $(patsubst %, $(DIR_EXPORT)/%-$(VERSION)-$(RELEASE).qcow2, $(DISTROS))
.SECONDARY: $(patsubst %, $(DIR_EXPORT)/%.qcow2, $(DISTROS))

.PHONY: context-linux packer help

Expand Down

0 comments on commit 9da61ce

Please sign in to comment.