debian-forge-cli/cmd/image-builder
Michael Vogt f8ffa8a258 main: add experimental --use-librepo to support librepo downloads
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.
2025-01-17 13:29:01 +00:00
..
build.go main: add new --store argument to image-builder build 2024-12-19 08:49:26 +00:00
distro.go cmd: rework argument handling 2024-12-16 07:54:45 +00:00
distro_test.go main: help golang-ci to find the "main" symbol in the tests 2025-01-10 08:30:28 +00:00
export_test.go cmd: rework argument handling 2024-12-16 07:54:45 +00:00
filters.go cmd: implement manifest command 2024-12-16 07:54:45 +00:00
filters_test.go main: help golang-ci to find the "main" symbol in the tests 2025-01-10 08:30:28 +00:00
list.go cmd: implement manifest command 2024-12-16 07:54:45 +00:00
main.go main: add experimental --use-librepo to support librepo downloads 2025-01-17 13:29:01 +00:00
main_test.go main: add experimental --use-librepo to support librepo downloads 2025-01-17 13:29:01 +00:00
manifest.go main: add experimental --use-librepo to support librepo downloads 2025-01-17 13:29:01 +00:00
repos.go repos: lookup <buildin>, /{etc,usr/share}/image-builder/repositories 2025-01-09 16:17:50 +00:00