From: Joerg Jaspert Date: Wed, 29 Apr 2009 20:40:59 +0000 (+0200) Subject: use unchecked.lock, not daily.lock X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=7b4e920fa5529090fd56c32e8fd58c2a561b51be;p=dak.git use unchecked.lock, not daily.lock Signed-off-by: Joerg Jaspert --- diff --git a/config/debian/dak.conf b/config/debian/dak.conf index baf140e1..cbd4f225 100644 --- a/config/debian/dak.conf +++ b/config/debian/dak.conf @@ -173,7 +173,7 @@ Clean-Suites Process-New { - DinstallLockFile "/srv/ftp.debian.org/lock/daily.lock"; + DinstallLockFile "/srv/ftp.debian.org/lock/unchecked.lock"; LockDir "/srv/ftp.debian.org/lock/new/"; };