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:
Brian C. Lane 2023-01-20 09:52:30 -08:00 committed by Sanne Raymaekers
parent 7a1d7ae1d7
commit a47375a10d
3 changed files with 31 additions and 31 deletions

View file

@ -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)