gen-manifests: change default output directory
Change the default output directory to the one in the repo. Originally it was set to a different directory to avoid overwriting the manifests that had image-info, but those are long gone.
This commit is contained in:
parent
5c8b5995bf
commit
bb75cc0947
1 changed files with 1 additions and 1 deletions
|
|
@ -347,7 +347,7 @@ func main() {
|
|||
// common args
|
||||
var outputDir, cacheRoot string
|
||||
var nWorkers int
|
||||
flag.StringVar(&outputDir, "output", "test/data/manifests.plain/", "manifest store directory")
|
||||
flag.StringVar(&outputDir, "output", "test/data/manifests/", "manifest store directory")
|
||||
flag.IntVar(&nWorkers, "workers", 16, "number of workers to run concurrently")
|
||||
flag.StringVar(&cacheRoot, "cache", "/tmp/rpmmd", "rpm metadata cache directory")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue