debian-forge-composer/cmd/osbuild-worker
Martin Sehnoutka 3f9f8c7487 osbuild-worker: drop support for multiple upload targets
Multiple upload targets are not supported by osbuild-composer any more.
Dropping support for this in worker therefore doesn't change anything
from the user's perspective, but it allows us to simplify the code a
bit.

Replace calls to "continue" with "return nil" because the job finished
correctly even though it failed to perform the task. But the failure was
reported to osbuild-composer for further processing so there is no need
to duplicate and report the same error in worker process
2021-03-19 15:59:57 +01:00
..
jobimpl-koji-finalize.go worker/koji-finalize: check the dependencies early 2020-11-25 22:24:22 +00:00
jobimpl-koji-init.go workerapi: serialize koji errors as strings 2020-11-13 09:39:55 +01:00
jobimpl-osbuild-koji.go osbuld-worker: call osbuild with --export flag 2021-03-17 18:12:17 +00:00
jobimpl-osbuild.go osbuild-worker: drop support for multiple upload targets 2021-03-19 15:59:57 +01:00
main.go worker: refactor handling of GCP credentials 2021-03-12 12:17:02 +01:00
main_test.go osbuild: rename package to osbuild1 2021-03-17 18:12:17 +00:00
osbuild.go osbuld-worker: call osbuild with --export flag 2021-03-17 18:12:17 +00:00