X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=tools%2Fdebianqueued-0.9%2Fconfig-security;h=fe00f0d4c18fd1c44e0365d596c75d5ed0da9af8;hb=754bf28dba28f4be546f0cd98cdef196dc36a5e6;hp=0dcb7db0bb704c219ca373605e1532d6e899086f;hpb=16f731a893f0ba036a995c25b8b5f3490394070e;p=dak.git diff --git a/tools/debianqueued-0.9/config-security b/tools/debianqueued-0.9/config-security index 0dcb7db0..fe00f0d4 100644 --- a/tools/debianqueued-0.9/config-security +++ b/tools/debianqueued-0.9/config-security @@ -34,7 +34,7 @@ $ssh_options = "-o'BatchMode yes' -o'FallBackToRsh no' ". $ssh_key_file = ""; # the incoming dir we live in -$incoming = "/srv/queued/UploadQueue"; +$incoming = "/srv/queued/ftpmaster"; # the delayed incoming directories $incoming_delayed = "/srv/queued/UploadQueue/DELAYED/%d-day"; @@ -47,7 +47,7 @@ $max_delayed = -1; $keep_files = '(status|\.message|README)$'; # file patterns that aren't deleted right away -$valid_files = '(\.changes|\.tar\.gz|\.dsc|\.u?deb|diff\.gz|\.sh)$'; +$valid_files = '(\.changes|\.tar\.(?:gz|bz2)|\.dsc|\.u?deb|diff\.gz|\.sh)$'; # Change files to mode 644 locally (after md5 check) or only on master? $chmod_on_target = 0; @@ -63,8 +63,7 @@ $statusfile = "$incoming/status"; $statusdelay = 30; # names of the keyring files -@keyrings = ( "/srv/keyring.debian.org/keyrings/debian-keyring.gpg", - "/srv/keyring.debian.org/keyrings/debian-keyring.pgp"); +@keyrings = ( "/srv/keyring.debian.org/keyrings/debian-keyring.gpg" ); # our log file $logfile = "$queued_dir/log"; @@ -125,6 +124,9 @@ $remote_timeout = 3*60*60; # 3 hours # mail address of maintainer $maintainer_mail = "ftpmaster\@debian.org"; +# to override the TO address of ALL outgoing mail, set this value. +$overridemail = "dak\@security.debian.org"; + # logfile rotating: # -----------------