33 lines
1,014 B
Text
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]
|