From f5824d123b0b2e4038155be757e8bd23d123a264 Mon Sep 17 00:00:00 2001 From: Ansgar Burchardt Date: Sun, 4 Nov 2012 14:09:12 +0100 Subject: [PATCH] config/debian-security/cron.*: update for multiarchive changes First set of updates for multiarchive changes. --- config/debian-security/cron.daily | 2 +- config/debian-security/cron.unchecked | 22 ++++++++++++---------- 2 files changed, 13 insertions(+), 11 deletions(-) diff --git a/config/debian-security/cron.daily b/config/debian-security/cron.daily index bfa6dd38..e0b84663 100755 --- a/config/debian-security/cron.daily +++ b/config/debian-security/cron.daily @@ -79,7 +79,7 @@ if ! lockfile -r100 "$LOCKFILE"; then fi trap cleanup EXIT -dak clean-queues +dak clean-queues -i ${unchecked} dak clean-queues -i $disembargo dak clean-suites diff --git a/config/debian-security/cron.unchecked b/config/debian-security/cron.unchecked index 7baf55ac..ba1e5751 100755 --- a/config/debian-security/cron.unchecked +++ b/config/debian-security/cron.unchecked @@ -36,14 +36,16 @@ if ! lockfile -r8 "$LOCKFILE"; then fi trap cleanup EXIT -cd $newstage -changes=$(find . -maxdepth 1 -mindepth 1 -type f -name \*.changes | sed -e "s,./,," | xargs) -if [ -n "$changes" ]; then - dopolicy=true - echo "$timestamp": ${changes:-"Nothing to do in newstage"} >> $report - rsync -a -q $newstage/. /srv/queued/ftpmaster/. - dak process-upload -a -d "$newstage" >> $report -fi +for queue in embargoed; do + cd ${queuedir}/${queue}/COMMENTS + comments=$(find . -maxdepth 1 -mindepth 1 -type f '(' -name "ACCEPT.*.changes" -o -name "REJECT.*.changes" ')' | sed -e "s,./,," | xargs) + if [ -n "$comments" ]; then + dopolicy=true + echo "$timestamp": ${comments:-"Nothing to do for ${queue}"} >> $report + dak process-policy ${queue} >> ${report} + find /srv/security-master.debian.org/queue/accepted -type f -exec mv -t /srv/queued/ftpmaster '{}' + + fi +done cd $unchecked changes=$(find . -maxdepth 1 -mindepth 1 -type f -name \*.changes | sed -e "s,./,," | xargs) @@ -76,8 +78,8 @@ if [ "x${dopolicy}x" = "xtruex" ]; then cd $configdir $configdir/map.sh #apt-ftparchive generate apt.conf - dak generate-packages-sources2 - dak generate-releases + dak generate-packages-sources2 -a security + dak generate-releases -a security /srv/security-master.debian.org/dak/config/debian-security/make-mirror.sh sudo -u archvsync -H /home/archvsync/signal_security fi -- 2.39.2