File tree Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: 45165d0ee9ddbfa3f81bb83305972a3d3bd9c1b0
2
+ refs/heads/master: 34590d6def06c5799c7f1f58b4097075a0c995bd
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
4
refs/heads/snap-stage3: 522d09dfecbeca1595f25ac58c6d0178bbd21d7d
5
5
refs/heads/try: ccf8fedf1cffcb8f6f3581d53d220039e192fe77
Original file line number Diff line number Diff line change @@ -1117,12 +1117,11 @@ then
1117
1117
msg " git: submodule status"
1118
1118
" ${CFG_GIT} " submodule status --recursive
1119
1119
1120
- # don't clobber so that our patches won't get removed
1121
- # msg "git: submodule clobber"
1122
- # "${CFG_GIT}" submodule foreach --recursive git clean -dxf
1123
- # need_ok "git failed"
1124
- # "${CFG_GIT}" submodule foreach --recursive git checkout .
1125
- # need_ok "git failed"
1120
+ msg " git: submodule clobber"
1121
+ " ${CFG_GIT} " submodule foreach --recursive git clean -dxf
1122
+ need_ok " git failed"
1123
+ " ${CFG_GIT} " submodule foreach --recursive git checkout .
1124
+ need_ok " git failed"
1126
1125
1127
1126
cd ${CFG_BUILD_DIR}
1128
1127
fi
You can’t perform that action at this time.
0 commit comments