Convert some of the fields in the `RepoConfig` struct to pointers. Since `RepoConfig` will be used to convert custom repositories to an array of `osbuild.YumRepository`, we need to ensure that fields that are not set explicitly are not saved to the `/etc/yum.repos.d` repository files. |
||
|---|---|---|
| .. | ||
| blueprint.go | ||
| blueprint_test.go | ||
| customizations.go | ||
| customizations_test.go | ||
| filesystem_customizations.go | ||
| fsnode_customizations.go | ||
| fsnode_customizations_test.go | ||
| repository_customizations.go | ||
| repository_customizations_test.go | ||