Skip to content
This repository has been archived by the owner on Feb 2, 2019. It is now read-only.

Commit

Permalink
linux mar location is standardized now - but don't break 55 / esr (#268)
Browse files Browse the repository at this point in the history
  • Loading branch information
escapewindow committed Aug 26, 2017
1 parent e082189 commit b7c666c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions releasetasks/templates/desktop/enUS.yml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -119,10 +119,10 @@
{% if platform_info["ci_system"] == "bb" %}
to_mar: "https://queue.taskcluster.net/v1/task/{{ platform_info["signed_task_id"] }}/artifacts/public/build/{{ funsize_product }}-{{ appVersion }}.{{ locale }}.{{ buildbot2ftp(platform) }}.complete.mar"
{% else %}
{% if platform.startswith("linux") %}
to_mar: "https://queue.taskcluster.net/v1/task/{{ platform_info["signed_task_id"] }}/artifacts/public/build/update/target.complete.mar"
{% else %}
{% if "repackage-signing_task_id" in platform_info %}
to_mar: "https://queue.taskcluster.net/v1/task/{{ platform_info["repackage-signing_task_id"] }}/artifacts/public/build/target.complete.mar"
{% else %}
to_mar: "https://queue.taskcluster.net/v1/task/{{ platform_info["signed_task_id"] }}/artifacts/public/build/update/target.complete.mar"
{% endif %}
{% endif %}
platform: {{ platform }}
Expand Down

0 comments on commit b7c666c

Please sign in to comment.