~james-w/udd/management-commands

« back to all changes in this revision

Viewing changes to pkgimport.conf

  • Committer: James Westby
  • Date: 2011-12-13 21:09:23 UTC
  • mfrom: (557.1.1 drop_email_failures)
  • Revision ID: james.westby@canonical.com-20111213210923-tfrirlx3xbwmi70u
Merged drop_email_failures into management-commands.

Show diffs side-by-side

added added

removed removed

Lines of Context:
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
18
 
 
19
 
 
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
23
 
 
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
27
 
 
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
 
2
# options
 
3
 
 
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
32
8
 
33
9
[nexuiz-data]
34
10
# More than 24h is necessary, let's try 3 days
35
 
pkgimport.max_duration=259200
 
11
pi.max_duration=259200