From: Joerg Jaspert Date: Sat, 5 Feb 2011 10:35:55 +0000 (+0100) Subject: stupid hacks, we hate them X-Git-Tag: debian-r/squeeze~372^2~13 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=63f26bf89ead3f02d35e639f2fdaf4419e53ac7e;p=dak.git stupid hacks, we hate them Signed-off-by: Joerg Jaspert --- diff --git a/config/debian/dak.conf b/config/debian/dak.conf index 2741eed7..f82efc91 100644 --- a/config/debian/dak.conf +++ b/config/debian/dak.conf @@ -432,9 +432,9 @@ Dir Unchecked "/srv/ftp-master.debian.org/queue/unchecked/"; Newstage "/srv/ftp-master.debian.org/queue/newstage/"; BTSVersionTrack "/srv/ftp-master.debian.org/queue/bts_version_track/"; - Embargoed "/does/not/exist/"; - Unembargoed "/does/not/exist/"; - Disembargo "/does/not/exist/"; + Embargoed "/srv/ftp-master.debian.org/does/not/exist/"; + Unembargoed "/srv/ftp-master.debian.org/does/not/exist/"; + Disembargo "/srv/ftp-master.debian.org/does/not/exist/"; }; };