Index: tools/safely-roll-deps.py |
diff --git a/tools/safely-roll-deps.py b/tools/safely-roll-deps.py |
index 0e75715c32299d97a37b39b1850b3214b64ddbfb..f2fb39e0f4620591d1a6336d69f8b6236d606e49 100755 |
--- a/tools/safely-roll-deps.py |
+++ b/tools/safely-roll-deps.py |
@@ -124,6 +124,7 @@ def main(): |
if options.force: |
branch_cmd.append('-f') |
prnt_subprocess.check_output(branch_cmd) |
+ prnt_subprocess.check_call(['gclient', 'sync']) |
borenet
2014/05/30 13:19:04
Should I add --nohooks here?
M-A Ruel
2014/05/30 14:01:59
If you are going to sync the whole tree, add this
|
try: |
old_rev = process_deps(os.path.join(root_dir, 'DEPS'), project, new_rev, |