Index: tools/telemetry/PRESUBMIT.py |
diff --git a/tools/telemetry/PRESUBMIT.py b/tools/telemetry/PRESUBMIT.py |
index 03e72c111a201266043a6f51c409cb4d4751519f..bddfe641cbd0dfd7fa2e0cc7959b8dcefc9bd391 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.' |
nednguyen
2016/01/27 22:33:24
I think the deletion day is 1/29 (in telemetry/__i
aiolos (Not reviewing)
2016/01/27 22:37:29
added.
|
+ '\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)] |