diff options
author | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2017-04-09 14:10:21 +0200 |
---|---|---|
committer | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2017-04-09 14:33:33 +0200 |
commit | d116928396655b6db92b6786022ff68f13df58c7 (patch) | |
tree | 163cb62910b132929abfe604f350395c2a59ec65 /build/f_isoroot/f_repobuild/config.mk | |
parent | 64af432a852c0c0f6b5afc11ddde7609932704db (diff) |
fuel-menu: Align defaults w/ OPNFV bootstrap cfg
Instead of overwriting fuel_bootstrap_cli.yaml during post-install,
with a static config which we need to manually sync in OPNFV after
each upstream change, make the whole thing dynamic by syncing (via
patch) fuel-menu's default settings with OPNFV bootstrap.
This allows us to drop the static fuel_bootstrap_cli.yaml.
JIRA: FUEL-266
Change-Id: I132f2a272c764ad0fc84b3e0e0e1222b1fab1cd2
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Diffstat (limited to 'build/f_isoroot/f_repobuild/config.mk')
-rw-r--r-- | build/f_isoroot/f_repobuild/config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/f_isoroot/f_repobuild/config.mk b/build/f_isoroot/f_repobuild/config.mk index 986ea9e8e..68101d6ec 100644 --- a/build/f_isoroot/f_repobuild/config.mk +++ b/build/f_isoroot/f_repobuild/config.mk @@ -19,5 +19,5 @@ export MIRROR_UBUNTU_ROOT_arm64=ubuntu-ports # Merge all local mirror repo components/section into single "main" # NOTE: When changing this, make sure to also update all consumer config, like: -# - fuel_bootstrap_cli.yaml +# - fuel-menu/fuelmenu/settings.yaml export MIRROR_UBUNTU_MERGE=true |