]> git.deb.at Git - deb/packages.git/blobdiff - bin/daily
Make sure also only-virtual packages are listed in packages_small.db
[deb/packages.git] / bin / daily
index 0d5afb414557cf7a89b9fa989070183b8ddb27d7..f9e8853f77e64f1511c73c170464190a8268e464 100755 (executable)
--- a/bin/daily
+++ b/bin/daily
@@ -19,7 +19,7 @@
 # Should run after the mirror pulse.  The mirror tends to finish by
 # the ctime of rsync.log.* in ~archvsync.
 
-topdir=/org/packages.debian.org
+source config.sh
 files=$topdir/files
 logs=$files/logs
 log=$logs/cron.log
@@ -37,9 +37,9 @@ date > $log
 if lockfile -600 -r5 "${files}/cron.lock" >> $log 2>&1
 then
     run-parts --verbose $topdir/cron.d >> $log 2>&1
+    rm -f "${files}/cron.lock"
 else
     echo "couldn't aquire lock file in due time" >> $log
 fi
-rm -f "${files}/cron.lock"
 
 date >> $log