]> git.decadent.org.uk Git - dak.git/blobdiff - config/debian/common
We don't want emails every 15 minutes
[dak.git] / config / debian / common
index 5eec32cf93f6cd7167178c750a4869344eee4c45..e766820b13281ddb01048295391229b9688063e2 100644 (file)
@@ -42,7 +42,7 @@ function make_buildd_dir () {
     dak generate-releases -a build-queues >/dev/null
 
     # And set up all of the top level symlinks people seem to like
-    find ${incoming}/web -depth 0 -type l -delete
+    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
@@ -51,7 +51,7 @@ function make_buildd_dir () {
     dak export-suite -s "accepted" -d "$incoming/public"
 
     # Tell the mirrors that we've updated
-    /usr/local/bin/static-update-component incoming.debian.org
+    /usr/local/bin/static-update-component incoming.debian.org >/dev/null
 }
 
 # Process (oldstable)-proposed-updates "NEW" queue