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

Unified Diff: bin/cbuildbot.py

Issue 3246003: Move back to marking all until we have individual tree closing ready. (Closed) Base URL: ssh://git@chromiumos-git//crosutils.git
Patch Set: Created 10 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: bin/cbuildbot.py
diff --git a/bin/cbuildbot.py b/bin/cbuildbot.py
index ff50d9e0cba66b344eb61020f63ce984af18980d..4eee360b70affa85e9eec0b5b00004be195d76da 100755
--- a/bin/cbuildbot.py
+++ b/bin/cbuildbot.py
@@ -315,15 +315,16 @@ def _UprevPackages(buildroot, revisionfile, board):
revisions = revisions.strip()
+ # TODO(sosa): Un-comment once we close individual trees.
# Revisions == "None" indicates a Force Build.
- if revisions != 'None':
- print >> sys.stderr, 'CBUILDBOT Revision list found %s' % revisions
- revision_list = _ParseRevisionString(revisions,
- _CreateRepoDictionary(buildroot, board))
- _UprevFromRevisionList(buildroot, revision_list)
- else:
- print >> sys.stderr, 'CBUILDBOT Revving all'
- _UprevAllPackages(buildroot)
+ #if revisions != 'None':
+ # print >> sys.stderr, 'CBUILDBOT Revision list found %s' % revisions
+ # revision_list = _ParseRevisionString(revisions,
+ # _CreateRepoDictionary(buildroot, board))
+ # _UprevFromRevisionList(buildroot, revision_list)
+ #else:
+ print >> sys.stderr, 'CBUILDBOT Revving all'
+ _UprevAllPackages(buildroot)
def _UprevCleanup(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