diff options
author | Stefan K. Berg <stefan.k.berg@ericsson.com> | 2016-05-31 14:49:36 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-05-31 14:49:36 +0000 |
commit | ec0c7698cd363b71694ca33e87f65fc382acda8d (patch) | |
tree | 3472b6dbb13612ce59f00c8ef1630fd9c3ed25ed /build/repo-mirror-cz.patch | |
parent | ebb5b355ba542fc22b8f96f952439251d4b2c90b (diff) | |
parent | 6d672885e96f25309ef36da9a6b3c93968ec0c5e (diff) |
Merge "Build system uplift to Fuel 9.0/Mitaka"
Diffstat (limited to 'build/repo-mirror-cz.patch')
-rw-r--r-- | build/repo-mirror-cz.patch | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/build/repo-mirror-cz.patch b/build/repo-mirror-cz.patch new file mode 100644 index 000000000..aa8eaf9ad --- /dev/null +++ b/build/repo-mirror-cz.patch @@ -0,0 +1,19 @@ +*** config.mk.orig Thu Jan 7 23:30:38 2016 +--- config.mk Thu Jan 7 23:32:36 2016 +*************** +*** 153,159 **** + # 'msk', 'srt', 'usa', 'hrk', 'cz' + # Setting any other value or removing of this variable will cause + # download of all the packages directly from internet +! USE_MIRROR?=ext + + ifeq ($(USE_MIRROR),ext) + MIRROR_FUEL?=http://mirror.fuel-infra.org/mos-repos/centos/$(PRODUCT_NAME)$(PRODUCT_VERSION)-centos$(CENTOS_MAJOR)-fuel/os/x86_64/ +--- 153,159 ---- + # 'msk', 'srt', 'usa', 'hrk', 'cz' + # Setting any other value or removing of this variable will cause + # download of all the packages directly from internet +! USE_MIRROR?=cz + + ifeq ($(USE_MIRROR),ext) + MIRROR_FUEL?=http://mirror.fuel-infra.org/mos-repos/centos/$(PRODUCT_NAME)$(PRODUCT_VERSION)-centos$(CENTOS_MAJOR)-fuel/os/x86_64/ |