X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=config%2Fdebian%2Fcommon;h=e44f2bb0e468a86dbd0fec8b7227d1b306c82814;hb=4ba12d4b23d87194df5e415f58608b99ab6fd50a;hp=116332b07fd47224d84ca3ab8c7dac8ddfdac977;hpb=427ebd5e2bbfec74868ceed38b342cd2ef161259;p=dak.git diff --git a/config/debian/common b/config/debian/common index 116332b0..e44f2bb0 100644 --- a/config/debian/common +++ b/config/debian/common @@ -33,21 +33,16 @@ function wbtrigger() { # used by cron.dinstall *and* cron.unchecked. function make_buildd_dir () { - local overridesuite - local suite - + # We generate straight into the static mirror location for incoming dak manage-build-queues -a dak generate-packages-sources2 -a build-queues dak generate-releases -a build-queues >/dev/null - ${scriptsdir}/update-buildd-archive ${base}/build-queues ${incoming}/debian-buildd - - for suite in unstable experimental squeeze-backports; do - rm -rf "$incoming/dists/$suite/buildd" - mkdir -p "$incoming/dists/$suite/buildd" - dak export-suite -s "buildd-$suite" -d "$incoming/dists/$suite/buildd" - done - rm -f ${incoming}/public/* - dak export-suite -s "accepted" -d "$incoming/public" + + # Stick a last modified date in the page footer + echo "

Last updated: `date -u`

" > ${incoming}/web/README.html + + # Tell the mirrors that we've updated + chronic /usr/local/bin/static-update-component incoming.debian.org } # Process (oldstable)-proposed-updates "NEW" queue