debian-forge-composer/cmd
Lars Karlitski a1cf3984dc worker: introduce job artifact directory
The `jobs/:job_id/builds/:build_id/image` route was awkward: the
`:jobid` was actually weldr's compose id and `:build_id` was always `0`.

Change it to `jobs/:job_id/artifacts/:name`, where `:job_id` is now a
job id, and `:name` is the name of the artifact to upload. In the
future, it could support uploading more than one artifact.

This allows removing outputs from `store`, which is now back to being a
pure JSON-store. Take care that `weldr` returns (and deletes) images
from the new (or for backwards compatibility, the old) location.

The `org.osbuild.local` target continues to exist as a marker for the
worker to know whether it should upload artifacts.
2020-05-26 10:42:20 +02:00
..
osbuild-composer worker: introduce job artifact directory 2020-05-26 10:42:20 +02:00
osbuild-dnf-json-tests test/dnf-json: fix cleaning-up the cache after the test is finished 2020-05-14 09:49:04 +02:00
osbuild-image-tests test/image: move qemu code around 2020-05-15 08:01:53 -05:00
osbuild-koji cmd/koji: add error handling to logout 2020-05-19 13:54:53 +02:00
osbuild-pipeline distro/Manifest: generalize the size argument 2020-05-25 22:37:29 +02:00
osbuild-rcm-tests tests: Distro is fedora-31 update the repo URL to match 2020-04-29 18:48:51 +02:00
osbuild-tests tests: split compose sanity tests and add more. Refs #356, #615 2020-05-25 12:13:26 +03:00
osbuild-upload-aws Refactor Azure upload code to a separate package 2019-11-27 12:14:07 +01:00
osbuild-upload-azure cmd/osbuild-upload-azure: improve error message on wrong arguments 2020-04-27 20:34:20 +02:00
osbuild-worker worker: introduce job artifact directory 2020-05-26 10:42:20 +02:00