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

Unified Diff: bin/cbuildbot.py

Issue 6352027: Fix issue where full builders end prematurely. (Closed) Base URL: http://git.chromium.org/git/crosutils.git@master
Patch Set: Created 9 years, 11 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 954cfc3e489b1ebf62f06819781b521ea09c3db6..d0a777f427fb1fe13ef8c6ce959b4f71fb393a42 100755
--- a/bin/cbuildbot.py
+++ b/bin/cbuildbot.py
@@ -746,7 +746,7 @@ def main():
if buildconfig['uprev']:
_UprevPackages(buildroot, tracking_branch, revisionfile,
buildconfig['board'], rev_overlays)
- elif not chrome_atom_to_build:
+ elif options.chrome_rev and not chrome_atom_to_build:
# We found nothing to rev, we're done here.
return
« 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