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

Unified Diff: tools/bots/linux_distribution_support.py

Issue 353763004: Add instructions if the linux distribution checker if the os is wrong (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 6 years, 6 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: tools/bots/linux_distribution_support.py
===================================================================
--- tools/bots/linux_distribution_support.py (revision 37654)
+++ tools/bots/linux_distribution_support.py (working copy)
@@ -118,10 +118,12 @@
if build_info.builder_tag == "debian_wheezy":
if not "wheezy" in stdout:
print "Trying to build debian bits on a non debian system"
+ print "You can't fix this, please contact ricow@ or whesse@"
sys.exit(1)
if build_info.builder_tag == "ubuntu_precise":
if not "precise" in stdout:
print "Trying to build ubuntu bits on a non ubuntu system"
+ print "You can't fix this, please contact ricow@ or whesse@"
sys.exit(1)
with bot.BuildStep('Create src tarball'):
« 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