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

Unified Diff: bin/cbuildbot.py

Issue 6016005: Always run build_packages regardless of sync for chrome builder. (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 be066b0dbd7d9b1a8c4866118b8e526d1d56a73d..90e965bb4f496c18aa4dd3f1d3cddec851bfe62a 100755
--- a/bin/cbuildbot.py
+++ b/bin/cbuildbot.py
@@ -688,9 +688,7 @@ def main():
buildconfig['board'], rev_overlays)
_EnableLocalAccount(buildroot)
- # Doesn't rebuild without acquiring more source.
- if options.sync:
- _Build(buildroot, emptytree)
+ _Build(buildroot, emptytree)
if buildconfig['unittests'] and options.tests:
_RunUnitTests(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