# Debian Forge Configuration File # This file contains configuration options that can be customized per environment # Copy this file to config/debian-forge.local.conf and modify as needed # The .local.conf file is ignored by git, so each collaborator can have their own settings [apt-cacher-ng] # apt-cacher-ng proxy configuration # Set to empty string or comment out to disable # Examples: # url = http://localhost:3142 # url = http://192.168.1.100:3142 # url = http://apt-cache.company.local:3142 # url = # Alternative: use environment variable # Set DEBIAN_FORGE_APT_PROXY environment variable to override this setting # export DEBIAN_FORGE_APT_PROXY=http://localhost:3142 [build] # Build environment settings # Default Debian suite to use # We support Debian 13+ (Trixie and newer) # Current Debian releases: # - trixie (Debian 13) - STABLE (recommended) # - forky (Debian 14) - TESTING # - sid (Debian Unstable) - UNSTABLE (use with caution) default_suite = trixie # Default architecture default_arch = amd64 # Build timeout (in seconds) timeout = 3600 # Parallel build jobs jobs = 4 [stages] # Stage-specific settings apt_update = true apt_recommends = false apt_unauthenticated = false [logging] # Logging configuration level = INFO file = .osbuild/debian-forge.log