diff options
author | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2016-02-21 16:28:02 +0100 |
---|---|---|
committer | Jonas Bjurel <jonas.bjurel@ericsson.com> | 2016-06-15 10:55:08 +0000 |
commit | ba99c6e97a4dc9db8165edc7d95a254892f59830 (patch) | |
tree | 68ef48420000b3567d0b7309315b855f164131d8 /build/config.mk | |
parent | 301ce6a92c82f65df08d75995d35316005e38ff9 (diff) |
Build: Allow customizing FUEL_MAIN_TAG (commit)
FUEL_MAIN_TAG is currently hard set to 9.0 (not overridable).
While this is a sane assumption for the usual scenarios,
Armband applies a series of patches on top of Fuel@OPNFV, hence
requiring us to override this variable.
WARNING: FUEL_MAIN_TAG is reused for fuel-mirror tag, so if you
override this variable, make sure the same tag exists in fuel-mirror.
Change-Id: Ided75cf0c3b5ad18cf7ef1ec88b5d2dc3aada511
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Signed-off-by: Stanislaw Kardach <Stanislaw.Kardach@cavium.com>
Diffstat (limited to 'build/config.mk')
-rw-r--r-- | build/config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/config.mk b/build/config.mk index 23bda18b2..af63fcd8f 100644 --- a/build/config.mk +++ b/build/config.mk @@ -9,7 +9,7 @@ ############################################################################## FUEL_MAIN_REPO := https://github.com/openstack/fuel-main -FUEL_MAIN_TAG = 9.0 +FUEL_MAIN_TAG := 9.0 MOS_VERSION = 9.0 OPENSTACK_VERSION = mitaka-9.0 |