summaryrefslogtreecommitdiffstats
path: root/build/f_isoroot/f_repobuild/Makefile
diff options
context:
space:
mode:
authorAlexandru Avadanii <Alexandru.Avadanii@enea.com>2017-04-25 11:21:02 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-04-25 11:21:02 +0000
commit26ddcc786462f926ab576f53694cba5a903f9bef (patch)
treec74974e3470fe1f6a28878d443584641b74c2255 /build/f_isoroot/f_repobuild/Makefile
parentff49960601c8e493d27953b1d878cae5951fcdee (diff)
parent603dac9a9ea3830fdf851e410ba1eced6ed32a2a (diff)
Merge "fuel-menu: Align defaults w/ OPNFV bootstrap cfg" into stable/danube
Diffstat (limited to 'build/f_isoroot/f_repobuild/Makefile')
-rw-r--r--build/f_isoroot/f_repobuild/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/build/f_isoroot/f_repobuild/Makefile b/build/f_isoroot/f_repobuild/Makefile
index 891712b9a..c61d1adf5 100644
--- a/build/f_isoroot/f_repobuild/Makefile
+++ b/build/f_isoroot/f_repobuild/Makefile
@@ -27,6 +27,8 @@ nailgun:
rm -Rf nailgun packetary opnfv_config && mkdir opnfv_config
# We will analyze fuel-web's fixture files for package lists
ln -sf ${F_SUBMOD_DIR}/fuel-web fuel-web
+ # Same for fuel-agent's bootstrap package list
+ ln -sf ${F_SUBMOD_DIR}/fuel-agent fuel-agent
git clone --quiet $(PACKETARY_REPO)
if [ -n $(PACKETARY_COMMIT) ]; then \
git -C packetary checkout $(PACKETARY_COMMIT); \
@@ -48,7 +50,6 @@ release:nailgun
@rm -Rf ../release/opnfv/nailgun
@mkdir -p ../release/opnfv
@cp -Rp nailgun ../release/opnfv/nailgun
- @cp fuel_bootstrap_cli.yaml ../release/opnfv/
############################################################################
# Cache operations - only used when building through ci/build.sh