mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
4ea28836c7
--HG-- extra : rebase_source : e852a1cf067cecd87dbdcfb582be9e6b002f440e
21 lines
965 B
JSON
21 lines
965 B
JSON
{
|
|
"config_version": 1,
|
|
"tooltool_manifest": "releng-unagi.tt",
|
|
"mock_target": "mozilla-centos6-i386",
|
|
"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"],
|
|
"mock_files": [["/home/cltbld/.ssh", "/home/mock_mozilla/.ssh"]],
|
|
"build_targets": [],
|
|
"upload_files": [
|
|
"{workdir}/out/target/product/unagi/*.img",
|
|
"{objdir}/dist/b2g-update/*.mar",
|
|
"{objdir}/dist/b2g-*.tar.gz",
|
|
"{objdir}/dist/b2g-*.crashreporter-symbols.zip",
|
|
"{workdir}/sources.xml"
|
|
],
|
|
"env": {
|
|
"VARIANT": "user",
|
|
"B2GUPDATER": "1"
|
|
},
|
|
"gaia": {"vcs": "hgtool", "repo": "http://hg.mozilla.org/projects/gaia"}
|
|
}
|