From 437c13ce927fbe3254fb63bc162099c831fe9629 Mon Sep 17 00:00:00 2001
From: Mark Hymers <mhy@debian.org>
Date: Sat, 16 Aug 2014 16:14:29 +0000
Subject: [PATCH] Don't break on too many links

Signed-off-by: Mark Hymers <mhy@debian.org>
---
 config/debian/common | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config/debian/common b/config/debian/common
index 88cb6abf..1616c48f 100644
--- a/config/debian/common
+++ b/config/debian/common
@@ -44,7 +44,7 @@ function make_buildd_dir () {
 
     # 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/*
+    find ${incoming}/public -type l -delete
     dak export-suite -s "accepted" -d "$incoming/public"
 
     # Tell the mirrors that we've updated
-- 
2.39.5