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

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

Issue 2567123002: Sysroot: Add build_and_upload.py (Closed)
Patch Set: Return non-zero exit code if any sysroot builds failed Created 4 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 unified diff | Download patch
« no previous file with comments | « build/linux/sysroot_scripts/sysroot-creator-wheezy.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
(Empty)
1 {
2 "jessie_amd64": {
3 "Revision": "e387991beaf20018ff8b166ce5160d07bb77ca45",
4 "Sha1Sum": "4127ff46dea56a5f9afd049a9756bea2c888a63b",
5 "SysrootDir": "debian_jessie_amd64-sysroot",
6 "Tarball": "debian_jessie_amd64_sysroot.tgz"
7 },
8 "jessie_arm": {
9 "Revision": "e387991beaf20018ff8b166ce5160d07bb77ca45",
10 "Sha1Sum": "75e5dfaf7e9dec30bb09acd53d222e4704e1ffd5",
11 "SysrootDir": "debian_jessie_arm-sysroot",
12 "Tarball": "debian_jessie_arm_sysroot.tgz"
13 },
14 "jessie_arm64": {
15 "Revision": "e387991beaf20018ff8b166ce5160d07bb77ca45",
16 "Sha1Sum": "b8a762473279d6c6dcd8a94fce9add40b1e79e2b",
17 "SysrootDir": "debian_jessie_arm64-sysroot",
18 "Tarball": "debian_jessie_arm64_sysroot.tgz"
19 },
20 "jessie_i386": {
21 "Revision": "e387991beaf20018ff8b166ce5160d07bb77ca45",
22 "Sha1Sum": "507214cbfe9a0a03d2b3899e4b1c9da2d93c4a61",
23 "SysrootDir": "debian_jessie_i386-sysroot",
24 "Tarball": "debian_jessie_i386_sysroot.tgz"
25 },
26 "jessie_mips": {
27 "Revision": "e387991beaf20018ff8b166ce5160d07bb77ca45",
28 "Sha1Sum": "76d8b35107b9b279e97e0a785f6f559d62c409ae",
29 "SysrootDir": "debian_jessie_mips-sysroot",
30 "Tarball": "debian_jessie_mips_sysroot.tgz"
31 },
32 "precise_amd64": {
33 "Revision": "e387991beaf20018ff8b166ce5160d07bb77ca45",
34 "Sha1Sum": "86f4578a28f4049949dec824f081b0dd776beafb",
35 "SysrootDir": "ubuntu_precise_amd64-sysroot",
36 "Tarball": "ubuntu_precise_amd64_sysroot.tgz"
37 },
38 "trusty_arm": {
39 "Revision": "e387991beaf20018ff8b166ce5160d07bb77ca45",
40 "Sha1Sum": "44615cabcdc8061096f3e8892517d7f1da4d5439",
41 "SysrootDir": "ubuntu_trusty_arm-sysroot",
42 "Tarball": "ubuntu_trusty_arm_sysroot.tgz"
43 },
44 "wheezy_amd64": {
45 "Revision": "e387991beaf20018ff8b166ce5160d07bb77ca45",
46 "Sha1Sum": "f25a96cdd95baeedd470fe5b61639e02caee7df2",
47 "SysrootDir": "debian_wheezy_amd64-sysroot",
48 "Tarball": "debian_wheezy_amd64_sysroot.tgz"
49 },
50 "wheezy_arm": {
51 "Revision": "e387991beaf20018ff8b166ce5160d07bb77ca45",
52 "Sha1Sum": "0267c346d409155f7e085b0432c955fd69d5c692",
53 "SysrootDir": "debian_wheezy_arm-sysroot",
54 "Tarball": "debian_wheezy_arm_sysroot.tgz"
55 },
56 "wheezy_i386": {
57 "Revision": "e387991beaf20018ff8b166ce5160d07bb77ca45",
58 "Sha1Sum": "c64a3fc44eb8628dd7d447c7cbb35f7714a07b78",
59 "SysrootDir": "debian_wheezy_i386-sysroot",
60 "Tarball": "debian_wheezy_i386_sysroot.tgz"
61 },
62 "wheezy_mips": {
63 "Revision": "e387991beaf20018ff8b166ce5160d07bb77ca45",
64 "Sha1Sum": "405caee71abce5393aaffd4ceeb6bc3f5bae26b8",
65 "SysrootDir": "debian_wheezy_mips-sysroot",
66 "Tarball": "debian_wheezy_mips_sysroot.tgz"
67 }
68 }
OLDNEW
« no previous file with comments | « build/linux/sysroot_scripts/sysroot-creator-wheezy.sh ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698