]> git.donarmstrong.com Git - wannabuild.git/blob - etc/wanna-build.conf
add view on built/uploaded packages for distribution_architectures
[wannabuild.git] / etc / wanna-build.conf
1 #
2 # /etc/wanna-build.conf: wanna-build configurations that are
3 # supposed to be changed only by the buildd author, not by the user.
4 # Of course you're free to override values here in /etc/wanna-build.conf.local
5 #
6 # $Id: wanna-build.conf,v 1.21 1999/09/01 13:57:51 rnhodek Exp $
7 #
8
9 # directory for the databases, lock files and log files
10 $basedir = "/var/state/debbuild";
11
12 # base name of the database, "-DIST" is appended automatically, and ".lock"
13 # for lock files
14 #$dbbase = "build-db";
15
16 # name of transaction log file (in base dir)
17 #$transactlog = "transactions.log";
18
19 # ignore all epochs? (needed if quinn-diff prints no epochs)
20 #$ignore_epochs = 0;
21
22 # All mail address variables below can contain more than one address
23 # if you separate them by spaces. All of them also can be empty, no
24 # mails to that address will be sent in this case.
25
26 # Program to send mail
27 #$mailprog = "/usr/lib/sendmail";
28
29 # read local config file
30 require '/org/wanna-build/etc/wanna-build.conf.local';
31
32 # don't remove this, Perl needs it:
33 1;