mirror of
https://github.com/servo/servo.git
synced 2025-07-28 17:50:37 +01:00
auto merge of #5141 : SimonSapin/servo/silent-submodule-sync, r=Manishearth
This eliminates the Synchronizing submodule url for 'support/android-rs-glue' Synchronizing submodule url for 'tests/wpt/web-platform-tests' messages that appeared for every `mach build` command.
This commit is contained in:
commit
373a720dfd
1 changed files with 1 additions and 1 deletions
|
@ -202,7 +202,7 @@ class CommandBase(object):
|
||||||
if self.context.bootstrapped:
|
if self.context.bootstrapped:
|
||||||
return
|
return
|
||||||
|
|
||||||
subprocess.check_call(["git", "submodule", "sync"])
|
subprocess.check_call(["git", "submodule", "--quiet", "sync", "--recursive"])
|
||||||
submodules = subprocess.check_output(["git", "submodule", "status"])
|
submodules = subprocess.check_output(["git", "submodule", "status"])
|
||||||
for line in submodules.split('\n'):
|
for line in submodules.split('\n'):
|
||||||
components = line.strip().split(' ')
|
components = line.strip().split(' ')
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue