summaryrefslogtreecommitdiffstats
path: root/patches/opnfv-fuel/multiarch-plugins/0001-fpb-Support-multiple-versions-of-packages.patch
diff options
context:
space:
mode:
authorAlexandru Avadanii <Alexandru.Avadanii@enea.com>2016-10-28 14:22:38 +0000
committerGerrit Code Review <gerrit@opnfv.org>2016-10-28 14:22:38 +0000
commit0173511aec7d81239b791e765557554d7d775723 (patch)
treeaa8fb5e4779bf8fb3d5d56c10e83636b8fc7c758 /patches/opnfv-fuel/multiarch-plugins/0001-fpb-Support-multiple-versions-of-packages.patch
parentef001c76ff8cda8dabd87cea4ca9d32effac7772 (diff)
parent4ffa88c69d8e0f1980153af5556c01fdd7eee0c4 (diff)
Merge "build: Rebase after cirros bump / GPG addition"
Diffstat (limited to 'patches/opnfv-fuel/multiarch-plugins/0001-fpb-Support-multiple-versions-of-packages.patch')
-rw-r--r--patches/opnfv-fuel/multiarch-plugins/0001-fpb-Support-multiple-versions-of-packages.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/patches/opnfv-fuel/multiarch-plugins/0001-fpb-Support-multiple-versions-of-packages.patch b/patches/opnfv-fuel/multiarch-plugins/0001-fpb-Support-multiple-versions-of-packages.patch
index 35bef5c8..6fc8bdbe 100644
--- a/patches/opnfv-fuel/multiarch-plugins/0001-fpb-Support-multiple-versions-of-packages.patch
+++ b/patches/opnfv-fuel/multiarch-plugins/0001-fpb-Support-multiple-versions-of-packages.patch
@@ -30,10 +30,10 @@ index 624f233..ab0d0d3 100644
+ (git fetch origin INSERT_FPB_CHANGE && git checkout FETCH_HEAD)) && \
+ python setup.py sdist && pip install ./dist/fuel-plugin-builder-*.tar.gz && \
+ cd .. && rm -rf fuel-plugins
+ # fuel-infra key
+ RUN apt-key adv --keyserver keyserver.ubuntu.com --recv-keys BCE5CC461FA22B08
RUN echo "ALL ALL=NOPASSWD: ALL" > /etc/sudoers.d/open-sudo
- RUN echo "Defaults env_keep += \"ftp_proxy http_proxy https_proxy no_proxy RSYNC_PROXY RSYNC_CONNECT_PROG npm_config_registry\"" > /etc/sudoers.d/keep-proxies
-diff --git a/build/docker/Makefile b/build/docker/Makefile
index 783881e..74f6346 100644
--- a/build/docker/Makefile
+++ b/build/docker/Makefile