aboutsummaryrefslogtreecommitdiff
path: root/deprecated/automation/PRESUBMIT.py
diff options
context:
space:
mode:
Diffstat (limited to 'deprecated/automation/PRESUBMIT.py')
-rw-r--r--deprecated/automation/PRESUBMIT.py14
1 files changed, 14 insertions, 0 deletions
diff --git a/deprecated/automation/PRESUBMIT.py b/deprecated/automation/PRESUBMIT.py
new file mode 100644
index 00000000..56a43e6c
--- /dev/null
+++ b/deprecated/automation/PRESUBMIT.py
@@ -0,0 +1,14 @@
+# Copyright 2011 Google Inc. All Rights Reserved.
+#
+# Presubmit script for cc'ing c-compiler-chrome on automation related CL's.
+#
+# PRESUBMIT METADATA:
+# [
+# MailTo(
+# p4_filespecs = [
+# "//depot2/gcctools/chromeos/v14/automation/...",
+# ],
+# addresses = ["c-compiler-chrome"],
+# owners = ["asharif", "llozano", "bjanakiraman", "yunlian"]
+# ),
+# ]