some css elements are standard now, now brwowser specific names needed for those
[build-farm.git] / daily.sh
index f57536ccb532becd086ad771b9bde841bf579316..9441b383df01328258c2628a3ed2dcdc25957618 100755 (executable)
--- a/daily.sh
+++ b/daily.sh
@@ -6,8 +6,8 @@ set -x
 (
 date
 set -x
-sqlite3 `dirname $0`/hostdb.sqlite 'VACUUM;'
-cd `dirname $0` && ./mail-dead-hosts.pl
+sqlite3 `dirname $0`/db/hostdb.sqlite 'VACUUM;'
+cd `dirname $0` && ./mail-dead-hosts.py
 
 echo "deleting old file that are not used any more"
 find `dirname $0`/data/oldrevs -type f -mtime +10 -links 1 -print0 | xargs -i -0 rm -f \{\}