X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=config%2Fdebian%2Fcommon;h=e2f5d8110455deda38f16e9ab473125495cdc8cb;hb=905d361b3e8c03fe4b0ece18f856bbf7a1e2eec5;hp=f47b21f9257e4e69340d58bd9a6186294a6ff3b7;hpb=ec40405e0692fd28e4c5c76d2b7c3db57631a518;p=dak.git diff --git a/config/debian/common b/config/debian/common index f47b21f9..e2f5d811 100644 --- a/config/debian/common +++ b/config/debian/common @@ -33,23 +33,11 @@ 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" - # Tell the mirrors that we've updated chronic /usr/local/bin/static-update-component incoming.debian.org }