File tree 11 files changed +11
-11
lines changed
11 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ cd $(basename "${GERRIT_PROJECT}")
40
40
git fetch origin ${GERRIT_REFSPEC} && git checkout FETCH_HEAD
41
41
42
42
# update libntirpc
43
- git submodule update --init || git submodule sync
43
+ git submodule update --recursive -- init || git submodule sync
44
44
45
45
# cleanup old build dir
46
46
[ -d build ] && rm -rf build
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ cd $(basename "${GERRIT_PROJECT}")
37
37
git fetch origin ${GERRIT_REFSPEC} && git checkout FETCH_HEAD
38
38
39
39
# update libntirpc
40
- git submodule update --init || git submodule sync
40
+ git submodule update --recursive -- init || git submodule sync
41
41
42
42
# cleanup old build dir
43
43
[ -d build ] && rm -rf build
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ cd $(basename "${GERRIT_PROJECT}")
37
37
git fetch origin ${GERRIT_REFSPEC} && git checkout FETCH_HEAD
38
38
39
39
# update libntirpc
40
- git submodule update --init || git submodule sync
40
+ git submodule update --recursive -- init || git submodule sync
41
41
42
42
# cleanup old build dir
43
43
[ -d build ] && rm -rf build
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ cd $(basename "${GERRIT_PROJECT}")
43
43
git fetch origin ${GERRIT_REFSPEC} && git checkout FETCH_HEAD
44
44
45
45
# update libntirpc
46
- git submodule update --init || git submodule sync
46
+ git submodule update --recursive -- init || git submodule sync
47
47
48
48
# cleanup old build dir
49
49
[ -d build ] && rm -rf build
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ cd $(basename "${GERRIT_PROJECT}")
34
34
git fetch --depth=1 origin ${GERRIT_REFSPEC} && git checkout FETCH_HEAD
35
35
36
36
# update libntirpc
37
- git submodule update --init || git submodule sync
37
+ git submodule update --recursive -- init || git submodule sync
38
38
39
39
# cleanup old build dir
40
40
[ -d build ] && rm -rf build
Original file line number Diff line number Diff line change 58
58
git checkout next
59
59
if [ $once -eq 0 ]
60
60
then
61
- git submodule update --init || git submodule sync
61
+ git submodule update --recursive -- init || git submodule sync
62
62
once=1
63
63
fi
64
64
cd ..
Original file line number Diff line number Diff line change 98
98
git checkout -b " ${GERRIT_REFSPEC} " FETCH_HEAD
99
99
100
100
# update libntirpc
101
- git submodule update --init || git submodule sync
101
+ git submodule update --recursive -- init || git submodule sync
102
102
103
103
mkdir build
104
104
pushd build
Original file line number Diff line number Diff line change 98
98
git checkout -b " ${GERRIT_REFSPEC} " FETCH_HEAD
99
99
100
100
# update libntirpc
101
- git submodule update --init || git submodule sync
101
+ git submodule update --recursive -- init || git submodule sync
102
102
103
103
mkdir build
104
104
pushd build
Original file line number Diff line number Diff line change 158
158
git checkout -b " ${GERRIT_REFSPEC} " FETCH_HEAD
159
159
160
160
# update libntirpc
161
- git submodule update --init || git submodule sync
161
+ git submodule update --recursive -- init || git submodule sync
162
162
163
163
mkdir build
164
164
pushd build
Original file line number Diff line number Diff line change 87
87
git checkout -b " ${GERRIT_REFSPEC} " FETCH_HEAD
88
88
89
89
# update libntirpc
90
- git submodule update --init || git submodule sync
90
+ git submodule update --recursive -- init || git submodule sync
91
91
92
92
mkdir build
93
93
pushd build
Original file line number Diff line number Diff line change 87
87
git checkout -b " ${GERRIT_REFSPEC} " FETCH_HEAD
88
88
89
89
# update libntirpc
90
- git submodule update --init || git submodule sync
90
+ git submodule update --recursive -- init || git submodule sync
91
91
92
92
mkdir build
93
93
pushd build
You can’t perform that action at this time.
0 commit comments