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

Unified Diff: bin/cbuildbot.py

Issue 4007003: Fix logic for debug and uprev (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/crosutils
Patch Set: Created 10 years, 2 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 21b582f564eba17b128cd84d5accdd49a472ef30..bc6e6696a7f7bf18aba3f743d0eaa12ea3f5856b 100755
--- a/bin/cbuildbot.py
+++ b/bin/cbuildbot.py
@@ -445,7 +445,7 @@ def main():
if buildconfig['uprev']:
# Don't push changes for developers.
- if options.debug:
+ if not options.debug:
if buildconfig['master']:
# Master bot needs to check if the other slaves completed.
if cbuildbot_comm.HaveSlavesCompleted(config):
« 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