3 # Executed weekly via cron, out of dak's crontab.
7 export SCRIPTVARS=/srv/security-master.debian.org/dak/config/debian-security/vars
10 LOCKFILE="$lockdir/unchecked.lock"
12 ################################################################################
14 # Weekly generation of release files, then pushing mirrors.
15 # Used as we have a "Valid-until" field in our release files of 10 days. In case
16 # we dont have a security update in that time...
23 if ! lockfile -r100 "$LOCKFILE"; then
24 echo "Could not lock $LOCKFILE. Assuming resigning is not needed."
34 /srv/security-master.debian.org/dak/config/debian-security/make-mirror.sh
35 sudo -u archvsync -H /home/archvsync/signal_security
38 ################################################################################