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

Unified Diff: tools/bots/linux_distribution_support.py

Issue 2250383002: Update linux distribution support to Debian Jesse (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 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 | tools/create_debian_chroot.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/bots/linux_distribution_support.py
diff --git a/tools/bots/linux_distribution_support.py b/tools/bots/linux_distribution_support.py
index 6b8b2e8f83e8cc58be4db2c797cd1eab068c9f76..5e859e429c008d478776e48fa4b7b754bb7cfb12 100644
--- a/tools/bots/linux_distribution_support.py
+++ b/tools/bots/linux_distribution_support.py
@@ -116,7 +116,7 @@ def SrcSteps(build_info):
sys.exit(1)
if build_info.builder_tag == "debian_wheezy":
- if not "wheezy" in stdout:
+ if not "jessie" 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)
« no previous file with comments | « no previous file | tools/create_debian_chroot.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698