X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=config%2Fdebian-security%2Fcron.unchecked;h=e6ccf82446492e7d7b85f404ce81ef92878f1e62;hb=0cfb277d6822ab4864bb50d70f8972978c8b9e61;hp=d519b20962d5660b4cce79834e9b1fc3ef88f739;hpb=cc8c39a7a9d895a5662c73f225318d74995bec92;p=dak.git diff --git a/config/debian-security/cron.unchecked b/config/debian-security/cron.unchecked index d519b209..e6ccf824 100755 --- a/config/debian-security/cron.unchecked +++ b/config/debian-security/cron.unchecked @@ -17,8 +17,8 @@ doanything=false dopolicy=false # So first we should go and see if any process-policy action is done -dak process-policy embargo | mail -a "X-Debian: DAK" -e -s "Automatically accepted from embargoed" team@security.debian.org -- -F "Debian FTP Masters" -f ftonaster@ftp-master.debian.org -dak process-policy disembargo | mail -a "X-Debian: DAK" -e -s "Automatically accepted from unembargoed" team@security.debian.org -- -F "Debian FTP Masters" -f ftonaster@ftp-master.debian.org +dak process-policy embargoed | mail -a "X-Debian: DAK" -e -s "Automatically accepted from embargoed" team@security.debian.org -- -F "Debian FTP Masters" -f ftpmaster@ftp-master.debian.org +dak process-policy unembargoed | mail -a "X-Debian: DAK" -e -s "Automatically accepted from unembargoed" team@security.debian.org -- -F "Debian FTP Masters" -f ftpmaster@ftp-master.debian.org # Now, if this really did anything, we can then sync it over. Files # in newstage mean they are (late) accepts of security stuff, need @@ -55,13 +55,16 @@ if ! $doanything; then exit 0 fi +dak manage-build-queues -a + if [ "x${dopolicy}x" = "xtruex" ]; then # We had something approved from a policy queue, push out new archive dak dominate - dak generate-filelist + #dak generate-filelist cd $configdir $configdir/map.sh - apt-ftparchive generate apt.conf + #apt-ftparchive generate apt.conf + dak generate-packages-sources2 dak generate-releases /srv/security-master.debian.org/dak/config/debian-security/make-mirror.sh sudo -u archvsync -H /home/archvsync/signal_security