store: drop the distro registry
This was now unused. Signed-off-by: Tom Gundersen <teg@jklm.no>
This commit is contained in:
parent
0656fdcd38
commit
1345ca77fd
5 changed files with 16 additions and 34 deletions
|
|
@ -104,7 +104,7 @@ func main() {
|
|||
logger = log.New(os.Stdout, "", 0)
|
||||
}
|
||||
|
||||
store := store.New(&stateDir, *distros)
|
||||
store := store.New(&stateDir)
|
||||
|
||||
jobAPI := jobqueue.New(logger, store)
|
||||
weldrAPI := weldr.New(rpm, common.CurrentArch(), distribution, repoMap[common.CurrentArch()], logger, store)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue