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

Unified Diff: tools/copyright_scanner/copyright_scanner.py

Issue 2780763002: Revert of "Update linux sysroot from Wheezy to Jessie" (Closed)
Patch Set: Created 3 years, 9 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 | « tools/checklicenses/checklicenses.py ('k') | tools/mb/mb_config.pyl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/copyright_scanner/copyright_scanner.py
diff --git a/tools/copyright_scanner/copyright_scanner.py b/tools/copyright_scanner/copyright_scanner.py
index c6118aa846ce2a6121eccbef0acf441e8d5d201f..6e99354feed1663c122e5b9ce60bba3620cd6cb5 100644
--- a/tools/copyright_scanner/copyright_scanner.py
+++ b/tools/copyright_scanner/copyright_scanner.py
@@ -70,14 +70,13 @@
path_join('build', 'goma', 'client'),
# Ignore sysroots.
path_join('build', 'linux', 'debian_jessie_arm64-sysroot'),
- path_join('build', 'linux', 'debian_jessie_arm-sysroot'),
- path_join('build', 'linux', 'debian_jessie_mips-sysroot'),
- path_join('build', 'linux', 'debian_jessie_i386-sysroot'),
path_join('build', 'linux', 'debian_wheezy_amd64-sysroot'),
path_join('build', 'linux', 'debian_wheezy_arm-sysroot'),
path_join('build', 'linux', 'debian_wheezy_mips-sysroot'),
path_join('build', 'linux', 'debian_wheezy_i386-sysroot'),
path_join('build', 'linux', 'ubuntu_precise_amd64-sysroot'),
+ # Old location (TODO(sbc): Remove this once it no longer exists on any bots)
+ path_join('chrome', 'installer', 'linux', 'debian_wheezy_arm-sysroot'),
# Data is not part of open source chromium, but are included on some bots.
path_join('data'),
# This is not part of open source chromium, but are included on some bots.
« no previous file with comments | « tools/checklicenses/checklicenses.py ('k') | tools/mb/mb_config.pyl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698