The hide filter rule is no longer needed.
authorWayne Davison <wayned@samba.org>
Sun, 19 Feb 2006 16:05:08 +0000 (16:05 +0000)
committerWayne Davison <wayned@samba.org>
Sun, 19 Feb 2006 16:05:08 +0000 (16:05 +0000)
packaging/nightly-rsync

index 6730662..a875d5b 100755 (executable)
@@ -95,7 +95,7 @@ system 'ls -ltr';
 
 if ($upload) {
     $ENV{RSYNC_PARTIAL_DIR} = ''; # The rsync on samba.org is OLD.
-    system "rsync -aviHP --delete -f 'H rsync/' . samba.org:/home/ftp/pub/rsync/nightly";
+    system "rsync -aviHP --delete . samba.org:/home/ftp/pub/rsync/nightly";
 }
 
 exit;