1 # usually we are not using debug logs. Set to 1 if you want them.
7 # where do we want mails to go? For example log entries made with error()
8 if [ "x$(hostname -s)x" != "xriesx" ]; then
9 # Not our ftpmaster host
10 MAILTO=${MAILTO:-"root"}
13 MAILTO=${MAILTO:-"ftpmaster@debian.org"}
16 # How many logfiles to keep
17 LOGROTATE=${LOGROTATE:-400}
19 # Marker for dinstall start
20 DINSTALLSTART="${lockdir}/dinstallstart"
21 # Marker for dinstall end
22 DINSTALLEND="${lockdir}/dinstallend"
24 # lock cron.unchecked (it immediately exits when this exists)
25 LOCK_DAILY="$lockdir/daily.lock"
27 # Lock cron.unchecked from doing work
28 LOCK_ACCEPTED="$lockdir/unchecked.lock"
30 # Lock process-new from doing work
31 LOCK_NEW="$lockdir/processnew.lock"
33 # This file is simply used to indicate to britney whether or not
34 # the Packages file updates completed sucessfully. It's not a lock
35 # from our point of view
36 LOCK_BRITNEY="$lockdir/britney.lock"
38 # If this file exists we exit immediately after the currently running
40 LOCK_STOP="$lockdir/archive.stop"