X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=config%2Fdebian%2Fdak.conf;h=1781958a49c1e446b449dba7e0015b9dd88bfa02;hb=b5f68942ff91d90b5d48d56aa0acde962a4cc185;hp=e326354ab6399a61a7c8a17425764f5892a7b7b9;hpb=2bf397e00e25bd7b3a5378727ca4eab8ba14d84c;p=dak.git diff --git a/config/debian/dak.conf b/config/debian/dak.conf index e326354a..1781958a 100644 --- a/config/debian/dak.conf +++ b/config/debian/dak.conf @@ -374,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"; + }; +};