diff options
author | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2016-12-06 17:15:55 +0100 |
---|---|---|
committer | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2016-12-06 17:25:12 +0100 |
commit | bc8ece0a7e1643310cc0dabe4bc303a6ed9b1802 (patch) | |
tree | c7f583836fc7713a24beac3c810cf2fdd3dc7b08 | |
parent | 754d08a7e7cb39795920722821e59bfa40dddf4b (diff) |
build: Disable git submodule remote tracking
Instead of fetching remote branch head, stick to commits we bound to
in Armband.
This prevents further breakage when our submodules are updated
upstream.
Change-Id: I231aa4458bfea51608400d3a6c7d670f4413176d
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
-rw-r--r-- | Makefile | 2 | ||||
m--------- | upstream/fuel-agent | 0 | ||||
m--------- | upstream/fuel-astute | 0 | ||||
m--------- | upstream/fuel-library | 0 | ||||
m--------- | upstream/fuel-mirror | 0 | ||||
m--------- | upstream/fuel-plugin-opendaylight | 0 | ||||
m--------- | upstream/fuel-web | 0 |
7 files changed, 1 insertions, 1 deletions
@@ -52,7 +52,7 @@ submodules-init: @if [ ! -d ${FUEL_BASE}/build ]; then \ git submodule -q init; \ git submodule -q sync; \ - git submodule update --remote; \ + git submodule update; \ fi # Clean any changes made to submodules, checkout Armband root commit diff --git a/upstream/fuel-agent b/upstream/fuel-agent -Subproject 2cd6925ce2986b58a3ff1dcade12f55a41bff71 +Subproject 7ffbf39caf5845bd82b8ce20a7766cf24aa803f diff --git a/upstream/fuel-astute b/upstream/fuel-astute -Subproject 65309028c2b65cee68bb865f3895ed185922f3b +Subproject 390b257240d49cc5e94ed5c4fcd940b5f2f6ec6 diff --git a/upstream/fuel-library b/upstream/fuel-library -Subproject 0744f4b3fb170d98c7ba70160cd9b91064865bd +Subproject e283b62750d9e26355981b3ad3be7c880944ae0 diff --git a/upstream/fuel-mirror b/upstream/fuel-mirror -Subproject 81246a7ecd95c27b388df8f8954e4fb81a3f06e +Subproject d1ef06b530ce2149230953bb3810a88ecaff870 diff --git a/upstream/fuel-plugin-opendaylight b/upstream/fuel-plugin-opendaylight -Subproject 8cc22c4717d2da338135d854e1d13aac3ef7531 +Subproject 5d1885b2583e65b4b123093c6cb113e9bb5d32e diff --git a/upstream/fuel-web b/upstream/fuel-web -Subproject d3463ad92df45541fc0107801aef71e73a194ec +Subproject e2b85bafb68c348f25cb7cceda81edc668ba2e6 |