Merge branch 'zobel-salsa'
[mirror/dsa-puppet.git] / modules / buildd / files / buildd.conf
index a4398bd..efac652 100644 (file)
@@ -1,6 +1,14 @@
+##
+## THIS FILE IS UNDER PUPPET CONTROL. DON'T EDIT IT HERE.
+## USE: git clone git+ssh://$USER@puppet.debian.org/srv/puppet.debian.org/git/dsa-puppet.git
+##
+
+$admin_mail = 'buildd-porters@localhost';
 $nice_level = 0;
-$should_build_msgs = 0;
 $log_queued_messages = 1;
+$should_build_msgs = 0;
+$statistics_mail = 'buildd-porters@localhost';
+$wanna_build_db_user = undef;
 
 $upload_queues = [
         {
@@ -9,6 +17,6 @@ $upload_queues = [
         },
         {
                 dupload_local_queue_dir => "upload-security",
-                dupload_archive_name => "security",
+                dupload_archive_name => "rsync-security",
         }
 ];