diff options
author | Stefan K. Berg <stefan.k.berg@ericsson.com> | 2016-01-17 19:18:58 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-01-17 19:18:59 +0000 |
commit | 58ab9100f56b4252578c9c13cb8060d87285f1ba (patch) | |
tree | 8294e825620f38d7be12875b0bb3e7db0aa7683e /build/fuel-main_7.patch | |
parent | 76aa5bd1daf9568ab91f7586b0627062ffb26fb0 (diff) | |
parent | 8e599759ede512a773eccef59eb2824940307564 (diff) |
Merge "Fuel 8 uplift"
Diffstat (limited to 'build/fuel-main_7.patch')
-rw-r--r-- | build/fuel-main_7.patch | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/build/fuel-main_7.patch b/build/fuel-main_7.patch new file mode 100644 index 000000000..aa8eaf9ad --- /dev/null +++ b/build/fuel-main_7.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/ |