debian-forge-composer/internal/osbuildexecutor
Michael Vogt 86b1143923 osbuildexecutor: show full osbuild exector on json decode errors
This is a short term workaround to get better visibility why
the osbuild executor sometimes sends non-json data. When reading
the result from the executor the entire output is now read and
if the json parsing goes wrong it will use the entire body
in the error message for better debug visibility.
2024-08-05 14:51:40 +02:00
..
export_test.go osbuildexecutor: move tests to separate _test package 2024-06-12 11:36:30 +02:00
osbuild-executor.go osbuildexecutor/aws.ec2: set hostname of executor via cloud-init 2024-06-25 10:58:10 +02:00
runner-impl-aws-ec2.go osbuildexecutor: show full osbuild exector on json decode errors 2024-08-05 14:51:40 +02:00
runner-impl-aws-ec2_test.go osbuildexecutor: show full osbuild exector on json decode errors 2024-08-05 14:51:40 +02:00
runner-impl-host.go osbuildexecutor: tweak RunOSBuild() signature and use opts 2024-06-14 15:02:08 +02:00