X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=config%2Fdebian%2Fcommon;h=e44f2bb0e468a86dbd0fec8b7227d1b306c82814;hb=4ba12d4b23d87194df5e415f58608b99ab6fd50a;hp=e766820b13281ddb01048295391229b9688063e2;hpb=3fa3a4d1040e402d4f8b4ab883d37343c9fc9c10;p=dak.git diff --git a/config/debian/common b/config/debian/common index e766820b..e44f2bb0 100644 --- a/config/debian/common +++ b/config/debian/common @@ -33,25 +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 - # And set up all of the top level symlinks people seem to like - find ${incoming}/web -maxdepth 1 -type l -delete - dak export-suite -r -s "accepted" -d "$incoming/web" - - # For now, we still create the local incoming.d.o setup - ${scriptsdir}/update-buildd-archive ${incoming}/web/debian-buildd ${incoming}/debian-buildd - 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 - /usr/local/bin/static-update-component incoming.debian.org >/dev/null + chronic /usr/local/bin/static-update-component incoming.debian.org } # Process (oldstable)-proposed-updates "NEW" queue