3 # Executed weekly via cron, out of dak's crontab.
6 export SCRIPTVARS=/org/security.debian.org/dak/config/debian-security/vars
9 ################################################################################
11 # Weekly generation of release files, then pushing mirrors.
12 # Used as we have a "Valid-until" field in our release files of 10 days. In case
13 # we dont have a security update in that time...
16 sudo -u archvsync -H /home/archvsync/signal_security
19 ################################################################################