debian-koji-osbuild/debian-koji-osbuild.conf
robojerk 568d10dc92
Some checks failed
Tests / 🐍 Lint (push) Failing after 58s
Tests / Unit tests (push) Failing after 2s
Tests / Shellcheck (push) Failing after 2s
Trigger GitLab CI / pr-info (push) Failing after 1s
Trigger GitLab CI / trigger-gitlab (push) Has been skipped
Did stuff
2025-08-26 11:49:49 -07:00

33 lines
1,014 B
Text

[composer]
# Debian Forge Composer integration
server = https://debian-forge-composer.local:8080
# SSL configuration for secure communication
ssl_cert = /etc/debian-koji/ssl/debian-koji.crt
ssl_key = /etc/debian-koji/ssl/debian-koji.key
ssl_verify = /etc/debian-koji/ssl/debian-forge-ca.pem
# Debian-specific composer settings
debian_archive = https://deb.debian.org/debian
debian_security = https://deb.debian.org/debian-security
debian_backports = https://deb.debian.org/debian-backports
[koji]
# Debian Koji hub integration
server = https://debian-koji.local/kojihub
# Debian-specific koji settings
debian_build_tags = [bookworm, sid, testing, backports]
debian_architectures = [amd64, arm64, riscv64]
[debian]
# Debian package management settings
package_manager = apt
build_tools = sbuild,pbuilder
repository_format = deb
signing_key = /etc/debian-koji/keys/debian-koji.gpg
# OSTree and atomic support
ostree_enabled = true
bootc_support = true
atomic_variants = [minimal, server, desktop, development]