cmd/gen-manifests: add package-sets to repo config

Was missing the package sets key from the repo config struct, which
means that the option was being ignored and wasn't being serialised into
the test manifest either.
This commit is contained in:
Achilleas Koutsou 2022-11-29 14:59:22 +01:00 committed by Tomáš Hozza
parent de7bae02f3
commit e3e71f01bf

View file

@ -46,6 +46,7 @@ type repository struct {
RHSM bool `json:"rhsm,omitempty"`
MetadataExpire string `json:"metadata_expire,omitempty"`
ImageTypeTags []string `json:"image_type_tags,omitempty"`
PackageSets []string `json:"package-sets,omitempty"`
}
type ostreeOptions struct {