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

Unified Diff: bin/cbuildbot.py

Issue 5744003: Don't push manifests for chrome pfq. (Closed) Base URL: http://git.chromium.org/git/crosutils.git@master
Patch Set: Created 10 years 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 b5c4b8b15135fff0765a2616e1be76d9eed9e30a..076487fb2007aadbd3b57a6c80aea8ceb3cff980 100755
--- a/bin/cbuildbot.py
+++ b/bin/cbuildbot.py
@@ -722,7 +722,8 @@ def main():
if not os.path.isdir(path):
Die('Missing overlay: %s' % path)
- _DumpManifest(buildroot, options.url)
+ if not options.chrome_rev:
+ _DumpManifest(buildroot, options.url)
if not os.path.isdir(chroot_path):
_MakeChroot(buildroot)
« 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