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

Unified Diff: tools/telemetry/PRESUBMIT.py

Issue 1645773002: Clarify telemetry presubmit warning. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add deletion date. Created 4 years, 11 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/telemetry/PRESUBMIT.py
diff --git a/tools/telemetry/PRESUBMIT.py b/tools/telemetry/PRESUBMIT.py
index 03e72c111a201266043a6f51c409cb4d4751519f..03fe99ba42fecf6d6641f9205252270b04475b1f 100644
--- a/tools/telemetry/PRESUBMIT.py
+++ b/tools/telemetry/PRESUBMIT.py
@@ -28,8 +28,9 @@ def _TemporarilyReadOnly(input_api, output_api):
changed_files = input_api.AffectedSourceFiles(other_files)
if changed_files:
return [output_api.PresubmitError(
- 'tools/telemetry/ is temporarily read-only while it moves to catapult.'
- '\nPlease make your changes to telemetry/ '
+ 'tools/telemetry/ has moved to the catapult repo. It is deprecated and '
+ 'scheduled for deletion on 1/29/16.'
+ '\nPlease instead make your changes to telemetry/ '
'in https://github.com/catapult-project/catapult/tree/master/telemetry.'
'\nContact aiolos@ for further questions. Changed files:\n',
items=changed_files)]
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698