diff options
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 |