From c8701dce94fe1f886971f1ddd4a71a1e3f3567df Mon Sep 17 00:00:00 2001 From: Ben Hearsum Date: Mon, 26 May 2014 11:23:06 -0400 Subject: [PATCH] bug 1015407: nexus 4 builds need to upload mars publicly. r=aki DONTBUILD because it only affects nightly builds --- b2g/config/nexus-4/config.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/b2g/config/nexus-4/config.json b/b2g/config/nexus-4/config.json index 2c5174ca6cfa..49603fa6d51d 100644 --- a/b2g/config/nexus-4/config.json +++ b/b2g/config/nexus-4/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" ], "zip_files": [ ["{workdir}/out/target/product/mako/*.img", "out/target/product/mako/"],