Closed
Bug 1226641
Opened 10 years ago
Closed 9 years ago
Release Promotion should sign the signing tasks
Categories
(Release Engineering :: Release Automation, defect)
Release Engineering
Release Automation
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: Callek, Assigned: Callek)
References
Details
Attachments
(3 files, 1 obsolete file)
To support the hardening we did for funsize (c.f. https://github.com/mozilla/funsize/pull/24/files ) we need to sign the signing tasks.
This will require puppet changes too, ala http://hg.mozilla.org/build/puppet/rev/4b09a04d4a3d
Assignee | ||
Comment 1•10 years ago
|
||
Noteworthy, https://github.com/mozilla/signingworker/pull/12/files means that we currently must use the same key as we use for funsize.
That should be ok...
Assignee | ||
Comment 2•10 years ago
|
||
This is untested, and my WIP....
Attachment #8696075 -
Flags: feedback?(jlund)
Assignee | ||
Comment 3•10 years ago
|
||
Attachment #8696076 -
Flags: review?(jlund)
Assignee | ||
Comment 4•10 years ago
|
||
This PR too, is untested, and will need tests written. I just wanted to get it up prior to mozlando.
Attachment #8696081 -
Flags: feedback?(jlund)
Comment 5•10 years ago
|
||
Comment on attachment 8696076 [details] [diff] [review]
[puppet] WIP
Review of attachment 8696076 [details] [diff] [review]:
-----------------------------------------------------------------
::: modules/releaserunner/manifests/init.pp
@@ +79,4 @@
> owner => "${users::builder::username}",
> group => "${users::builder::group}",
> source => "puppet:///modules/$module_name/docker-worker-pub.pem"
> + # XXX: Todo name funsize_signing_pvt_key better for current use-case
++
Attachment #8696076 -
Flags: review?(jlund) → review+
Updated•10 years ago
|
Attachment #8696075 -
Flags: feedback?(jlund) → feedback+
Updated•10 years ago
|
Attachment #8696081 -
Flags: feedback?(jlund) → feedback+
Assignee | ||
Comment 6•9 years ago
|
||
Attachment #8696075 -
Attachment is obsolete: true
Attachment #8701493 -
Flags: review?(rail)
Updated•9 years ago
|
Attachment #8701493 -
Flags: review?(rail) → review+
Assignee | ||
Comment 7•9 years ago
|
||
This looks to be working
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 8•9 years ago
|
||
Had the following in this comment for a long while, unsubmitted:
https://hg.mozilla.org/build/puppet/rev/85a0ac317be3
https://hg.mozilla.org/build/puppet/rev/41efb71f3c7e
You need to log in
before you can comment on or make changes to this bug.
Description
•