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

Unified Diff: tools/checklicenses/checklicenses.py

Issue 2361223002: Update linux sysroot images from debian/wheezy to debian/jessie (Closed)
Patch Set: . Created 4 years 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 cfb09bc79157e62206f6a47b301671e0e40bb47c..4eaf7091a7a4d58d1779c166fd63eaa1552ba220 100755
--- a/tools/checklicenses/checklicenses.py
+++ b/tools/checklicenses/checklicenses.py
@@ -654,6 +654,10 @@ EXCLUDED_PATHS = [
# 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',

Powered by Google App Engine
This is Rietveld 408576698