osbuild-compose: store now takes a distro registry
previously it took only a single distro, but now it requires the whole registry
This commit is contained in:
parent
edf081153a
commit
f4f8603db5
1 changed files with 1 additions and 1 deletions
|
|
@ -62,7 +62,7 @@ func main() {
|
|||
logger = log.New(os.Stdout, "", 0)
|
||||
}
|
||||
|
||||
store := store.New(&stateDir, distribution)
|
||||
store := store.New(&stateDir, distribution, *distros)
|
||||
|
||||
jobAPI := jobqueue.New(logger, store)
|
||||
weldrAPI := weldr.New(rpm, currentArch(), distribution, logger, store)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue