debian-forge-composer/cmd/osbuild-worker
Martin Sehnoutka a3d80cc924 osbuild-worker: simplify jobimpl osbuild code
The previous version constructed multiple temporary variables and then
create job result from them. This was needed because we had multiple
upload targets but now that we have only one, this is only fragile
version of what can be done in a simplified way.

This PR removes the temporary variables and assigns errors and success
states right after the upload or build has finished.
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: simplify jobimpl osbuild code 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