debian-forge-composer/cmd
Lars Karlitski 14ebed46da distro: register distros explicitly
Automatically registering on `init()` is clever, but a bit too magical
and easy to get wrong, because every binary must include all distros
somewhere.

Flip this inside out: distros now have a `New()`, which returns
something that implements the `Distro` interface. The distro package
explicitly creates all of them.

This means that distros cannot import distro itself anymore, because go
forbids import cycles. This only affected `InvalidOutputFormatError`.
Return a generic error for now.
2019-11-29 00:46:05 +01:00
..
osbuild-composer weldr: get repositories from distro 2019-11-18 12:22:10 +01:00
osbuild-pipeline distro: register distros explicitly 2019-11-29 00:46:05 +01:00
osbuild-upload-aws Refactor Azure upload code to a separate package 2019-11-27 12:14:07 +01:00
osbuild-upload-azure Refactor Azure upload code to a separate package 2019-11-27 12:14:07 +01:00
osbuild-worker job/run: never panic on failed job 2019-11-28 05:56:11 +01:00