diff options
author | Stefan Berg <stefan.k.berg@ericsson.com> | 2016-11-16 08:40:40 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2016-11-16 08:40:40 +0000 |
commit | da5ed062277da74d394202a97ffa9344fe88ea2a (patch) | |
tree | e71e707c1584e94f74925400dd59fcc87b5428ee /build/f_repos/Makefile | |
parent | d4b0f79649da3ad7a3f3f59d3b92ea230f5b1826 (diff) | |
parent | 9f8aff6636e0d86834178b461802f3e7cb95189d (diff) |
Merge "Uplift to Fuel 10.0/Newton"
Diffstat (limited to 'build/f_repos/Makefile')
-rw-r--r-- | build/f_repos/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/build/f_repos/Makefile b/build/f_repos/Makefile index b5eafff9b..f09dbedd1 100644 --- a/build/f_repos/Makefile +++ b/build/f_repos/Makefile @@ -35,7 +35,9 @@ include ../config.mk # To enable remote tracking, set the following var to any non-empty string. # Leaving this var empty will bind each git submodule to its saved commit. # NOTE: For non-stable branches, unless overriden, always track remotes -FUEL_TRACK_REMOTES ?= $(shell git symbolic-ref --short HEAD | grep -v stable) +# Need to disable this logic temporarily as Newton doesn't seem to have stable +# branches in all repos. /Stefan +# FUEL_TRACK_REMOTES ?= $(shell git symbolic-ref --short HEAD | grep -v stable) .PHONY: all all: release |