X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=config%2Fdebian%2Fdak.conf;h=c06cd67478ca82f425fefbccf8df7216e62c433d;hb=91b516fcb3c1d1e9e591d95bff213a0554c54946;hp=c4bca87f4a95f28d6290f46197ccd9c5c18cfff1;hpb=52eb03dccab0a9898bca4d36a0a96ebe377fb977;p=dak.git diff --git a/config/debian/dak.conf b/config/debian/dak.conf index c4bca87f..c06cd674 100644 --- a/config/debian/dak.conf +++ b/config/debian/dak.conf @@ -5,15 +5,13 @@ Dinstall // SendmailCommand "/usr/sbin/sendmail -odq -oi -t -f envelope@ftp-master.debian.org"; SendmailCommand "/usr/sbin/sendmail -oi -t -f envelope@ftp-master.debian.org"; MyEmailAddress "Debian FTP Masters "; - MyAdminAddress "ftpmaster@debian.org"; + MyAdminAddress "ftpmaster@ftp-master.debian.org"; MyHost "debian.org"; // used for generating user@my_host addresses in e.g. manual_reject() MyDistribution "Debian"; // Used in emails BugServer "bugs.debian.org"; PackagesServer "packages.debian.org"; TrackingServer "packages.qa.debian.org"; Bcc "archive@ftp-master.debian.org"; - FutureTimeTravelGrace 28800; // 8 hours - PastCutoffYear "1984"; SkipTime 300; BXANotify "true"; CloseBugs "true"; @@ -233,6 +231,9 @@ SuiteMappings "map jessie-updates testing-proposed-updates"; "map sid unstable"; "map rc-buggy experimental"; + "map oldstable oldstable-proposed-updates"; + "map oldstable-security oldstable-proposed-updates"; + "map oldstable-updates oldstable-proposed-updates"; "map stable proposed-updates"; "map stable-security proposed-updates"; "map stable-proposed-updates proposed-updates"; @@ -247,6 +248,13 @@ SuiteMappings }; AutomaticByHandPackages { + "debian-faq" { + Source "debian-faq"; + Section "byhand"; + Extension "gz"; + Script "/srv/ftp-master.debian.org/dak/scripts/debian/byhand-debian-faq"; + }; + "debian-installer-images" { Source "debian-installer"; Section "raw-installer";