diff options
Diffstat (limited to 'build')
-rw-r--r-- | build/f_repos/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/build/f_repos/Makefile b/build/f_repos/Makefile index f09dbedd1..b5eafff9b 100644 --- a/build/f_repos/Makefile +++ b/build/f_repos/Makefile @@ -35,9 +35,7 @@ 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 -# 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) +FUEL_TRACK_REMOTES ?= $(shell git symbolic-ref --short HEAD | grep -v stable) .PHONY: all all: release |