X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=config%2Fdebian%2Fcommon;h=5eec32cf93f6cd7167178c750a4869344eee4c45;hb=79bf6f467626829f27ad515d4d4b99b64b6649b0;hp=606f614a400afba90e29e7e4a87fbdfeb214b334;hpb=0dbb2329cb689581d205334a412908e1d2bbf4f7;p=dak.git diff --git a/config/debian/common b/config/debian/common index 606f614a..5eec32cf 100644 --- a/config/debian/common +++ b/config/debian/common @@ -36,13 +36,22 @@ 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 + # And set up all of the top level symlinks people seem to like + find ${incoming}/web -depth 0 -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 + /usr/local/bin/static-update-component incoming.debian.org } # Process (oldstable)-proposed-updates "NEW" queue