]> git.decadent.org.uk Git - dak.git/commitdiff
Exclude tiffani/ from dd-sync and shut up cron
authorJoerg Jaspert <joerg@debian.org>
Mon, 11 May 2015 08:01:17 +0000 (10:01 +0200)
committerJoerg Jaspert <joerg@debian.org>
Mon, 11 May 2015 08:04:02 +0000 (10:04 +0200)
its a state dir only and files change too often so rsync gets annoyed
which in turn annoys cron which hands that over to ftpmasters, who
dont like it. AWAY, you mails.

scripts/debian/sync-dd

index 857c68d1f9ccf69c4075bd9a9a020784b715bbad..ba2a2a2a9a22ba165f0ae178deba0ad360cd2643 100755 (executable)
@@ -81,6 +81,7 @@ if lockfile -r3 "${lockfile}" 2> /dev/null; then
                   --exclude "/scripts/s3kr1t" \
                   --exclude "/tmp/" \
                   --exclude "/public/incoming.debian.org" \
+                  --exclude "/tiffani/" \
                   --delete --delete-after \
                   --timeout 3600 \
                   -e 'ssh -o ConnectTimeout=30 -o SetupTimeout=30' \