Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(21)

Unified Diff: tools/safely-roll-deps.py

Issue 303123007: ARB: Run "gclient sync" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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,
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698