diff options
author | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2016-10-12 16:39:38 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2016-10-12 16:39:38 +0000 |
commit | c89e6cfb6d5cded1f80196094f90a7b56a9081ee (patch) | |
tree | 74936aabfd93d97f9f62b2112e559dd6a0bd453c /build/config.mk | |
parent | 7b5abfd04c7a8c533894958073bb8d5c91b48eaf (diff) | |
parent | 0d222a4d86ddd5e9f99f3a35bcb123920d0cc5c3 (diff) |
Merge "ci, build/f_repos: Minor UX improvements"
Diffstat (limited to 'build/config.mk')
-rw-r--r-- | build/config.mk | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/build/config.mk b/build/config.mk index b9be44f0a..ab278589e 100644 --- a/build/config.mk +++ b/build/config.mk @@ -8,7 +8,11 @@ # http://www.apache.org/licenses/LICENSE-2.0 ############################################################################## -# fuel-main tag checked out from upstream `fuel-main` repo before patching it +# This tag is NOT checked out, it only serves a cosmetic purpose of hinting +# what upstream Fuel components our submodules are bound to (while tracking +# remotes, ALL submodules will point to remote branch HEAD). +# NOTE: Pinning fuel-main or other submodules to a specific commit/tag is +# done ONLY via git submodules. FUEL_MAIN_TAG = 9.0.1 MOS_VERSION = 9.0 OPENSTACK_VERSION = mitaka-9.0 |