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): |