debian-forge-composer/internal/rcm
Lars Karlitski baa055d6ee rcm: use same function as weldr for pushing composes
Now that `Store.PushCompose()` takes a `Distro` as argument, the rcm API
can use that function as well. This moves them both through the same
code path, reducing duplication.

Remove `PushComposeRequest()` and the corresponding struct. It was
supposed to allow composes with multiple output types and architectures,
but that was not yet implemented. Merging the two now simplifies moving
the compose queue out of the store in a future commit, which will then
tackle multi-image-type composes as well.
2020-03-18 08:33:42 +01:00
..
api.go rcm: use same function as weldr for pushing composes 2020-03-18 08:33:42 +01:00
api_test.go store: don't keep a "default" distro 2020-03-18 08:33:42 +01:00