diff options
author | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2016-08-25 20:59:44 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-08-25 20:59:44 +0000 |
commit | ec26aaa98dfc2e56a6e32729efe22e6b7ac99205 (patch) | |
tree | 9a353abd9e890565f213ac8bee98bcb65a6ee9f9 /patches/opnfv-fuel/0043-build-Add-armband.mk-config.patch | |
parent | d9c86c5b1cb3f4641ea29f7671dd3050556b5773 (diff) | |
parent | 020ea1f99635ca2510641a71412ac8dacdffc331 (diff) |
Merge "fpb: Temporary fix for supporting multiple DEB ver" into stable/colorado
Diffstat (limited to 'patches/opnfv-fuel/0043-build-Add-armband.mk-config.patch')
-rw-r--r-- | patches/opnfv-fuel/0043-build-Add-armband.mk-config.patch | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/patches/opnfv-fuel/0043-build-Add-armband.mk-config.patch b/patches/opnfv-fuel/0043-build-Add-armband.mk-config.patch index 7880fdfe..df1bd110 100644 --- a/patches/opnfv-fuel/0043-build-Add-armband.mk-config.patch +++ b/patches/opnfv-fuel/0043-build-Add-armband.mk-config.patch @@ -51,7 +51,7 @@ new file mode 100644 index 0000000..1e772f0 --- /dev/null +++ b/build/armband.mk -@@ -0,0 +1,49 @@ +@@ -0,0 +1,54 @@ +############################################################################## +# Copyright (c) 2016 Enea AB and others. +# Alexandru.Avadanii@enea.com @@ -70,6 +70,11 @@ index 0000000..1e772f0 + export MIRROR_MOS_UBUNTU := linux.enea.com + export EXTRA_RPM_REPOS := armband,http://linux.enea.com/mos-repos/centos/mos9.0-centos7/armband/x86_64,10 + ++ # Temporary fuel-plugin-builder repo info for runtime patching ++ export FPB_REPO := https://github.com/openstack/fuel-plugins ++ export FPB_BRANCH := master ++ export FPB_CHANGE := refs/changes/31/311031/2 ++ + # Armband git submodules for Fuel/OPNFV components + export ASTUTE_REPO := ${ARMBAND_BASE}/upstream/fuel-astute + export ASTUTE_COMMIT := HEAD |