debian-forge/config/debian-forge.conf
robojerk f93e3a447c
Some checks are pending
Checks / Spelling (push) Waiting to run
Checks / Python Linters (push) Waiting to run
Checks / Shell Linters (push) Waiting to run
Checks / 📦 Packit config lint (push) Waiting to run
Checks / 🔍 Check for valid snapshot urls (push) Waiting to run
Checks / 🔍 Check JSON files for formatting consistency (push) Waiting to run
Generate / Documentation (push) Waiting to run
Generate / Test Data (push) Waiting to run
Tests / Unittest (push) Waiting to run
Tests / Assembler test (legacy) (push) Waiting to run
Tests / Smoke run: unittest as normal user on default runner (push) Waiting to run
Add dynamic Debian version detection system (Fedora-style)
2025-08-26 16:08:44 -07:00

47 lines
1.3 KiB
Text

# 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