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 /.gitmodules | |
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 '.gitmodules')
-rw-r--r-- | .gitmodules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules index 290b74223..4d35439d4 100644 --- a/.gitmodules +++ b/.gitmodules @@ -51,7 +51,7 @@ [submodule "network-checker"] path = build/f_repos/sub/network-checker url = https://github.com/openstack/network-checker.git - branch = master + branch = stable/newton ignore = all [submodule "fuel-ui"] path = build/f_repos/sub/fuel-ui |