debian-forge-composer/cmd
Lars Karlitski 13d5129b56 osbuild-composer: use less pointers in config
The default values of fields in both ComposerConfig.Koji and
ComposerConfig.Worker are well-suited for how they're used.

The nil-checks in main.go only checked that the sections exist. This is
quite a weak check for validity, because the sections could be empty. If
anything is required for composer to function, we could add proper
validation in the future.

Do the same for the CA fields, which contain file names. Go has lots of
precedent for using empty strings to denote "no value" in the standard
library. Use it for CA files, too, instead of pointers.
2020-09-29 21:52:58 +01:00
..
osbuild-auth-tests kojiapi: prefix all routes with /api/composer-koji/v1 2020-09-24 21:08:56 +01:00
osbuild-composer osbuild-composer: use less pointers in config 2020-09-29 21:52:58 +01:00
osbuild-composer-cloud worker: require workers to pass their architecture 2020-09-23 14:28:52 +01:00
osbuild-composer-cloud-tests osbuild-composer-cloud: introduce the cloud-specific service 2020-09-22 11:38:28 +02:00
osbuild-dnf-json-tests distro: replace BasePackages() with Packages() 2020-06-29 16:04:38 +02:00
osbuild-image-tests tests: print SSH error for more info. Refs #987 2020-09-22 16:03:30 +02:00
osbuild-koji upload/koji: don't pass task_id to cg_init_build 2020-09-16 00:15:02 +01:00
osbuild-pipeline distro: replace BasePackages() with Packages() 2020-06-29 16:04:38 +02:00
osbuild-store-dump distro: replace BasePackages() with Packages() 2020-06-29 16:04:38 +02:00
osbuild-tests tests: Add reproducer for #524 2020-06-26 22:02:46 +02: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 koji: add config files to configure kerberos settings 2020-09-16 00:15:02 +01:00