debian-forge-composer/cmd/README
Tomáš Hozza 97c3460a94 cmd: delete osbuild-koji
Delete the osbuild-koji tools, which is not used by any code or test
case. This also allows to delete the koji.NewFromPlain() function. This
is to minimize the set of exported functions by the koji package, before
moving it to osbuild/images repository.

Signed-off-by: Tomáš Hozza <thozza@redhat.com>
2025-07-09 22:51:53 +02:00

31 lines
870 B
Text

Binaries
========
osbuild-composer: The main binary, the service that maintains the queue and schedules all
jobs. This is started as the main process by systemd or container runtime.
osbuild-worker: The worker binary that handles jobs from the job queue locally.
osbuild-worker-executor: The binary that runs osbuild to build an image on an isolated VM.
Service binaries
================
osbuild-service-maintenance: Vacuum the database and remove old jobs. Also used to cleanup
cloud instances.
Development and test tools
==========================
gen-manifests
mock-dnf-json
osbuild-auth-tests
osbuild-composer-cli-tests
osbuild-composer-dbjobqueue-tests
osbuild-dnf-json-tests
osbuild-image-tests
osbuild-koji-tests
osbuild-mock-openid-provider
osbuild-upload-*
osbuild-store-dump: the output from this is used in Test_upgrade in internal/store/json_test.go