mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1037056 - Adding support for producing Gecko/Gaia FOTA for Flame r=wcosta,jlund,catlee
This commit is contained in:
parent
1085b98c32
commit
5f1788099f
@ -11,13 +11,15 @@
|
||||
"upload_files": [
|
||||
"{objdir}/dist/b2g-*.crashreporter-symbols.zip",
|
||||
"{objdir}/dist/b2g-*.tar.gz",
|
||||
"{workdir}/sources.xml"
|
||||
"{workdir}/sources.xml",
|
||||
"{workdir}/out/target/product/flame/fota-*-update-*.mar"
|
||||
],
|
||||
"public_upload_files": [
|
||||
"{objdir}/dist/b2g-*.crashreporter-symbols.zip",
|
||||
"{objdir}/dist/b2g-*.tar.gz",
|
||||
"{workdir}/sources.xml",
|
||||
"{objdir}/dist/b2g-update/*.mar"
|
||||
"{objdir}/dist/b2g-update/*.mar",
|
||||
"{workdir}/out/target/product/flame/fota-*-update.mar"
|
||||
],
|
||||
"zip_files": [
|
||||
["{workdir}/out/target/product/flame/*.img", "out/target/product/flame/"],
|
||||
|
Loading…
Reference in New Issue
Block a user