]> git.decadent.org.uk Git - dak.git/commitdiff
Process backports-policy queue.
authorAnsgar Burchardt <ansgar@debian.org>
Sat, 25 May 2013 17:12:23 +0000 (19:12 +0200)
committerAnsgar Burchardt <ansgar@debian.org>
Sat, 25 May 2013 17:12:23 +0000 (19:12 +0200)
config/debian/common
config/debian/cron.dinstall
config/debian/cron.unchecked

index 9e74ca3d40ab70b7550ed0fa2f342bd4c8ea6a79..4469037a71040872d6225fee998694adebda356b 100644 (file)
@@ -95,8 +95,10 @@ function make_buildd_dir () {
 function punew_do() {
     local queue="$1"
     local qdir="$2"
+    local to="${3}"
+
     date -u -R >> REPORT
-    dak process-policy "${queue}" | tee -a REPORT | mail -a "X-Debian: DAK" -e -s "NEW changes in ${queue}" debian-release@lists.debian.org -- -F "Debian FTP Masters" -f ftpmaster@ftp-master.debian.org
+    dak process-policy "${queue}" | tee -a REPORT | mail -a "X-Debian: DAK" -e -s "NEW changes in ${queue}" "${to}" -- -F "Debian FTP Masters" -f ftpmaster@ftp-master.debian.org
     echo >> REPORT
 
     dak generate-packages-sources2 -s "${queue}"
@@ -116,7 +118,7 @@ function punew() {
         log "Doing automated p-u-new processing"
     fi
     cd "${queuedir}/p-u-new"
-    punew_do "$1" "p-u-new"
+    punew_do "$1" "p-u-new" "debian-release@lists.debian.org"
 }
 
 function opunew() {
@@ -124,7 +126,20 @@ function opunew() {
         log "Doing automated o-p-u-new processing"
     fi
     cd "${queuedir}/o-p-u-new"
-    punew_do "$1" "o-p-u-new"
+    punew_do "$1" "o-p-u-new" "debian-release@lists.debian.org"
+}
+
+function backports_policy() {
+    local queue="backports-policy"
+    local qdir="/srv/backports-master.debian.org/queue/policy"
+    local to="backports-team@debian.org"
+
+    if [ "${PROGRAM}" = "dinstall" ]; then
+        log "Doing automated ${queue} processing"
+    fi
+
+    cd "${qdir}"
+    punew_do "${queue}" "${qdir}" "${to}"
 }
 
 # Do the unchecked processing, in case we have files.
index e31ea80ed9aeaa004a25daf99fa4685461ad33be..03994aabe6c3a5e593b78010e6a6a3d879595ebe 100755 (executable)
@@ -225,6 +225,14 @@ GO=(
 )
 stage $GO
 
+GO=(
+    FUNC="backports_policy"
+    TIME="backports-policy"
+    ARGS=""
+    ERR="false"
+)
+stage $GO
+
 GO=(
     FUNC="cruft"
     TIME="cruft"
index 7db5c284574697dcfcd3883fce5a8310cb31a87d..39f62a32711f5a854139d3bd0b2141f1362e1277 100755 (executable)
@@ -103,6 +103,7 @@ pg_timestamp preunchecked >/dev/null
 # Process policy queues
 punew stable-new
 opunew oldstable-new
+backports_policy
 
 # Finally deal with unchecked
 do_unchecked