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

Unified Diff: tools/bots/linux_distribution_support.py

Issue 206293002: Rename src-tarball to linux-distribution-support (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 6 years, 9 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 | « client/tools/buildbot_annotated_steps.py ('k') | tools/bots/src-tarball.py » ('j') | 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 34153)
+++ tools/bots/linux_distribution_support.py (working copy)
@@ -21,7 +21,7 @@
utils = bot_utils.GetUtils()
HOST_OS = utils.GuessOS()
-SRC_BUILDER = r'src-tarball-linux-(debian_wheezy|ubuntu_precise)'
+SRC_BUILDER = r'linux-distribution-support-(debian_wheezy|ubuntu_precise)'
def SrcConfig(name, is_buildbot):
"""Returns info for the current buildbot based on the name of the builder.
« no previous file with comments | « client/tools/buildbot_annotated_steps.py ('k') | tools/bots/src-tarball.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698