2 # usually we are not using debug logs. Set to 1 if you want them.
8 # where do we want mails to go? For example log entries made with error()
9 if [ "x$(hostname -s)x" != "xfranckx" ]; then
10 # Not our ftpmaster host
11 MAILTO=${MAILTO:-"root"}
14 MAILTO=${MAILTO:-"ftpmaster@debian.org"}
17 # How many logfiles to keep
18 LOGROTATE=${LOGROTATE:-400}
20 # Marker for dinstall start
21 DINSTALLSTART="${lockdir}/dinstallstart"
22 # Marker for dinstall end
23 DINSTALLEND="${lockdir}/dinstallend"
25 # lock cron.unchecked (it immediately exits when this exists)
26 LOCK_DAILY="$lockdir/daily.lock"
28 # Lock cron.unchecked from doing work
29 LOCK_ACCEPTED="$lockdir/unchecked.lock"
31 # Lock process-new from doing work
32 LOCK_NEW="$lockdir/processnew.lock"
34 # This file is simply used to indicate to britney whether or not
35 # the Packages file updates completed sucessfully. It's not a lock
36 # from our point of view
37 LOCK_BRITNEY="$lockdir/britney.lock"
39 # If this file exists we exit immediately after the currently running
41 LOCK_STOP="$lockdir/archive.stop"
44 LOCK_BUILDD="$lockdir/buildd.lock"
46 # Statefile for the users
47 DINSTALLSTATE="${webdir}/dinstall.status"
49 # The mirror trace file
50 TRACEFILE="${ftpdir}/project/trace/ftp-master.debian.org"