kojiapi: make repo gpgkey optional
The kojiapi actually shouldn't require it as we need to build images from unsigned packages. Fixes #985
This commit is contained in:
parent
315f1afa1d
commit
9fc924fbf4
3 changed files with 5 additions and 4 deletions
|
|
@ -53,8 +53,8 @@ type Koji struct {
|
|||
|
||||
// Repository defines model for Repository.
|
||||
type Repository struct {
|
||||
Baseurl string `json:"baseurl"`
|
||||
Gpgkey string `json:"gpgkey"`
|
||||
Baseurl string `json:"baseurl"`
|
||||
Gpgkey *string `json:"gpgkey,omitempty"`
|
||||
}
|
||||
|
||||
// Status defines model for Status.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue