- Updated the address for the FSF in the opening comment.
[rsync/rsync.git] / packaging / nightly-rsync
index 8e28b5b..e54424e 100755 (executable)
@@ -54,7 +54,7 @@ if ($make_tar) {
        } elsif (/^File: (.*?)\s+Status: (.*)/ && $1 ne '.cvsignore') {
            push(@files, $dir . $1);
            if ($2 ne 'Up-to-date') {
-               print "Not up-to-date: $dir$1\n";
+               print "*** Not up-to-date: $dir$1\n";
            }
        }
     }
@@ -98,7 +98,7 @@ system 'ls -ltr';
 
 if ($upload) {
     $ENV{RSYNC_PARTIAL_DIR} = ''; # The rsync on samba.org is OLD.
-    system "rsync -aviHP --delete . samba.org:/home/ftp/pub/rsync/nightly";
+    system "rsync -aviHP --delete-after . samba.org:/home/ftp/pub/rsync/nightly";
 }
 
 exit;