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

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

Issue 2859323002: Remove Trusty sysroot (Closed)
Patch Set: Created 3 years, 7 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-trusty.sh ('k') | no next file » | 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": "501a18940d0a78a40306050946032cbf8f14e7c0", 3 "Revision": "501a18940d0a78a40306050946032cbf8f14e7c0",
4 "Sha1Sum": "71260b24e1712844fd5a7c559c5d7b3ccae798a8", 4 "Sha1Sum": "71260b24e1712844fd5a7c559c5d7b3ccae798a8",
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": "501a18940d0a78a40306050946032cbf8f14e7c0", 9 "Revision": "501a18940d0a78a40306050946032cbf8f14e7c0",
10 "Sha1Sum": "b1922853e41276d83a4b78ba6772d059d473fb86", 10 "Sha1Sum": "b1922853e41276d83a4b78ba6772d059d473fb86",
(...skipping 10 matching lines...) Expand all
21 "Revision": "501a18940d0a78a40306050946032cbf8f14e7c0", 21 "Revision": "501a18940d0a78a40306050946032cbf8f14e7c0",
22 "Sha1Sum": "9019e050869dff49e91618b7bfea8de6c82a8b94", 22 "Sha1Sum": "9019e050869dff49e91618b7bfea8de6c82a8b94",
23 "SysrootDir": "debian_jessie_i386-sysroot", 23 "SysrootDir": "debian_jessie_i386-sysroot",
24 "Tarball": "debian_jessie_i386_sysroot.tgz" 24 "Tarball": "debian_jessie_i386_sysroot.tgz"
25 }, 25 },
26 "jessie_mips": { 26 "jessie_mips": {
27 "Revision": "501a18940d0a78a40306050946032cbf8f14e7c0", 27 "Revision": "501a18940d0a78a40306050946032cbf8f14e7c0",
28 "Sha1Sum": "79f2c9fd33caf8c5c90a4621a80c379c747a8f7e", 28 "Sha1Sum": "79f2c9fd33caf8c5c90a4621a80c379c747a8f7e",
29 "SysrootDir": "debian_jessie_mips-sysroot", 29 "SysrootDir": "debian_jessie_mips-sysroot",
30 "Tarball": "debian_jessie_mips_sysroot.tgz" 30 "Tarball": "debian_jessie_mips_sysroot.tgz"
31 },
32 "trusty_arm": {
33 "Revision": "501a18940d0a78a40306050946032cbf8f14e7c0",
34 "Sha1Sum": "b73dd0b9318def5bb9ccdd1d2eafd324797f3048",
35 "SysrootDir": "ubuntu_trusty_arm-sysroot",
36 "Tarball": "ubuntu_trusty_arm_sysroot.tgz"
37 } 31 }
38 } 32 }
OLDNEW
« no previous file with comments | « build/linux/sysroot_scripts/sysroot-creator-trusty.sh ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698