diff options
author | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2017-04-19 15:21:32 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-04-19 15:21:32 +0000 |
commit | c0ecdc358fd18fa4dc1bf07259acd4252f9788aa (patch) | |
tree | 9c53c32c1be278a6c2f94f471f9a4195c93a6e66 /build/f_isoroot/f_repobuild/Makefile | |
parent | c51f1aadff98806a9265bd77a807e2bdd99fef6d (diff) | |
parent | d116928396655b6db92b6786022ff68f13df58c7 (diff) |
Merge "fuel-menu: Align defaults w/ OPNFV bootstrap cfg"
Diffstat (limited to 'build/f_isoroot/f_repobuild/Makefile')
-rw-r--r-- | build/f_isoroot/f_repobuild/Makefile | 3 |
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 |