1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/b2g/config/emulator-ics/config.json Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,26 @@ 1.4 +{ 1.5 + "config_version": 2, 1.6 + "tooltool_manifest": "releng-emulator-ics.tt", 1.7 + "mock_target": "mozilla-centos6-x86_64", 1.8 + "mock_packages": ["ccache", "make", "bison", "flex", "gcc", "g++", "mpfr", "zlib-devel", "ncurses-devel", "zip", "autoconf213", "glibc-static", "perl-Digest-SHA", "wget", "alsa-lib", "atk", "cairo", "dbus-glib", "fontconfig", "freetype", "glib2", "gtk2", "libXRender", "libXt", "pango", "mozilla-python27-mercurial", "openssh-clients", "nss-devel", "glibc-devel.i686", "libstdc++.i686", "zlib-devel.i686", "ncurses-devel.i686", "libX11-devel.i686", "mesa-libGL-devel.i686", "mesa-libGL-devel", "libX11-devel", "git", "libxml2"], 1.9 + "mock_files": [["/home/cltbld/.ssh", "/home/mock_mozilla/.ssh"]], 1.10 + "build_targets": ["droid", "package-emulator", "package-tests"], 1.11 + "upload_files": [ 1.12 + "{workdir}/out/target/product/generic/*.tar.bz2", 1.13 + "{workdir}/out/target/product/generic/tests/*.zip", 1.14 + "{workdir}/out/emulator.tar.gz", 1.15 + "{objdir}/dist/b2g-*.crashreporter-symbols.zip", 1.16 + "{workdir}/sources.xml" 1.17 + ], 1.18 + "upload_platform": "emulator-ics", 1.19 + "gecko_l10n_root": "https://hg.mozilla.org/l10n-central", 1.20 + "gaia": { 1.21 + "l10n": { 1.22 + "vcs": "hgtool", 1.23 + "root": "https://hg.mozilla.org/gaia-l10n" 1.24 + } 1.25 + }, 1.26 + "b2g_manifest": "emulator.xml", 1.27 + "b2g_manifest_branch": "master", 1.28 + "b2g_manifest_intree": true 1.29 +}