build: Disable git submodule remote tracking 49/25549/1
authorAlexandru Avadanii <Alexandru.Avadanii@enea.com>
Tue, 6 Dec 2016 16:15:55 +0000 (17:15 +0100)
committerAlexandru Avadanii <Alexandru.Avadanii@enea.com>
Tue, 6 Dec 2016 16:25:12 +0000 (17:25 +0100)
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>
Makefile
upstream/fuel-agent
upstream/fuel-astute
upstream/fuel-library
upstream/fuel-mirror
upstream/fuel-plugin-opendaylight
upstream/fuel-web

index d3bc979..11e815a 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -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
index 2cd6925..7ffbf39 160000 (submodule)
@@ -1 +1 @@
-Subproject commit 2cd6925ce2986b58a3ff1dcade12f55a41bff71e
+Subproject commit 7ffbf39caf5845bd82b8ce20a7766cf24aa803fb
index 6530902..390b257 160000 (submodule)
@@ -1 +1 @@
-Subproject commit 65309028c2b65cee68bb865f3895ed185922f3b2
+Subproject commit 390b257240d49cc5e94ed5c4fcd940b5f2f6ec64
index 0744f4b..e283b62 160000 (submodule)
@@ -1 +1 @@
-Subproject commit 0744f4b3fb170d98c7ba70160cd9b91064865bd6
+Subproject commit e283b62750d9e26355981b3ad3be7c880944ae0f
index 81246a7..d1ef06b 160000 (submodule)
@@ -1 +1 @@
-Subproject commit 81246a7ecd95c27b388df8f8954e4fb81a3f06e4
+Subproject commit d1ef06b530ce2149230953bb3810a88ecaff870c
index 8cc22c4..5d1885b 160000 (submodule)
@@ -1 +1 @@
-Subproject commit 8cc22c4717d2da338135d854e1d13aac3ef75314
+Subproject commit 5d1885b2583e65b4b123093c6cb113e9bb5d32eb
index d3463ad..e2b85ba 160000 (submodule)
@@ -1 +1 @@
-Subproject commit d3463ad92df45541fc0107801aef71e73a194ec4
+Subproject commit e2b85bafb68c348f25cb7cceda81edc668ba2e64