Skip to content

Commit 6ea7443

Browse files
committed
---
yaml --- r: 22334 b: refs/heads/snap-stage3 c: c56a7e5 h: refs/heads/master v: v3
1 parent 130bf1a commit 6ea7443

File tree

2 files changed

+11
-7
lines changed

2 files changed

+11
-7
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
refs/heads/master: e430a699f2c60890d9b86069fd0c68a70ece7120
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4-
refs/heads/snap-stage3: 2d903abeab00cea395980535a200c523630771c7
4+
refs/heads/snap-stage3: c56a7e5c25c2a411ba119f3a17bfa6db0b1722ed
55
refs/heads/try: ffbe0e0e00374358b789b0037bcb3a577cd218be
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b

branches/snap-stage3/configure

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -574,19 +574,23 @@ then
574574
msg "git: submodule sync"
575575
"${CFG_GIT}" submodule --quiet sync
576576

577-
# NB: this is just for the sake of getting the submodule SHA1 values
578-
# and status written into the build log.
579-
msg "git: submodule status"
580-
"${CFG_GIT}" submodule status --recursive
581-
582577
msg "git: submodule update"
583-
"${CFG_GIT}" submodule --quiet update --init --recursive
578+
"${CFG_GIT}" submodule --quiet update --init
584579
need_ok "git failed"
585580

586581
msg "git: submodule foreach sync"
587582
"${CFG_GIT}" submodule --quiet foreach --recursive git submodule sync
588583
need_ok "git failed"
589584

585+
msg "git: submodule foreach update"
586+
"${CFG_GIT}" submodule --quiet update --init --recursive
587+
need_ok "git failed"
588+
589+
# NB: this is just for the sake of getting the submodule SHA1 values
590+
# and status written into the build log.
591+
msg "git: submodule status"
592+
"${CFG_GIT}" submodule status --recursive
593+
590594
msg "git: submodule clobber"
591595
"${CFG_GIT}" submodule --quiet foreach --recursive git clean -dxf
592596
need_ok "git failed"

0 commit comments

Comments
 (0)