]> git.decadent.org.uk Git - dak.git/commitdiff
sync-dd: exclude queue/bts_version_track
authorAnsgar Burchardt <ansgar@debian.org>
Tue, 11 Jun 2013 19:37:16 +0000 (21:37 +0200)
committerAnsgar Burchardt <ansgar@debian.org>
Tue, 11 Jun 2013 19:40:05 +0000 (21:40 +0200)
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.

scripts/debian/sync-dd

index 2a7dcb7835fb54a76908d1b5924f7307485b0e07..5c48a12eb3f1ea8e84a52eb1edc16cdf475fcc9e 100755 (executable)
@@ -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" \