Stop disabling the RSYNC_PARTIAL_DIR environment variable now that
authorWayne Davison <wayned@samba.org>
Wed, 18 Oct 2006 04:46:26 +0000 (04:46 +0000)
committerWayne Davison <wayned@samba.org>
Wed, 18 Oct 2006 04:46:26 +0000 (04:46 +0000)
there is a newer rsync on samba.org.

packaging/nightly-rsync

index 58936a6..c88fd69 100755 (executable)
@@ -100,7 +100,6 @@ system "find . -name 'rsync-HEAD-*' -daystart -mtime +14 | xargs rm -f";
 system 'ls -ltr';
 
 if ($upload) {
-    $ENV{RSYNC_PARTIAL_DIR} = ''; # The rsync on samba.org is OLD.
     system "rsync -aviHP --delete-after . samba.org:/home/ftp/pub/rsync/nightly";
 }