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

Side by Side Diff: build/linux/sysroot_scripts/sysroots.json

Issue 2597523003: Remove wheezy sysroot images support (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 unified diff | Download patch
« no previous file with comments | « build/linux/sysroot_scripts/sysroot-creator-wheezy.sh ('k') | chrome/installer/linux/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "jessie_amd64": { 2 "jessie_amd64": {
3 "Revision": "d3d82f7c4e34a753953581a48e62ef577b334529", 3 "Revision": "d3d82f7c4e34a753953581a48e62ef577b334529",
4 "Sha1Sum": "83c2195bc16d2837d99e7600bfadf1944ef4fc2a", 4 "Sha1Sum": "83c2195bc16d2837d99e7600bfadf1944ef4fc2a",
5 "SysrootDir": "debian_jessie_amd64-sysroot", 5 "SysrootDir": "debian_jessie_amd64-sysroot",
6 "Tarball": "debian_jessie_amd64_sysroot.tgz" 6 "Tarball": "debian_jessie_amd64_sysroot.tgz"
7 }, 7 },
8 "jessie_arm": { 8 "jessie_arm": {
9 "Revision": "d3d82f7c4e34a753953581a48e62ef577b334529", 9 "Revision": "d3d82f7c4e34a753953581a48e62ef577b334529",
10 "Sha1Sum": "e63778dd338eba35ed203782cd9028faac8c6fbb", 10 "Sha1Sum": "e63778dd338eba35ed203782cd9028faac8c6fbb",
(...skipping 22 matching lines...) Expand all
33 "Revision": "d3d82f7c4e34a753953581a48e62ef577b334529", 33 "Revision": "d3d82f7c4e34a753953581a48e62ef577b334529",
34 "Sha1Sum": "8fffb717217b2dc4e29b3a1305877bcd0552f55e", 34 "Sha1Sum": "8fffb717217b2dc4e29b3a1305877bcd0552f55e",
35 "SysrootDir": "ubuntu_precise_amd64-sysroot", 35 "SysrootDir": "ubuntu_precise_amd64-sysroot",
36 "Tarball": "ubuntu_precise_amd64_sysroot.tgz" 36 "Tarball": "ubuntu_precise_amd64_sysroot.tgz"
37 }, 37 },
38 "trusty_arm": { 38 "trusty_arm": {
39 "Revision": "d3d82f7c4e34a753953581a48e62ef577b334529", 39 "Revision": "d3d82f7c4e34a753953581a48e62ef577b334529",
40 "Sha1Sum": "f78eb929410b94cdf48276db82a7e7adcafcc277", 40 "Sha1Sum": "f78eb929410b94cdf48276db82a7e7adcafcc277",
41 "SysrootDir": "ubuntu_trusty_arm-sysroot", 41 "SysrootDir": "ubuntu_trusty_arm-sysroot",
42 "Tarball": "ubuntu_trusty_arm_sysroot.tgz" 42 "Tarball": "ubuntu_trusty_arm_sysroot.tgz"
43 },
44 "wheezy_amd64": {
45 "Revision": "d3d82f7c4e34a753953581a48e62ef577b334529",
46 "Sha1Sum": "f86a3d88e777ac6e52f61d97ac0c008b2b088429",
47 "SysrootDir": "debian_wheezy_amd64-sysroot",
48 "Tarball": "debian_wheezy_amd64_sysroot.tgz"
49 },
50 "wheezy_arm": {
51 "Revision": "d3d82f7c4e34a753953581a48e62ef577b334529",
52 "Sha1Sum": "e1939f3de5c814a9309ba4668b7d324fa0f90ba8",
53 "SysrootDir": "debian_wheezy_arm-sysroot",
54 "Tarball": "debian_wheezy_arm_sysroot.tgz"
55 },
56 "wheezy_i386": {
57 "Revision": "d3d82f7c4e34a753953581a48e62ef577b334529",
58 "Sha1Sum": "b28d8ea2eecb51c30c20e05cc399e428b4ad5af9",
59 "SysrootDir": "debian_wheezy_i386-sysroot",
60 "Tarball": "debian_wheezy_i386_sysroot.tgz"
61 },
62 "wheezy_mips": {
63 "Revision": "d3d82f7c4e34a753953581a48e62ef577b334529",
64 "Sha1Sum": "370fac62175c1ea41070cc6e115e4f086136cfee",
65 "SysrootDir": "debian_wheezy_mips-sysroot",
66 "Tarball": "debian_wheezy_mips_sysroot.tgz"
67 } 43 }
68 } 44 }
OLDNEW
« no previous file with comments | « build/linux/sysroot_scripts/sysroot-creator-wheezy.sh ('k') | chrome/installer/linux/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698