[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[dak/master] 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 88cb6ab..1616c48 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
-- 
1.7.10.4


Reply to: