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

Unified Diff: tools/checklicenses/checklicenses.py

Issue 2847533005: Remove references to debian wheezy sysroot (Closed)
Patch Set: Created 3 years, 8 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
Index: tools/checklicenses/checklicenses.py
diff --git a/tools/checklicenses/checklicenses.py b/tools/checklicenses/checklicenses.py
index 0e28311eba9dce977d37f8fd79a479a029df60d4..f3635ed0e54bcd8b99e82a2a16631d807eb76917 100755
--- a/tools/checklicenses/checklicenses.py
+++ b/tools/checklicenses/checklicenses.py
@@ -648,16 +648,7 @@ EXCLUDED_PATHS = [
'build/goma/client',
# Don't check sysroot directories
- 'build/linux/debian_jessie_arm64-sysroot',
- 'build/linux/debian_jessie_amd64-sysroot',
- 'build/linux/debian_jessie_arm-sysroot',
- 'build/linux/debian_jessie_i386-sysroot',
- 'build/linux/debian_jessie_mips-sysroot',
- 'build/linux/debian_wheezy_amd64-sysroot',
- 'build/linux/debian_wheezy_arm-sysroot',
- 'build/linux/debian_wheezy_i386-sysroot',
- 'build/linux/debian_wheezy_mips-sysroot',
- 'build/linux/ubuntu_precise_amd64-sysroot',
+ 'build/linux/debian_',
Nico 2017/05/01 17:37:55 Hm, I kind of linked the explicit list here (maybe
Sam Clegg 2017/05/01 18:53:35 Done
]

Powered by Google App Engine
This is Rietveld 408576698