debian-forge-cli/cmd/image-builder
Michael Vogt c590c38d4f main: silence all logrus logging for now
This commit silences logrus logging for now by just dicarding
everything from it. The rational is that the underlying libraries
produce a lot of output, e.g. every build currently results in
```console
$ image-builder build qcow2
WARN[0000] Failed to load consumer certs: no consumer key found
...
```
which is confusing to our users. What is worse is that containers
also uses logrus so we can get random warnings without context
from there too. Until we have a way to filter log messages this
seems to be the most practical way.

We can add `--verbose` or `--debug` later to enable these kinds
of messages.
2025-01-30 17:30:31 +00:00
..
build.go main: add progress support via bibs code 2025-01-29 15:21:33 +00:00
distro.go image-builder: newline in error message 2025-01-20 06:55:24 +00:00
distro_test.go image-builder: newline in error message 2025-01-20 06:55:24 +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: silence all logrus logging for now 2025-01-30 17:30:31 +00:00
main_test.go image-builder: update TestBuildIntegrationErrors tests 2025-01-29 15:21:33 +00:00
manifest.go manifest: slightly clean up directory creation 2025-01-29 11:56:14 +00:00
repos.go repos: lookup <buildin>, /{etc,usr/share}/image-builder/repositories 2025-01-09 16:17:50 +00:00