Bug 1276451 - Do not beetmove stub installer in esr based releases r=jlund a=release DONTBUILD draft
authorRail Aliiev <rail@mozilla.com>
Thu, 02 Jun 2016 17:47:46 -0400
changeset 374856 7d330e4c3afa0cbefc7d5cb5ea1aa6ff5a54e7e2
parent 374855 ff298d2993a32aeaca0eacac32d8e673298cf5c5
child 522696 a6f3ccf29ba61816ab70e8cf2a33fd33a46feb28
push id20092
push userbmo:rail@mozilla.com
push dateThu, 02 Jun 2016 21:49:45 +0000
reviewersjlund, release
bugs1276451
milestone49.0a1
Bug 1276451 - Do not beetmove stub installer in esr based releases r=jlund a=release DONTBUILD MozReview-Commit-ID: Cr10sPPv8Nd
testing/mozharness/configs/beetmover/repacks.yml.tmpl
--- a/testing/mozharness/configs/beetmover/repacks.yml.tmpl
+++ b/testing/mozharness/configs/beetmover/repacks.yml.tmpl
@@ -20,19 +20,21 @@ mapping:
     xpi:
       artifact: {{ artifact_base_url }}/firefox-{{ app_version }}.{{ locale }}.langpack.xpi
       s3_key: {{ s3_prefix }}{{ platform }}/xpi/{{ locale }}.xpi
 
   {% if platform == "win32" %}
     full_installer:
       artifact: {{ artifact_base_url }}/firefox-{{ app_version }}.{{ locale }}.{{ platform }}.installer.exe
       s3_key: {{ s3_prefix }}{{ platform }}/{{ locale }}/Firefox Setup {{ version }}.exe
+    {% if "esr" not in version %}
     stub_installer:
       artifact: {{ artifact_base_url }}/firefox-{{ app_version }}.{{ locale }}.{{ platform }}.installer-stub.exe
       s3_key: {{ s3_prefix }}{{ platform }}/{{ locale }}/Firefox Setup Stub {{ version }}.exe
+    {% endif %}
     package:
       artifact: {{ artifact_base_url }}/firefox-{{ app_version }}.{{ locale }}.{{ platform }}.zip
       s3_key: {{ s3_prefix }}{{ platform }}/{{ locale }}/firefox-{{ version }}.zip
   {% endif %}
 
   {% if platform == "win64" %}
     full_installer:
       artifact: {{ artifact_base_url }}/firefox-{{ app_version }}.{{ locale }}.{{ platform }}.installer.exe