Skip to content

Instantly share code, notes, and snippets.

@nthomas-mozilla
Created January 18, 2018 05:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nthomas-mozilla/c1daabfa2eba2113fa17f3aab9d0f2e6 to your computer and use it in GitHub Desktop.
Save nthomas-mozilla/c1daabfa2eba2113fa17f3aab9d0f2e6 to your computer and use it in GitHub Desktop.
Firefox 52 and 58 release automation
diff --git a/releasetasks/templates/desktop/enUS.yml.tmpl b/releasetasks/templates/desktop/enUS.yml.tmpl
index 916ff15..078eb17 100644
--- a/releasetasks/templates/desktop/enUS.yml.tmpl
+++ b/releasetasks/templates/desktop/enUS.yml.tmpl
@@ -473,6 +473,8 @@
# explicitly set MAR channel name, ACCEPTED_MAR_CHANNEL_IDS is the corresponding variable in funsize.py
ACCEPTED_MAR_CHANNEL_IDS: {{ accepted_mar_channel_id }}
{% endif %}
+ MAR_TOOLS_URL: "https://queue.taskcluster.net/v1/task/{taskid}/artifacts/public/build/host/bin".format(
+ taskid=en_US_config["platforms"]["linux64"]["unsigned_task_id"])
EXTRA_PARAMS: "--no-freshclam"
artifacts:
diff --git a/releasetasks/templates/desktop/l10n.yml.tmpl b/releasetasks/templates/desktop/l10n.yml.tmpl
index fc92935..be9b99f 100644
--- a/releasetasks/templates/desktop/l10n.yml.tmpl
+++ b/releasetasks/templates/desktop/l10n.yml.tmpl
@@ -538,7 +538,8 @@
# explicitly set MAR channel name, ACCEPTED_MAR_CHANNEL_IDS is the corresponding variable in funsize.py
ACCEPTED_MAR_CHANNEL_IDS: {{ accepted_mar_channel_id }}
{% endif %}
-
+ MAR_TOOLS_URL: "https://queue.taskcluster.net/v1/task/{taskid}/artifacts/public/build/host/bin".format(
+ taskid=en_US_config["platforms"]["linux64"]["unsigned_task_id"])
EXTRA_PARAMS: "--no-freshclam"
artifacts:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment