]> git.donarmstrong.com Git - dsa-puppet.git/blob - modules/buildd/files/buildd.conf
buildd.conf: add puppet header
[dsa-puppet.git] / modules / buildd / files / buildd.conf
1 ##
2 ## THIS FILE IS UNDER PUPPET CONTROL. DON'T EDIT IT HERE.
3 ## USE: git clone git+ssh://$USER@puppet.debian.org/srv/puppet.debian.org/git/dsa-puppet.git
4 ##
5
6 $admin_mail = 'buildd-porters@localhost';
7 $nice_level = 0;
8 $log_queued_messages = 1;
9 $should_build_msgs = 0;
10 $statistics_mail = 'buildd-porters@localhost';
11 $wanna_build_db_user = undef;
12
13 $upload_queues = [
14         {
15                 dupload_local_queue_dir => "upload",
16                 dupload_archive_name => "rsync-ftp-master",
17         },
18         {
19                 dupload_local_queue_dir => "upload-security",
20                 dupload_archive_name => "security",
21         }
22 ];