debian-forge-composer/cmd/osbuild-worker
Ondřej Budai fc2788340f worker: set the osbuild success to false even on non-osbuild errors
composer uses the success field to decide whether a build succeeded or failed.
This is bad.

Unfortunately, fixing this requires kinda big code changes. This commit
changes the worker's behaviour to set the osbuild success flag to false
even on errors which weren't caused by osbuild (e.g. an upload error).
This is certainly hacky but I think it's still essential to tell the user
that an error occurred.

Fixes #789
2020-06-29 10:21:24 +02:00
..
main.go worker: set the osbuild success to false even on non-osbuild errors 2020-06-29 10:21:24 +02:00
osbuild.go distro: make the osbuild package internal to the distros 2020-06-03 00:30:01 +02:00