From 75ca54bea61760ffcbd5edf150eec8eb834443cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Pierret?= Date: Sun, 6 May 2018 12:01:24 +0200 Subject: [PATCH] Add support for defining QubesOS repository mirror --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 99b1723..0883caa 100644 --- a/Makefile +++ b/Makefile @@ -20,7 +20,7 @@ TEMPLATE_ENV_WHITELIST += \ TEMPLATE_ROOT_WITH_PARTITIONS TEMPLATE_ROOT_SIZE \ USE_QUBES_REPO_VERSION USE_QUBES_REPO_TESTING \ BUILDER_TURBO_MODE REPO_PROXY FEDORA_MIRROR \ - CENTOS_MIRROR EPEL_MIRROR + CENTOS_MIRROR EPEL_MIRROR QUBES_MIRROR # Make sure names are < 32 characters, process aliases fix_up := $(shell TEMPLATE_NAME=$(TEMPLATE_NAME) ./builder_fix_filenames)