debian-forge-composer/cmd/osbuild-worker-executor
Michael Vogt 22769305d8 osbuild-worker-executor: fix tar warning and log unexpected output
This commit fixes a warning from tar that the archive cannot contain
itself. It also makes any tar output a warning (maybe even an error?)
as we do not expect anything from the tar command. The test is updated
to also check this.
2024-06-12 11:36:30 +02:00
..
build_result.go osbuild-worker-executor: fix lint warnings/errors 2024-06-05 18:26:08 +02:00
config.go c/osbuild-worker-executor: update to match new name 2024-06-05 18:26:08 +02:00
export_test.go main: rework the way the mock logger is passed 2024-06-06 21:14:31 +02:00
handler_build.go osbuild-worker-executor: fix tar warning and log unexpected output 2024-06-12 11:36:30 +02:00
handler_build_test.go osbuild-worker-executor: fix tar warning and log unexpected output 2024-06-12 11:36:30 +02:00
handler_result.go osbuild-worker-executor: fix lint warnings/errors 2024-06-05 18:26:08 +02:00
handler_result_test.go osbuild-worker-executor: fix order of assert.Equal() in tests 2024-06-07 08:17:32 +02:00
handler_root.go cmd/osbuild-worker-executor: import verbatim from mvo5/oaas 2024-06-05 18:26:08 +02:00
handler_root_test.go osbuild-worker-executor: fix order of assert.Equal() in tests 2024-06-07 08:17:32 +02:00
main.go osbuild-worker-executor: adapt worker-executor to osbuild-composer 2024-06-12 11:36:30 +02:00
main_test.go main: rework the way the mock logger is passed 2024-06-06 21:14:31 +02:00
routes.go cmd/osbuild-worker-executor: import verbatim from mvo5/oaas 2024-06-05 18:26:08 +02:00