fixed attach script

This commit is contained in:
WolverinDEV 2018-08-09 18:16:37 +00:00
parent ea219b0848
commit 8ba9aca900
9 changed files with 17 additions and 9 deletions

@ -1 +1 @@
Subproject commit 58d3e758b5f83c6724b5ece24b5fc672b1205ab8
Subproject commit cee9040f92c68d4ffe7ef426f7cd6f7ebcc87ecc

View File

@ -1,3 +1,11 @@
#!/bin/bash
git submodule foreach -q --recursive 'echo "Updating $name"; git checkout $(git config -f $toplevel/.gitmodules submodule.$name.branch || echo master); git pull origin $(git config -f $toplevel/.gitmodules submodule.$name.branch || echo master)'
git submodule foreach -q --recursive '
echo "Updating $name";
BRANCH=$(git config -f $toplevel/.gitmodules submodule.$name.branch || echo master)
if [ -z ${BRANCH} ]; then
BRANCH="master"
fi
git checkout ${BRANCH};
echo "git pull origin ${BRANCH}"
git pull origin ${BRANCH}'

@ -1 +1 @@
Subproject commit 43c97648631c22d2ac9439944c7214175eda7605
Subproject commit f8b8024caacbef279cd8951a14afe8fd464cc32a

@ -1 +1 @@
Subproject commit e7b78770eca9724a7af2f344588693dcf8b327df
Subproject commit a3202d7bc1e538bc00cda7b429ca8f77f8093f30

@ -1 +1 @@
Subproject commit 948ce04ed74397331c158c13209fd2370c2dbd5a
Subproject commit 7b98edabb61c6f06199fc22ffc9ebff580dfefc3

@ -1 +1 @@
Subproject commit c3a6fe75e1511a4c7a7a6ef0a5954b1918902933
Subproject commit ee12c516cf5766b2c32203dcc20c32b8691a8ebb

@ -1 +1 @@
Subproject commit 3d62db3ecd5377025a458bca827ab4ca12d5c1f0
Subproject commit c9a30c2c279431466e30541ac7c2cd9776c93b9c

@ -1 +1 @@
Subproject commit 0f7fd3c606c204cf13b39ca35722782d3d05e319
Subproject commit 2c202ee7c530b84c6387e0dd71be04ac254a1d17

@ -1 +1 @@
Subproject commit 1698b47b65feded180f44d762ddaf7181a270608
Subproject commit c90c08ccc9a08abcca609064fb9a856dfdbbb7b4