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

Bug#644244: patch



tags 644244 patch
stop

Patch attached.

--- orig/trunk/data/watch/update-sf-list	2011-10-23 11:45:38.448995461 +0000
+++ trunk/data/watch/update-sf-list	2011-10-23 17:02:25.331984123 +0000
@@ -19,8 +19,8 @@
 
 set -e
 
-rsync -Pvan --log-file=/dev/null --list-only ftp.heanet.ie::sourceforge |
-    sed -rn 's/^-.+[0-9]{4}\/[0-9]{2}\/[0-9]{2}[[:space:]]+[0-9]{2}:[0-9]{2}:[0-9]{2}[[:space:]]+(.+)$/\1/;T;p' > sf-list.new
+rsync -Pvan --log-file=/dev/null --list-only ftp.heanet.ie::sourceforge > rsync-stdout.txt
+sed -rn 's/^-.+[0-9]{4}\/[0-9]{2}\/[0-9]{2}[[:space:]]+[0-9]{2}:[0-9]{2}:[0-9]{2}[[:space:]]+(.+)$/\1/;T;p' < rsync-stdout.txt > sf-list.new
 
 perl -w <<'PCODE'
 

Reply to: