robosig: add in commit signing for f27
Signed-off-by: Dusty Mabe <dusty@dustymabe.com>
This commit is contained in:
parent
19c8e2faeb
commit
c2b469f8de
1 changed files with 16 additions and 0 deletions
|
@ -175,6 +175,22 @@ config = {
|
|||
'directory': '/mnt/fedora_koji/koji/compose/ostree/26/',
|
||||
'key': 'fedora-26'
|
||||
},
|
||||
'fedora/27/x86_64/atomic-host': {
|
||||
'directory': '/mnt/fedora_koji/koji/compose/atomic/27/',
|
||||
'key': 'fedora-27'
|
||||
},
|
||||
'fedora/27/ppc64le/atomic-host': {
|
||||
'directory': '/mnt/fedora_koji/koji/compose/atomic/27/',
|
||||
'key': 'fedora-27'
|
||||
},
|
||||
'fedora/27/aarch64/atomic-host': {
|
||||
'directory': '/mnt/fedora_koji/koji/compose/atomic/27/',
|
||||
'key': 'fedora-27'
|
||||
},
|
||||
'fedora/27/x86_64/workstation': {
|
||||
'directory': '/mnt/fedora_koji/koji/compose/ostree/27/',
|
||||
'key': 'fedora-27'
|
||||
},
|
||||
'fedora/rawhide/x86_64/atomic-host': {
|
||||
'directory': '/mnt/fedora_koji/koji/compose/atomic/rawhide/',
|
||||
'key': 'fedora-27'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue