X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/55d24e5fedfd872e06b3a38569be16ab66b0bd88..0f78b81511be65d8fe21af1e6ac674f9e80ac29d:/packaging/nightly-rsync diff --git a/packaging/nightly-rsync b/packaging/nightly-rsync index 8e28b5b7..e54424ec 100755 --- a/packaging/nightly-rsync +++ b/packaging/nightly-rsync @@ -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;