Closed Bug 1142044 Opened 9 years ago Closed 9 years ago

Make the "sign all addons" management command runnable multiple times

Categories

(addons.mozilla.org Graveyard :: Administration, defect)

x86
macOS
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED DUPLICATE of bug 1152101
2015-04

People

(Reporter: magopian, Assigned: magopian)

References

Details

There's a "process_addons --task sign_addons" management command that signs all the add-ons which are extensions.

Even though this script (./manage.py process_addons --task sign_addons) should be run only once when we "switch" to signed addons, we might need to run it several times:
1/ if some signatures failed
2/ if we missed some addons

What we need is a way to:
1/ know which addons have been signed (add a temporary flag?)
2/ make sure we only bump the version if the addon is indeed signed (we don't want several .1 added to the version number, on each run)
3/ have a clear reporting/logging of which addons failed (have their PK, so we can re-sign them manually if needed with the "sign_addons" management command)
Superseded by bug 1152101
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → DUPLICATE
Product: addons.mozilla.org → addons.mozilla.org Graveyard
You need to log in before you can comment on or make changes to this bug.