robosignatory: Document the flow and add the second pass

Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
Pierre-Yves Chibon 2019-07-16 11:20:49 +02:00
parent 9f871afbc4
commit 8b9ec3f46a

View file

@ -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
],