1
# The package importer working directory (note that, currently,
2
# many other config options use this hard-coded value to build
3
# their own, once bzr > 2.4~ is available, we may use the
4
# expand_options feature to define it once and refer to it in
5
# other options) -- vila 2011-03-22
6
pkgimport.base_dir = /srv/package-import.canonical.com/new
7
pkgimport.log_dir = /srv/package-import.canonical.com/new/logs
8
pkgimport.driver.log_dir = /srv/package-import.canonical.com/new/logs/driver
9
pkgimport.driver.log.debug = /srv/package-import.canonical.com/new/logs/driver/debug_log
10
pkgimport.driver.log.progress = /srv/package-import.canonical.com/new/logs/driver/progress_log
11
pkgimport.packages.log_dir = /srv/package-import.canonical.com/new/logs/packages
12
# i.e. the following will be supported
13
# pkgimport.base_dir = /srv/package-import.canonical.com/new
14
# pkgimport.log_dir = {pkgimport.base_dir}/logs
15
# pkgimport.driver.log_dir = {pkgimport.log_dir}/driver
16
# pkgimport.driver.log.debug = {pkgimport.driver.log_dir}/debug_log
17
# pkgimport.driver.log.progress = {pkgimport.driver.log_dir}/progress_log
20
# Script that imports the package. Must be executable and take a single
21
# argument: the name of the package to import.
22
pkgimport.import_script = /srv/package-import.canonical.com/new/scripts/bin/import-package
24
# Which distributions to operate on. Normally "ubuntu, debian". No default.
25
# Affects behaviour of add-import-jobs and list-packages.
26
pkgimport.distributions = ubuntu,debian
28
# Whether or not to retry all failed jobs. 'true' means to retry all failed
29
# jobs. Anything else means retry only jobs that were currently running when
30
# the supervisor died. Defaults to 'false' if unset.
31
pkgimport.retry_all_failed_jobs = false
1
# 'pi' stands for Package Import and is used as a prefix for all related
4
# The package importer working directory, this is also the default value but
5
# is used here as a reminder as some parts of the package importer cannot
6
# query this config file.
7
pi.base_dir = /srv/package-import.canonical.com/new
34
10
# More than 24h is necessary, let's try 3 days
35
pkgimport.max_duration=259200
11
pi.max_duration=259200