From: Ansgar Burchardt Date: Tue, 11 Jun 2013 19:37:16 +0000 (+0200) Subject: sync-dd: exclude queue/bts_version_track X-Git-Url: https://git.decadent.org.uk/gitweb/?p=dak.git;a=commitdiff_plain;h=0d655827e4ec74001c12c5e78e22658e460dc6c3 sync-dd: exclude queue/bts_version_track The files in bts_version_track are short-lived and often removed while syncing the public mirror. This causes annoying complaint from rsync. As there is nothing interesting there we can just not sync it. --- diff --git a/scripts/debian/sync-dd b/scripts/debian/sync-dd index 2a7dcb78..5c48a12e 100755 --- a/scripts/debian/sync-dd +++ b/scripts/debian/sync-dd @@ -80,6 +80,7 @@ if lockfile -r3 "${lockfile}"; then --exclude "/lock/" \ --exclude "/mirror/" \ --exclude "/morgue/" \ + --exclude "/queue/bts_version_track/" --exclude "/queue/unchecked/" \ --exclude "/s3kr1t" \ --exclude "/scripts/s3kr1t" \