diff options
| author | Patrick Uiterwijk <puiterwijk@redhat.com> | 2016-09-26 17:42:14 +0000 |
|---|---|---|
| committer | Patrick Uiterwijk <puiterwijk@redhat.com> | 2016-09-26 17:42:14 +0000 |
| commit | fbf92ffd160483f4429fa0cddc6ddc16cd0284a6 (patch) | |
| tree | 7127ef4623804382aacae3a9a4c73e09dac30c14 | |
| parent | 2fb4b617f364799673bcb6ac4514df77dd967fda (diff) | |
Autosign everything non-gated
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
| -rw-r--r-- | roles/robosignatory/files/robosignatory.production.py | 38 |
1 files changed, 37 insertions, 1 deletions
diff --git a/roles/robosignatory/files/robosignatory.production.py b/roles/robosignatory/files/robosignatory.production.py index 0d0faa885..3b5c5aa41 100644 --- a/roles/robosignatory/files/robosignatory.production.py +++ b/roles/robosignatory/files/robosignatory.production.py @@ -46,10 +46,46 @@ config = { "keyid": "47dd8ef9" }, { - "from": "f26-pending", + "from": "f26", "to": "f26", "key": "fedora-26", "keyid": "64dab85d" + }, + { + "from": "f25-updates-candidate", + "to": "f25-updates-candidate", + "key": "fedora-25", + "keyid": "fdb19c98" + }, + { + "from": "f24-updates-candidate", + "to": "f24-updates-candidate", + "key": "fedora-24", + "keyid": "81b46521" + }, + { + "from": "f23-updates-candidate", + "to": "f23-updates-candidate", + "key": "fedora-23", + "keyid": "34ec9cba" + }, + { + "from": "epel7-testing-candidate", + "to": "epel7-testing-candidate", + "key": "epel-7", + "keyid": "352c64e5" + }, + { + "from": "dist-6E-epel-testing-candidate", + "to": "dist-6E-epel-testing-candidate", + "key": "epel-6", + "keyid": "0608b895" + }, + { + "from": "dist-5E-epel-testing-candidate", + "to": "dist-5E-epel-testing-candidate", + "key": "epel-5", + "keyid": "217521f6" } ] }, |
