# Archive configuration # The channel into which changes are included. # Default: 'dev' conf_incoming_channel='dev' # The directory to scan for incoming changes, relative to the archive base # directory. # Default: '../incoming' conf_incoming_dir='../incoming' # The delay after which unreferenced pool files should be removed. # Default: 86400 (1 day) conf_pool_gc_delay=86400 # Whether to print verbose informational messages. # Default: false conf_verbose=false # Whether to compress package index files with gzip. # Default: true conf_gzip=true # The usign secret key with which to sign package index files, or an empty # string to disable signing. # Default: '' conf_key='../../../archive.key'