Actions
Bug #6028
closedNeed to be able to associate gpg key to a repository by gpg key name
Description
Assuming Redmine issue #6023 is resolved... We need to be able to use a gpg key name when associating a gpg key to a product,
When #6023 is fixed we 'll have
hammer -v repository create --url='http://omaciel.fedorapeople.org/fakerepo01/' --product-id='3' --name='foobar345678' --publish-via-http=1 --content-type='yum' --gpg-key-id=1
working but not
hammer -v repository create --url='http://omaciel.fedorapeople.org/fakerepo01/' --product-id='3' --name='foobar345678' --publish-via-http=1 --content-type='yum' --gpg-key=test --organization-id=1
Actions