This commit switches to the librepo enabled `images` library via: ``` go mod -replace github.com/osbuild/iamges=github.com/mvo5/images@librepo-sources-osbuild1974 ``` which in turn needs osbuild PR#1974. With that it then adds a new `--use-librepo` switch that will enable librepo based downloading so that people can play with the new backend. |
||
|---|---|---|
| .. | ||
| build.go | ||
| distro.go | ||
| distro_test.go | ||
| export_test.go | ||
| filters.go | ||
| filters_test.go | ||
| list.go | ||
| main.go | ||
| main_test.go | ||
| manifest.go | ||
| repos.go | ||