# Archive configuration
#
# Put this in your archive base directory as a file named "conf" and modify it
# to your needs.

# 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