X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=config%2Fdebian%2Fdak.conf;h=ebbac582a9606f97209ee97ddfa186ca59907f63;hb=2e83971f52d22a62375311eef39dd9641a3d8f3e;hp=780b70210c98e10bdaa55543ed263bd710d7f0e5;hpb=ec2ed5be064ce6bff8dcab88fee1762d38c409b9;p=dak.git diff --git a/config/debian/dak.conf b/config/debian/dak.conf index 780b7021..ebbac582 100644 --- a/config/debian/dak.conf +++ b/config/debian/dak.conf @@ -19,6 +19,7 @@ Dinstall DefaultSuite "unstable"; LintianTags "/srv/ftp-master.debian.org/dak/config/debian/lintian.tags"; ReleaseTransitions "/srv/ftp.debian.org/web/transitions.yaml"; + AllowSourceOnlyUploads true; // if you setup an own dak repository and want to upload Debian packages you most possibly want // to set the following option to a real path/filename and then enter those mail addresses that // you want to be able to receive mails generated by your dak installation. This avoids spamming @@ -134,6 +135,7 @@ SuiteMappings "map jessie testing"; "map jessie-proposed-updates testing-proposed-updates"; "map jessie-updates testing-proposed-updates"; + "map jessie-kfreebsd testing-kfreebsd"; "map sid unstable"; "map rc-buggy experimental"; "map oldstable oldstable-proposed-updates"; @@ -151,7 +153,8 @@ SuiteMappings "map-unreleased testing unstable"; "map-unreleased testing-proposed-updates unstable"; - "reject jessie-backports"; + "reject oldstable-proposed-updates"; + "reject testing-kfreebsd"; "reject jessie-updates"; };