Rename gpgkey_urls to gpgkeys
This has never been supported in osbuild-composer, so it is safe to rename in preparation for adding repo metadata gpg signature checking.
This commit is contained in:
parent
7a1d7ae1d7
commit
a47375a10d
3 changed files with 31 additions and 31 deletions
|
|
@ -1,4 +1,4 @@
|
|||
// +build integration
|
||||
//go:build integration
|
||||
|
||||
package main
|
||||
|
||||
|
|
@ -171,7 +171,7 @@ type = "yum-baseurl"
|
|||
proxy = "https://proxy-url/"
|
||||
check_ssl = true
|
||||
check_gpg = true
|
||||
gpgkey_urls = ["https://url/path/to/gpg-key"]
|
||||
gpgkeys = ["https://url/path/to/gpg-key"]
|
||||
`))
|
||||
require.NoError(t, err)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue