Skip to content
Snippets Groups Projects
Commit 908feb26 authored by osak buildhauer user's avatar osak buildhauer user Committed by Christopher Spinrath
Browse files

iso_name: add another flag to specify daily image urls

parent f433fdca
No related branches found
No related tags found
No related merge requests found
...@@ -110,7 +110,11 @@ endef ...@@ -110,7 +110,11 @@ endef
ISO_IMAGE_DEST=/iso ISO_IMAGE_DEST=/iso
ISO_IMAGE=$(ISO_IMAGE_DEST)/image.iso ISO_IMAGE=$(ISO_IMAGE_DEST)/image.iso
ifneq (,$(findstring url-no-release,$(ISO_PATTERN_FLAGS)))
ISO_URL=$(ISO_BASE_URL)/$(ISO_CHANNEL)
else
ISO_URL=$(ISO_BASE_URL)/$(ISO_RELEASE)/$(ISO_CHANNEL) ISO_URL=$(ISO_BASE_URL)/$(ISO_RELEASE)/$(ISO_CHANNEL)
endif
ISO_CONTENT=$(ISO_IMAGE_DEST)/content ISO_CONTENT=$(ISO_IMAGE_DEST)/content
IMAGE_PART_FILE=$(WORKSPACE)/image.img.part IMAGE_PART_FILE=$(WORKSPACE)/image.img.part
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment