Closed
Bug 987712
Opened 11 years ago
Closed 11 years ago
generate signing token before doing build
Categories
(Release Engineering :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: bhearsum, Assigned: bhearsum)
References
Details
Attachments
(1 file)
(deleted),
patch
|
catlee
:
review+
bhearsum
:
checked-in+
|
Details | Diff | Splinter Review |
Devs are currently working on bug 394984. One of the requirements to fix it is bug 983728, which is about signing updater.app on Mac. Because updater.app is built/packaged as part of the build process, we need to be able to sign it there (ie, we can't sign it during "make package"). To do that, we need the signing token available during the build step.
Because we already do this for Mozharness builds, I don't think there's any policy change we need to worry about here.
Assignee | ||
Comment 1•11 years ago
|
||
Our token expiration time is 6 hours, so this shouldn't cause any signing failures because of an expiring token.
Attachment #8396418 -
Flags: review?(catlee)
Updated•11 years ago
|
Attachment #8396418 -
Flags: review?(catlee) → review+
Assignee | ||
Updated•11 years ago
|
Attachment #8396418 -
Flags: checked-in+
Assignee | ||
Comment 2•11 years ago
|
||
In production
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Updated•6 years ago
|
Component: General Automation → General
You need to log in
before you can comment on or make changes to this bug.
Description
•