distro/f30: rework in the same way as RHEL8.2

The produced pipelines are unchanged.

Signed-off-by: Tom Gundersen <teg@jklm.no>
This commit is contained in:
Tom Gundersen 2019-11-27 18:56:46 +01:00 committed by Lars Karlitski
parent 66c57a05b7
commit 553edef01d
14 changed files with 537 additions and 882 deletions

View file

@ -19,6 +19,7 @@ type RepoConfig struct {
Metalink string `json:"metalink,omitempty"`
MirrorList string `json:"mirrorlist,omitempty"`
Checksum string `json:"checksum,omitempty"`
GPGKey string `json:"gpgkey,omitempty"`
}
type PackageList []Package