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

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

Issue 1536433003: Update linux sysroot images (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
« no previous file with comments | « no previous file | no next file » | 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 a9b0457f89662cb53218ca1e0c0bc0cd3ceec769..b8f34edb3ff822bc2474908d40b8e4a18ee79224 100755
--- a/build/linux/sysroot_scripts/install-sysroot.py
+++ b/build/linux/sysroot_scripts/install-sysroot.py
@@ -34,18 +34,18 @@ import gyp_environment
URL_PREFIX = 'http://storage.googleapis.com'
URL_PATH = 'chrome-linux-sysroot/toolchain'
-REVISION_AMD64 = '402274e42cb72fde4f48a4bb01664d0ad4533c69'
-REVISION_ARM = '402274e42cb72fde4f48a4bb01664d0ad4533c69'
-REVISION_I386 = '402274e42cb72fde4f48a4bb01664d0ad4533c69'
-REVISION_MIPS = '402274e42cb72fde4f48a4bb01664d0ad4533c69'
+REVISION_AMD64 = 'bd0a221bc45ed0e70fcce0ce79f6dd86f4dfda07'
+REVISION_ARM = 'bd0a221bc45ed0e70fcce0ce79f6dd86f4dfda07'
+REVISION_I386 = 'bd0a221bc45ed0e70fcce0ce79f6dd86f4dfda07'
+REVISION_MIPS = 'bd0a221bc45ed0e70fcce0ce79f6dd86f4dfda07'
TARBALL_AMD64 = 'debian_wheezy_amd64_sysroot.tgz'
TARBALL_ARM = 'debian_wheezy_arm_sysroot.tgz'
TARBALL_I386 = 'debian_wheezy_i386_sysroot.tgz'
TARBALL_MIPS = 'debian_wheezy_mips_sysroot.tgz'
-TARBALL_AMD64_SHA1SUM = '546f211d47a6544994bb6f7cf9800c3a73a12d3a'
-TARBALL_ARM_SHA1SUM = '457ee7165526846a8bef08f64c58db994481f159'
-TARBALL_I386_SHA1SUM = '8d00eb9e60009ec23e7cb47c6ecbcf85b319e09e'
-TARBALL_MIPS_SHA1SUM = '358d8fe133575c41354fa7fe5d9c591d199f6033'
+TARBALL_AMD64_SHA1SUM = 'a0c85e8c964638ea4e442cb6d59b8f478830a453'
+TARBALL_ARM_SHA1SUM = '8df826acab843414904a8925e802a5d1ab57b80c'
+TARBALL_I386_SHA1SUM = '8d64c34221be9d1f161e928fee4c558bda873a8e'
+TARBALL_MIPS_SHA1SUM = '52f84b34b7b050ae8c35742fa4268051f272ffeb'
SYSROOT_DIR_AMD64 = 'debian_wheezy_amd64-sysroot'
SYSROOT_DIR_ARM = 'debian_wheezy_arm-sysroot'
SYSROOT_DIR_I386 = 'debian_wheezy_i386-sysroot'
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698