X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=tools%2Fdebianqueued-0.9%2Fconfig-upload;h=77cc90d7a264cd0cfea475782ee655dbe73f7990;hb=f0bfd37e7286156598d79b53501ebe2000bb7924;hp=633972fa860ee5e968d99c1b8c0222290c45eb32;hpb=1dbfc7bb36a4d23b3ec6822b704c8e6f4d7142a7;p=dak.git diff --git a/tools/debianqueued-0.9/config-upload b/tools/debianqueued-0.9/config-upload index 633972fa..77cc90d7 100644 --- a/tools/debianqueued-0.9/config-upload +++ b/tools/debianqueued-0.9/config-upload @@ -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; @@ -64,7 +64,6 @@ $statusdelay = 30; # names of the keyring files @keyrings = ( "/srv/keyring.debian.org/keyrings/debian-keyring.gpg", - "/srv/keyring.debian.org/keyrings/debian-keyring.pgp", "/srv/keyring.debian.org/keyrings/debian-maintainers.gpg" ); # our log file @@ -126,6 +125,8 @@ $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 = ""; # logfile rotating: # -----------------