mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 05:41:12 +00:00
Bug 1492245 - Switch Fennec format from jar
to autograph_apk_fennec_sha1
r=mtabara
Switch Fennec format from `jar` to `autograph_apk_fennec_sha1` Differential Revision: https://phabricator.services.mozilla.com/D12685 --HG-- extra : moz-landing-system : lando
This commit is contained in:
parent
bd56dca68e
commit
254a1839f5
@ -31,7 +31,7 @@ def generate_specifications_of_artifacts_to_sign(
|
||||
'artifacts': [
|
||||
get_artifact_path(task, '{locale}/target.apk'),
|
||||
],
|
||||
'formats': ['jar'],
|
||||
'formats': ['autograph_apk_fennec_sha1'],
|
||||
}]
|
||||
# XXX: Mars aren't signed here (on any platform) because internals will be
|
||||
# signed at after this stage of the release
|
||||
|
Loading…
Reference in New Issue
Block a user