From 2f2fe3780008c837ff2951b276653f74ad75cf8b Mon Sep 17 00:00:00 2001 From: Joerg Jaspert Date: Sun, 12 Aug 2012 14:40:13 +0200 Subject: [PATCH] need a qdir, the dirnames are different to queuenames Signed-off-by: Joerg Jaspert --- config/debian/common | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/config/debian/common b/config/debian/common index a785db58..a2f2877a 100644 --- a/config/debian/common +++ b/config/debian/common @@ -80,13 +80,14 @@ function make_buildd_dir () { # Process (oldstable)-proposed-updates "NEW" queue function punew_do() { local queue="$1" + local qdir="$2" 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 echo >> REPORT dak generate-packages-sources2 -s "${queue}" - local exportdir="${queuedir}/${queue}/export" + local exportdir="${queuedir}/${qdir}/export" rm -rf "${exportdir}" dak export -q "${queue}" -d "${exportdir}" --all } @@ -97,7 +98,7 @@ function punew() { log "Doing automated p-u-new processing" fi cd "${queuedir}/p-u-new" - punew_do "$1" + punew_do "$1" "p-u-new" } function opunew() { @@ -105,7 +106,7 @@ function opunew() { log "Doing automated o-p-u-new processing" fi cd "${queuedir}/o-p-u-new" - punew_do "$1" + punew_do "$1" "o-p-u-new" } # Do the unchecked processing, in case we have files. -- 2.39.2