debian-forge-composer/cmd
Ondřej Budai 6902f730cb worker: upload local target image using jobqueue api
Prior this commit local target copied the image from a worker to a composer
using cp(1) command. This prevented the local target to work on remote
workers.

This commit switches the local target implementation to using the jobqueue
API introduced in the previous commit. I had some concerns about speed
of this solution (imho nothing can beat pure cp(1) implementation) but
ad hoc sanity tests showed the copying of the image using the jobqueue API
when running the worker on the same machine as the composer is still
more or less instant.
2020-02-14 11:53:38 +01:00
..
osbuild-composer osbuild-compose: store now takes a distro registry 2020-02-12 11:17:26 +01:00
osbuild-pipeline osbuild-pipeline: Search the current dir for repository configs 2020-01-31 12:44:59 +01:00
osbuild-tests tests: add basic integration tests 2020-01-03 22:35:52 +01:00
osbuild-upload-aws Refactor Azure upload code to a separate package 2019-11-27 12:14:07 +01:00
osbuild-upload-azure Introduce Azure upload test 2019-11-29 12:19:40 +01:00
osbuild-worker worker: upload local target image using jobqueue api 2020-02-14 11:53:38 +01:00