X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=config%2Fdebian%2Fdak.conf;h=1781958a49c1e446b449dba7e0015b9dd88bfa02;hb=772655d608069f12e400e0d6c7b7fac76eb98083;hp=953a01194da6be40542f8e70f4e9156d29dd8fd6;hpb=0316e6cb305b3ab39cfe94cc183839a25bcc46cb;p=dak.git diff --git a/config/debian/dak.conf b/config/debian/dak.conf index 953a0119..1781958a 100644 --- a/config/debian/dak.conf +++ b/config/debian/dak.conf @@ -144,6 +144,16 @@ Check-Overrides Suite { + Stable + { + Components + { + main; + contrib; + non-free; + }; + }; + Proposed-Updates { Components @@ -261,6 +271,7 @@ AutomaticByHandPackages { Dir { + Base "/srv/ftp-master.debian.org/"; Root "/srv/ftp-master.debian.org/ftp/"; Pool "/srv/ftp-master.debian.org/ftp/pool/"; Templates "/srv/ftp-master.debian.org/dak/templates/"; @@ -363,3 +374,18 @@ Generate-Releases experimental; }; } + +ByGroup { + ftpteam ""; + backports "/srv/ftp-master.debian.org/dak/config/debian/dak.conf-backports"; +}; + +Command::DM { + ACL "dm"; + AdminKeyrings { + "/srv/keyring.debian.org/keyrings/debian-keyring.gpg"; + }; + Keyrings { + "/srv/keyring.debian.org/keyrings/debian-maintainers.gpg"; + }; +};