osbuild-worker: improve error "reason" in case of stage failures
This commit is contained in:
parent
80a782caac
commit
b0a737421a
3 changed files with 113 additions and 11 deletions
|
|
@ -1,3 +1,6 @@
|
|||
package main
|
||||
|
||||
var WorkerClientErrorFrom = workerClientErrorFrom
|
||||
var (
|
||||
WorkerClientErrorFrom = workerClientErrorFrom
|
||||
MakeJobErrorFromOsbuildOutput = makeJobErrorFromOsbuildOutput
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue