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

Unified Diff: build/linux/sysroot_scripts/install-sysroot.py

Issue 2413003002: Update sysroots (Closed)
Patch Set: Created 4 years, 2 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 | « no previous file | build/linux/sysroot_scripts/packagelist.precise.amd64 » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/linux/sysroot_scripts/install-sysroot.py
diff --git a/build/linux/sysroot_scripts/install-sysroot.py b/build/linux/sysroot_scripts/install-sysroot.py
index f25bf695b61222cc31e609d2b8ddb0d834d1e32a..5263ccfc607679b998315792733a7254a6769bbd 100755
--- a/build/linux/sysroot_scripts/install-sysroot.py
+++ b/build/linux/sysroot_scripts/install-sysroot.py
@@ -38,39 +38,39 @@ URL_PATH = 'chrome-linux-sysroot/toolchain'
SYSROOTS = {
('Wheezy', 'amd64'): {
- 'Revision' : '24f935a3d8cdfcdfbabd23928a42304b1ffc52ba',
+ 'Revision' : '76b5bff8f195819fe17b2e0f773d0a5b427c75f5',
'Tarball' : 'debian_wheezy_amd64_sysroot.tgz',
- 'Sha1Sum' : 'a7f3df28b02799fbd7675c2ab24f1924c104c0ee',
+ 'Sha1Sum' : '9fdebab9633a0337a5b0e6d1c01ab15e25a5dbc7',
'SysrootDir' : 'debian_wheezy_amd64-sysroot'
},
('Wheezy', 'arm'): {
- 'Revision' : '24f935a3d8cdfcdfbabd23928a42304b1ffc52ba',
+ 'Revision' : '76b5bff8f195819fe17b2e0f773d0a5b427c75f5',
'Tarball' : 'debian_wheezy_arm_sysroot.tgz',
- 'Sha1Sum' : '2df01b8173a363977daf04e176b8c7dba5b0b933',
+ 'Sha1Sum' : '0abadf3af78ce18147426bd017933899bae3f0ad',
'SysrootDir' : 'debian_wheezy_arm-sysroot'
},
('Wheezy', 'i386'): {
- 'Revision' : '24f935a3d8cdfcdfbabd23928a42304b1ffc52ba',
+ 'Revision' : '76b5bff8f195819fe17b2e0f773d0a5b427c75f5',
'Tarball' : 'debian_wheezy_i386_sysroot.tgz',
- 'Sha1Sum' : 'e2c7131fa5f711de28c37fd9442e77d32abfb3ff',
+ 'Sha1Sum' : '970d5e7eb9c43f20f862690fc88577aacaada27e',
'SysrootDir' : 'debian_wheezy_i386-sysroot'
},
('Wheezy', 'mips'): {
- 'Revision' : '24f935a3d8cdfcdfbabd23928a42304b1ffc52ba',
+ 'Revision' : '76b5bff8f195819fe17b2e0f773d0a5b427c75f5',
'Tarball' : 'debian_wheezy_mips_sysroot.tgz',
- 'Sha1Sum' : '22fe7b45b144691aeb515083025f0fceb131d724',
+ 'Sha1Sum' : 'df5adf99d64a65eec7e93c4ea2bfec21aab3ae63',
'SysrootDir' : 'debian_wheezy_mips-sysroot'
},
('Jessie', 'arm64'): {
- 'Revision' : '24f935a3d8cdfcdfbabd23928a42304b1ffc52ba',
+ 'Revision' : '76b5bff8f195819fe17b2e0f773d0a5b427c75f5',
'Tarball' : 'debian_jessie_arm64_sysroot.tgz',
- 'Sha1Sum' : 'df9270e00c258e6cd80f8172b1bfa39aafc4756f',
+ 'Sha1Sum' : 'a485259703842bf24c81b05e94f7d09e5dd3a8a2',
'SysrootDir' : 'debian_jessie_arm64-sysroot'
},
('Precise', 'amd64'): {
- 'Revision' : '24f935a3d8cdfcdfbabd23928a42304b1ffc52ba',
+ 'Revision' : '76b5bff8f195819fe17b2e0f773d0a5b427c75f5',
'Tarball' : 'ubuntu_precise_amd64_sysroot.tgz',
- 'Sha1Sum' : '67985675e64e1d3cf6574088f36f89092ae9e86b',
+ 'Sha1Sum' : 'a3dba43c6be4410df7bd0e251fe7483936c62e32',
'SysrootDir' : 'ubuntu_precise_amd64-sysroot'
}
}
« no previous file with comments | « no previous file | build/linux/sysroot_scripts/packagelist.precise.amd64 » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698