X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=config%2Fdebian-security%2Fdak.conf;h=58f77c11cfb0aa914cc91269b4694b16292a8fdb;hb=e80699c1162ee22906a90717e2195d90b7606497;hp=fdfd212082bc28a8be0db6eb8d5ee6cfc3768fc6;hpb=c35377bd1fb884034708f74511f16aa06fca1d8a;p=dak.git diff --git a/config/debian-security/dak.conf b/config/debian-security/dak.conf index fdfd2120..58f77c11 100644 --- a/config/debian-security/dak.conf +++ b/config/debian-security/dak.conf @@ -240,6 +240,7 @@ Dir Override "/srv/security-master.debian.org/scripts/override/"; QueueBuild "/srv/security-master.debian.org/buildd/"; Upload "/srv/queued/ftpmaster/"; + TempPath "/srv/security-master.debian.org/tmp"; Queue { Byhand "/srv/security-master.debian.org/queue/byhand/"; @@ -439,3 +440,25 @@ Changelogs { Export "/srv/security-master.debian.org/export/changelogs"; } + +Generate-Releases +{ + MD5Sum + { + oldstable; + stable; + testing; + }; + SHA1 + { + oldstable; + stable; + testing; + }; + SHA256 + { + oldstable; + stable; + testing; + }; +}