commit | 5eb8231b9d558affe437070cb338cc7ee47a6ee3 | [log] [tgz] |
---|---|---|
author | robertocn <[email protected]> | Mon Jan 09 20:27:22 2017 |
committer | Commit bot <[email protected]> | Mon Jan 09 20:27:22 2017 |
tree | 1ad549405383470647815d84e8f34b0811051c3d | |
parent | cc39c5b5b9225fbd6e48f6f9837604ca7f8e8690 [diff] [blame] |
Exclude deleted OWNERS files from presubmit tag check. [email protected],[email protected],[email protected] BUG=679129 Review-Url: https://codereview.chromium.org/2619763004 Cr-Commit-Position: refs/heads/master@{#442326}
diff --git a/PRESUBMIT.py b/PRESUBMIT.py index 2677a4e4..2284a0f 100644 --- a/PRESUBMIT.py +++ b/PRESUBMIT.py
@@ -758,7 +758,7 @@ 'tools', 'checkteamtags', 'checkteamtags.py') args = [input_api.python_executable, checkteamtags_tool, '--root', input_api.change.RepositoryRoot()] - files = [f.LocalPath() for f in input_api.AffectedFiles() + files = [f.LocalPath() for f in input_api.AffectedFiles(include_deletes=False) if input_api.os_path.basename(f.AbsoluteLocalPath()).upper() == 'OWNERS'] try: