summaryrefslogtreecommitdiffstats
path: root/ash/PRESUBMIT.py
diff options
context:
space:
mode:
authordhollowa@chromium.org <dhollowa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-01-31 17:32:11 +0000
committerdhollowa@chromium.org <dhollowa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-01-31 17:32:11 +0000
commit75b9b0b2320ae32c160b272125cdd788a77819e1 (patch)
tree65fa9af6fa8fc711246625e825195682239bcebe /ash/PRESUBMIT.py
parentb6a2f8def0586446aaa61db000bae3467dbc2971 (diff)
downloadchromium_src-75b9b0b2320ae32c160b272125cdd788a77819e1.zip
chromium_src-75b9b0b2320ae32c160b272125cdd788a77819e1.tar.gz
chromium_src-75b9b0b2320ae32c160b272125cdd788a77819e1.tar.bz2
Fix PRESUBMIT.py linx_aura renamed to linux_chromeos_aura
Renames linux_aura to linux_chromeos_aura in various PRESUBMIT.py files to reflect renaming of the try bot. BUG=108077 TEST=git try with change in ash or aura subdir, should trigger linux_chromeos_aura try. R=petermayo@chromium.org Review URL: https://chromiumcodereview.appspot.com/9301018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119907 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/PRESUBMIT.py')
-rw-r--r--ash/PRESUBMIT.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/ash/PRESUBMIT.py b/ash/PRESUBMIT.py
index 12f1918..10d76d2 100644
--- a/ash/PRESUBMIT.py
+++ b/ash/PRESUBMIT.py
@@ -1,4 +1,4 @@
-# Copyright (c) 2011 The Chromium Authors. All rights reserved.
+# Copyright (c) 2012 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
@@ -9,4 +9,4 @@ for more details on the presubmit API built into gcl.
"""
def GetPreferredTrySlaves():
- return ['linux_aura:compile']
+ return ['linux_chromeos_aura:compile']