Adjust the `koji-finalize` job implementation to be able to handle results from both the `osbuild` and `osbuild-koji` jobs. In case of `osbuild` job, the result is of type `worker.OSBuildJobResult` and the important values are stored in the Koji upload target options. For now assume that there may be only a single upload target results. In case of `osbuild-koji` job, the result is of type `worker.OSBuildKojiJobResult` and the important values are already part of the structure. Add "Old" suffix to all functions handling this case. |
||
|---|---|---|
| .. | ||
| jobimpl-depsolve.go | ||
| jobimpl-koji-finalize.go | ||
| jobimpl-koji-init.go | ||
| jobimpl-osbuild-koji.go | ||
| jobimpl-osbuild.go | ||
| main.go | ||
| osbuild.go | ||