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

[dak/master] 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.
---
 scripts/debian/sync-dd |    1 +
 1 file changed, 1 insertion(+)

diff --git a/scripts/debian/sync-dd b/scripts/debian/sync-dd
index 2a7dcb7..5c48a12 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" \
-- 
1.7.10.4


Reply to: