debian-forge-composer/cmd/osbuild-worker
Ondřej Budai ab0a8057bf worker: ensure that the reported result is always non-nil
When osbuild crashes (e.g. when cp fails because of the machine running
out of disk space), it doesn't produce a machine-readable result. Due to
our suboptimal handling of the result struct (this is my fault), this can
lead to result == nil. However, composer expects that result != nil in all
cases because it uses the Success flag to assess the compose state. If
result == nil, it just crashes terribly.
2020-06-12 12:47:31 +02:00
..
main.go worker: ensure that the reported result is always non-nil 2020-06-12 12:47:31 +02:00
osbuild.go distro: make the osbuild package internal to the distros 2020-06-03 00:30:01 +02:00