robosignatory: Document the flow and add the second pass
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
parent
9f871afbc4
commit
8b9ec3f46a
1 changed files with 10 additions and 0 deletions
|
@ -46,12 +46,22 @@ config = {
|
|||
"key": "testkey",
|
||||
"keyid": "d300e724"
|
||||
},
|
||||
# Sign and move the builds from the default Rawhide target
|
||||
# into the one used by bodhi.
|
||||
{
|
||||
"from": "f31-updates-candidate",
|
||||
"to": "f31-updates-testing-pending",
|
||||
"key": "testkey",
|
||||
"keyid": "d300e724"
|
||||
},
|
||||
# Move the builds from the stable-pending, where bodhi put
|
||||
# them post-gating, into the buildroot
|
||||
{
|
||||
"from": "f31-stable-pending",
|
||||
"to": "f31",
|
||||
"key": "testkey",
|
||||
"keyid": "d300e724"
|
||||
},
|
||||
# Gated bodhi updates
|
||||
# Non-gated bodhi triggered
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue