[Collab-qa-commits] r1936 - udd/scripts

Andreas Tille tille at alioth.debian.org
Mon Apr 18 12:47:43 UTC 2011


Author: tille
Date: 2011-04-18 12:47:42 +0000 (Mon, 18 Apr 2011)
New Revision: 1936

Modified:
   udd/scripts/sync-dist.sh
Log:
Do not try syncing dirs ".~tmp~"


Modified: udd/scripts/sync-dist.sh
===================================================================
--- udd/scripts/sync-dist.sh	2011-04-15 06:06:39 UTC (rev 1935)
+++ udd/scripts/sync-dist.sh	2011-04-18 12:47:42 UTC (rev 1936)
@@ -4,4 +4,4 @@
 # /org/udd.debian.net/udd/scripts/sync-dist.sh archive.ubuntu.com::ubuntu/dists/intrepid /org/udd.debian.net/mirrors/ubuntu/intrepid
 
 [ -d $2 ] || mkdir -p $2
-rsync -rd --no-motd --include "Packages.gz" --include "Sources.gz" --include "**/" --exclude "*" $1 $2
+rsync -rd --no-motd --include "Packages.gz" --include "Sources.gz" --include "**/" --exclude "*" --exclude ".~tmp~" $1 $2




More information about the Collab-qa-commits mailing list