bug 1393639 - adjust relpro beetmover for linux repackage. r=nthomas

MozReview-Commit-ID: KshF2eUR1z1

--HG--
extra : rebase_source : 4e8cb36462587264ff902501311329ea2873ce4f
This commit is contained in:
Aki Sasaki 2017-08-24 17:58:52 -07:00
Родитель 7ea5ed6e6a
Коммит f9def0217d
2 изменённых файлов: 2 добавлений и 13 удалений

Просмотреть файл

@ -19,19 +19,14 @@ mapping:
artifact: {{ artifact_base_url }}/target.stub-installer.exe
s3_key: {{ s3_prefix }}{{ platform }}/{{ locale }}/Firefox Installer.exe
{% endif %}
{% endif %}
{% if platform == "win64" %}
{% elif platform == "win64" %}
complete_mar:
artifact: {{ artifact_base_url }}/target.complete.mar
s3_key: {{ s3_prefix }}update/{{ platform }}/{{ locale }}/firefox-{{ version }}.complete.mar
full_installer:
artifact: {{ artifact_base_url }}/target.installer.exe
s3_key: {{ s3_prefix }}{{ platform }}/{{ locale }}/Firefox Setup {{ version }}.exe
{% endif %}
{% if platform == "mac" %}
{% else %}
complete_mar:
artifact: {{ artifact_base_url }}/target.complete.mar
s3_key: {{ s3_prefix }}update/{{ platform }}/{{ locale }}/firefox-{{ version }}.complete.mar

Просмотреть файл

@ -23,18 +23,12 @@ mapping:
package:
artifact: {{ artifact_base_url }}/target.tar.bz2
s3_key: {{ s3_prefix }}{{ platform }}/{{ locale }}/firefox-{{ version }}.tar.bz2
complete_mar:
artifact: {{ artifact_base_url }}/update/target.complete.mar
s3_key: {{ s3_prefix }}update/{{ platform }}/{{ locale }}/firefox-{{ version }}.complete.mar
{% endif %}
{% if platform == "linux-x86_64" %}
package:
artifact: {{ artifact_base_url }}/target.tar.bz2
s3_key: {{ s3_prefix }}{{ platform }}/{{ locale }}/firefox-{{ version }}.tar.bz2
complete_mar:
artifact: {{ artifact_base_url }}/update/target.complete.mar
s3_key: {{ s3_prefix }}update/{{ platform }}/{{ locale }}/firefox-{{ version }}.complete.mar
{% endif %}
{% if platform == "mac" %}