X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=config%2Fdebian%2Fdak.conf;h=756a37c3c11ce249ba6fa1f9d1f8cbc4d21ed1b9;hb=7bce495d960320fb6338030ffba2080a958fed1d;hp=549878211dd0763757ce3b8b17f311140255c16a;hpb=c76212aee333a22e3dcf62d787edd29e73ba0b68;p=dak.git diff --git a/config/debian/dak.conf b/config/debian/dak.conf index 54987821..756a37c3 100644 --- a/config/debian/dak.conf +++ b/config/debian/dak.conf @@ -1,7 +1,7 @@ Dinstall { GPGKeyring { - "/srv/keyring.debian.org/keyrings/debian-keyring.gpg"; + "/srv/keyring.debian.org/keyrings/debian-keyring.gpg"; "/srv/keyring.debian.org/keyrings/debian-keyring.pgp"; "/srv/ftp.debian.org/keyrings/debian-maintainers.gpg"; }; @@ -47,6 +47,7 @@ Dinstall Transitions { + Notifications "team@release.debian.org"; TempPath "/srv/ftp.debian.org/tmp/"; }; @@ -173,6 +174,7 @@ Clean-Suites Process-New { AcceptedLockFile "/srv/ftp.debian.org/lock/unchecked.lock"; + LockDir "/srv/ftp.debian.org/lock/new/"; }; Check-Overrides @@ -214,7 +216,6 @@ Suite CodeName "etch"; OverrideCodeName "etch"; Priority "5"; - Untouchable "1"; ChangeLogBase "dists/oldstable/"; UdebComponents { @@ -282,7 +283,6 @@ Suite CodeName "lenny"; OverrideCodeName "lenny"; Priority "5"; - Untouchable "1"; ChangeLogBase "dists/stable/"; UdebComponents { @@ -505,6 +505,7 @@ SuiteMappings "map testing-security testing-proposed-updates"; "map-unreleased testing unstable"; "map-unreleased testing-proposed-updates unstable"; + "reject etch-m68k"; }; AutomaticByHandPackages { @@ -600,6 +601,8 @@ Architectures s390 "IBM S/390"; sh "Hitatchi SuperH"; sparc "Sun SPARC/UltraSPARC"; + kfreebsd-i386 "GNU/kFreeBSD i386"; + kfreebsd-amd64 "GNU/kFreeBSD amd64"; }; Archive @@ -636,31 +639,45 @@ Component Section { admin; - base; + cli-mono; comm; + database; debian-installer; + debug; devel; doc; editors; embedded; electronics; + fonts; games; gnome; graphics; + gnu-r; + gnustep; hamradio; + haskell; + httpd; interpreters; + java; kde; + kernel; libdevel; libs; + lisp; + localization; mail; math; misc; net; news; + ocaml; oldlibs; otherosfs; perl; + php; python; + ruby; science; shells; sound; @@ -668,7 +685,11 @@ Section text; utils; web; + vcs; + video; x11; + xfce; + zope; }; Priority @@ -712,3 +733,9 @@ Urgency critical; }; }; + +Contents +{ + Header "contents"; + Root "/srv/ftp.debian.org/test/"; +}