]> git.decadent.org.uk Git - dak.git/blobdiff - config/debian/cron.unchecked
No longer update a tracefile hourly. Instead update our tracefile the second before...
[dak.git] / config / debian / cron.unchecked
index ee95878fa839047b15823953286e8093263ef312..fbc2a5efb3b3e7c906709ead0704e0680a3e1d19 100755 (executable)
@@ -70,7 +70,7 @@ function do_buildd () {
             fi
         done
         make_buildd_dir
-        wbtrigger "often"
+        wbtrigger
     fi
 }
 
@@ -78,6 +78,10 @@ function do_buildd () {
 # the actual unchecked functions follow                                #
 ########################################################################
 
+# And use one locale, no matter what the caller has set
+export LANG=C
+export LC_ALL=C
+
 #lockfile -r3 "$LOCK_NEW"
 # acceptnew
 #rm -f "$LOCK_NEW"
@@ -86,6 +90,7 @@ function do_buildd () {
 lockfile -r3 $LOCKFILE || exit 0
 trap cleanup 0
 
+do_newstage
 do_unchecked
 
 if [ ! -z "$changes" ]; then