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

Unified Diff: build/linux/sysroot_scripts/sysroots.json

Issue 2567123002: Sysroot: Add build_and_upload.py (Closed)
Patch Set: Address more of sbc@'s comments 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 side-by-side diff with in-line comments
Download patch
Index: build/linux/sysroot_scripts/sysroots.json
diff --git a/build/linux/sysroot_scripts/sysroots.json b/build/linux/sysroot_scripts/sysroots.json
new file mode 100644
index 0000000000000000000000000000000000000000..302662d277203a2375c18a860b2d67d90df1e203
--- /dev/null
+++ b/build/linux/sysroot_scripts/sysroots.json
@@ -0,0 +1,68 @@
+{
+ "jessie_amd64": {
+ "Revision": "8a2cf659459c3615093c4c0890270b0c8a72e987",
+ "Sha1Sum": "08229b82ac7e92f77174c7bdf914fa90ddd5a0ef",
+ "SysrootDir": "debian_jessie_amd64-sysroot",
+ "Tarball": "debian_jessie_amd64_sysroot.tgz"
+ },
+ "jessie_arm": {
+ "Revision": "8a2cf659459c3615093c4c0890270b0c8a72e987",
+ "Sha1Sum": "336e5d4720cbd03b2e6ae1b32baefe17dd892090",
+ "SysrootDir": "debian_jessie_arm-sysroot",
+ "Tarball": "debian_jessie_arm_sysroot.tgz"
+ },
+ "jessie_arm64": {
+ "Revision": "8a2cf659459c3615093c4c0890270b0c8a72e987",
+ "Sha1Sum": "2b3463a4c64625a90500b6cfdfcf3876cbbddd86",
+ "SysrootDir": "debian_jessie_arm64-sysroot",
+ "Tarball": "debian_jessie_arm64_sysroot.tgz"
+ },
+ "jessie_i386": {
+ "Revision": "8a2cf659459c3615093c4c0890270b0c8a72e987",
+ "Sha1Sum": "74dfaaaa0ab7140896a6fe20288afa1fd4c39e7e",
+ "SysrootDir": "debian_jessie_i386-sysroot",
+ "Tarball": "debian_jessie_i386_sysroot.tgz"
+ },
+ "jessie_mips": {
+ "Revision": "8a2cf659459c3615093c4c0890270b0c8a72e987",
+ "Sha1Sum": "3543974f4915c0e79ff7f58606d66e3cdfdd24d1",
+ "SysrootDir": "debian_jessie_mips-sysroot",
+ "Tarball": "debian_jessie_mips_sysroot.tgz"
+ },
+ "precise_amd64": {
+ "Revision": "8a2cf659459c3615093c4c0890270b0c8a72e987",
+ "Sha1Sum": "75229f55d5fb89535fdd24481e7409aff3821078",
+ "SysrootDir": "ubuntu_precise_amd64-sysroot",
+ "Tarball": "ubuntu_precise_amd64_sysroot.tgz"
+ },
+ "trusty_arm": {
+ "Revision": "8a2cf659459c3615093c4c0890270b0c8a72e987",
+ "Sha1Sum": "724c7cf2f413ca8e45ec6b20dbf08ce027c497df",
+ "SysrootDir": "ubuntu_trusty_arm-sysroot",
+ "Tarball": "ubuntu_trusty_arm_sysroot.tgz"
+ },
+ "wheezy_amd64": {
+ "Revision": "8a2cf659459c3615093c4c0890270b0c8a72e987",
+ "Sha1Sum": "b304bb7a6d2717b6b6b22c9c2eda0b803ca424b1",
+ "SysrootDir": "debian_wheezy_amd64-sysroot",
+ "Tarball": "debian_wheezy_amd64_sysroot.tgz"
+ },
+ "wheezy_arm": {
+ "Revision": "8a2cf659459c3615093c4c0890270b0c8a72e987",
+ "Sha1Sum": "1bf3f8ac6ea2ca3f644649a3c02c51998bb42447",
+ "SysrootDir": "debian_wheezy_arm-sysroot",
+ "Tarball": "debian_wheezy_arm_sysroot.tgz"
+ },
+ "wheezy_i386": {
+ "Revision": "8a2cf659459c3615093c4c0890270b0c8a72e987",
+ "Sha1Sum": "c99005675ce4853f829ec3c422e3204e3ceedf47",
+ "SysrootDir": "debian_wheezy_i386-sysroot",
+ "Tarball": "debian_wheezy_i386_sysroot.tgz"
+ },
+ "wheezy_mips": {
+ "Revision": "8a2cf659459c3615093c4c0890270b0c8a72e987",
Sam Clegg 2016/12/13 00:30:37 nit: Is it worth keeping these revisions the same
Tom (Use chromium acct) 2016/12/13 02:33:09 no imo. Maybe dpranke@ will have a stronger opini
+ "Sha1Sum": "579306b426ab3f471353fad605d949fe2467a4d2",
+ "SysrootDir": "debian_wheezy_mips-sysroot",
+ "Tarball": "debian_wheezy_mips_sysroot.tgz"
+ }
+}

Powered by Google App Engine
This is Rietveld 408576698