]> git.donarmstrong.com Git - dak.git/blobdiff - config/debian/common
Remove old (and slow) code
[dak.git] / config / debian / common
index d977a45dad0f692b28dbbbc6bbd604d1b4b4b16a..e2f5d8110455deda38f16e9ab473125495cdc8cb 100644 (file)
@@ -38,15 +38,6 @@ function make_buildd_dir () {
     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
-    #find ${incoming}/public -type l -delete
-    #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
 }