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

Unified Diff: bin/cbuildbot.py

Issue 5876002: Push prebuilts by default. (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 519ecc83db32aa0faa7c18ae5074c4a86f2d02b2..c78cb4d7726f0a0dbc6d3f39904f8ef1e6be1f6c 100755
--- a/bin/cbuildbot.py
+++ b/bin/cbuildbot.py
@@ -669,6 +669,7 @@ def main():
default=False,
help='Override some options to run as a developer.')
parser.add_option('--noprebuilts', action='store_false', dest='prebuilts',
+ default=True,
help="Don't upload prebuilts.")
parser.add_option('--nosync', action='store_false', dest='sync',
default=True,
« 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