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

Unified Diff: scripts/slave/bot_update.py

Issue 1304903007: Bot_update - Branch detection fix (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 5 years, 4 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: scripts/slave/bot_update.py
diff --git a/scripts/slave/bot_update.py b/scripts/slave/bot_update.py
index d8a2ddc37198ee5725f71833cc6f16cdd3b81568..de522f7f2ae6cb97937ed5ac10f1ead95373c80f 100755
--- a/scripts/slave/bot_update.py
+++ b/scripts/slave/bot_update.py
@@ -487,7 +487,7 @@ def maybe_ignore_revision(revision, buildspec):
case causes bot_update to use HEAD rather that trying to checkout an
inappropriate version of the solution.
"""
- if buildspec and buildspec.container == 'branch':
+ if buildspec and buildspec.container == 'branches':
return []
return revision
« 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