distro: remove packageSpecSets and containers from Manifest() args
The arguments aren't used in the function anymore.
This commit is contained in:
parent
d5d7fb4b31
commit
3b1d48ec99
24 changed files with 72 additions and 95 deletions
|
|
@ -22,7 +22,7 @@ import (
|
|||
)
|
||||
|
||||
func getManifest(bp blueprint.Blueprint, t distro.ImageType, a distro.Arch, d distro.Distro, cacheDir string, repos []rpmmd.RepoConfig) (manifest.OSBuildManifest, []rpmmd.PackageSpec) {
|
||||
manifest, _, err := t.Manifest(&bp, distro.ImageOptions{}, repos, nil, nil, 0)
|
||||
manifest, _, err := t.Manifest(&bp, distro.ImageOptions{}, repos, 0)
|
||||
if err != nil {
|
||||
panic(err)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue