X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=config%2Fdebian%2Fcommon;h=c6f1c2d264807639807ac443e7cde307de0f5dc3;hb=f4b7c0f72e2338ac133bc096fe3f4c9fcb4b07fc;hp=f3cdaaa35d517648dbb8a683be5504a31bed2b4d;hpb=20b783194b6b872d47717f4a9dd66b6bef7703c0;p=dak.git diff --git a/config/debian/common b/config/debian/common index f3cdaaa3..c6f1c2d2 100644 --- a/config/debian/common +++ b/config/debian/common @@ -36,6 +36,7 @@ function make_buildd_dir () { dak manage-build-queues -a dak generate-packages-sources2 -a build-queues dak generate-releases -a build-queues >/dev/null + ${scriptdir}/update-buildd-archive ${base}/build-queues ${incoming}/debian-buildd for suite in unstable experimental; do rm -rf "$incoming/dists/$suite/buildd" @@ -96,7 +97,7 @@ function punew_do() { local exportdir="${queuedir}${qdir}/tree/${STAMP}" local targetdir="${queuedir}${qdir}/export" dak export -q "${queue}" -d "${exportdir}" --all - ln -sfT ${targetdir} ${exportdir} + ln -sfT ${exportdir} ${targetdir} find ${queuedir}${qdir}/tree -mindepth 1 -maxdepth 1 -not -name "${STAMP}" -type d -print0 | xargs --no-run-if-empty -0 rm -rf } @@ -128,6 +129,7 @@ function do_unchecked () { echo "$timestamp": ${changes:-"Nothing to do"} >> $report dak process-upload -a ${UNCHECKED_WITHOUT_LOCK} -d "$unchecked" >> $report + dak process-commands -d "$unchecked" >> $report } # process NEW policy queue