From dd0562496d632ca0363d106e07361a964bd3640a Mon Sep 17 00:00:00 2001 From: Ben Hearsum Date: Wed, 14 May 2014 13:09:37 -0400 Subject: [PATCH] bug 1010313: upload mars for other b2g device builds that need updates. r=aki --- b2g/config/hamachi/config.json | 3 ++- b2g/config/helix/config.json | 6 ++++++ b2g/config/leo/config.json | 6 ++++++ 3 files changed, 14 insertions(+), 1 deletion(-) diff --git a/b2g/config/hamachi/config.json b/b2g/config/hamachi/config.json index 9b8f1448f92..5f28390ed9d 100644 --- a/b2g/config/hamachi/config.json +++ b/b2g/config/hamachi/config.json @@ -13,7 +13,8 @@ "public_upload_files": [ "{objdir}/dist/b2g-*.crashreporter-symbols.zip", "{objdir}/dist/b2g-*.tar.gz", - "{workdir}/sources.xml" + "{workdir}/sources.xml", + "{objdir}/dist/b2g-update/*.mar" ], "env": { "VARIANT": "user", diff --git a/b2g/config/helix/config.json b/b2g/config/helix/config.json index c410e0cfcb5..65af278621f 100644 --- a/b2g/config/helix/config.json +++ b/b2g/config/helix/config.json @@ -10,6 +10,12 @@ "{objdir}/dist/b2g-*.tar.gz", "{workdir}/sources.xml" ], + "public_upload_files": [ + "{objdir}/dist/b2g-*.crashreporter-symbols.zip", + "{objdir}/dist/b2g-*.tar.gz", + "{workdir}/sources.xml", + "{objdir}/dist/b2g-update/*.mar" + ], "zip_files": [ ["{workdir}/out/target/product/helix/*.img", "out/target/product/helix/"], "{workdir}/flash.sh", diff --git a/b2g/config/leo/config.json b/b2g/config/leo/config.json index a9d4c121712..480e05ecbef 100644 --- a/b2g/config/leo/config.json +++ b/b2g/config/leo/config.json @@ -10,6 +10,12 @@ "{objdir}/dist/b2g-*.tar.gz", "{workdir}/sources.xml" ], + "public_upload_files": [ + "{objdir}/dist/b2g-*.crashreporter-symbols.zip", + "{objdir}/dist/b2g-*.tar.gz", + "{workdir}/sources.xml", + "{objdir}/dist/b2g-update/*.mar" + ], "zip_files": [ ["{workdir}/out/target/product/leo/*.img", "out/target/product/leo/"], ["{workdir}/boot.img", "out/target/product/leo/"],