diff options
author | Michael Polenchuk <mpolenchuk@mirantis.com> | 2016-11-29 13:40:58 +0300 |
---|---|---|
committer | Michael Polenchuk <mpolenchuk@mirantis.com> | 2016-11-29 15:31:42 +0300 |
commit | 367bc372ae77a2b6681d807865250415abe9a94c (patch) | |
tree | 6a979ca06cc94f4e3b26ebda7f23c63697431931 /build | |
parent | f9f173106d9328d325a9d86314c92bb2af77da7e (diff) |
Turn on remote tracking of submodules
JIRA: FUEL-234
Change-Id: I916cc94f58df2f2227384c73eda556f448ac50b5
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
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 |