From 99da601032e4a5808ea33adc1cc721f79b73e4ca Mon Sep 17 00:00:00 2001 From: "borenet@google.com" Date: Thu, 2 May 2013 12:14:35 +0000 Subject: [PATCH] Fix submit_try for new builder names (SkipBuildbotRuns) Unreviewed. Review URL: https://codereview.chromium.org/14611009 git-svn-id: http://skia.googlecode.com/svn/trunk@8950 2bbb7eff-a529-9590-31e7-b0007b416f81 --- tools/submit_try | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/submit_try b/tools/submit_try index 823a354..4f4fd6e 100755 --- a/tools/submit_try +++ b/tools/submit_try @@ -47,7 +47,7 @@ SKIA_BUILD_MASTER_HOST = str(GetGlobalVariable('master_host')) SKIA_BUILD_MASTER_PORT = str(GetGlobalVariable('external_port')) # All try builders have this suffix. -TRYBOT_SUFFIX = '_Trybot' +TRYBOT_SUFFIX = '-Trybot' # Location of the codereview.settings file in the Skia repo. SKIA_URL = 'skia.googlecode.com' -- 2.7.4