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

Unified Diff: bin/cbuildbot.py

Issue 3461028: Update cbuildbot.py to print manifests when we sync. (Closed) Base URL: http://git.chromium.org/git/crosutils.git
Patch Set: Created 10 years, 3 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: bin/cbuildbot.py
diff --git a/bin/cbuildbot.py b/bin/cbuildbot.py
index cd9a3a5bebfefde70c2ba5afb9ab67da897c35a1..5fb4c844119ba759a813a696c1c531b13a3329f7 100755
--- a/bin/cbuildbot.py
+++ b/bin/cbuildbot.py
@@ -70,6 +70,9 @@ def RepoSync(buildroot, rw_checkout=False, retries=_DEFAULT_RETRIES):
Warning('CBUILDBOT -- Retries exhausted')
raise
+ # Output manifest
sosa 2010/09/25 21:46:43 Period at end of comment . Also why to stdout rat
davidjames 2010/09/25 22:43:46 What's redirect_stdout? Is there a difference betw
+ RunCommand(['repo', 'manifest', '-r', '-o', '-'], cwd=buildroot)
+
# =========================== Command Helpers =================================
def _GetAllGitRepos(buildroot, debug=False):
« 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