From: Mark Hymers Date: Tue, 12 Aug 2014 20:25:44 +0000 (+0000) Subject: Don't sync incoming - there's no point X-Git-Url: https://git.decadent.org.uk/gitweb/?p=dak.git;a=commitdiff_plain;h=5d20ae67e319468813a93bdf58bbde00ecef644c Don't sync incoming - there's no point Signed-off-by: Mark Hymers --- diff --git a/scripts/debian/sync-dd b/scripts/debian/sync-dd index 30fb1d9c..748c28c4 100755 --- a/scripts/debian/sync-dd +++ b/scripts/debian/sync-dd @@ -86,6 +86,7 @@ if lockfile -r3 "${lockfile}"; then --exclude "/s3kr1t" \ --exclude "/scripts/s3kr1t" \ --exclude "/tmp/" \ + --exclude "/public/incoming.debian.org" \ --delete --delete-after \ --timeout 3600 \ -e 'ssh -o ConnectTimeout=30 -o SetupTimeout=30' \