[SCM] The rsync repository. - branch master updated
Rsync CVS commit messages
rsync-cvs at lists.samba.org
Sun Jun 21 23:47:32 UTC 2020
The branch, master has been updated
via f3439944 The proto files don't need perl, so change fetch rule.
from a7c1690d One more >= tweak.
https://git.samba.org/?p=rsync.git;a=shortlog;h=master
- Log -----------------------------------------------------------------
commit f3439944ea4d49a04439278997c70d77f53161f9
Author: Wayne Davison <wayne at opencoder.net>
Date: Sun Jun 21 16:46:06 2020 -0700
The proto files don't need perl, so change fetch rule.
-----------------------------------------------------------------------
Summary of changes:
prepare-source | 2 --
1 file changed, 2 deletions(-)
Changeset truncated at 500 lines:
diff --git a/prepare-source b/prepare-source
index aa4e9d12..a41a66a3 100755
--- a/prepare-source
+++ b/prepare-source
@@ -29,8 +29,6 @@ for action in "${@}"; do
$dir/rsync-ssl -iip --no-motd rsync://download.samba.org/rsyncftp/generated-files/'[ca]*' $dir
if test "$action" = fetchgen; then
$dir/rsync-ssl -iip --no-motd rsync://download.samba.org/rsyncftp/generated-files/'[^ca]*' .
- elif ! perl --version >/dev/null 2>/dev/null; then
- $dir/rsync-ssl -iip --no-motd rsync://download.samba.org/rsyncftp/generated-files/'p*' .
fi
sleep 1 # The following files need to be newer than aclocal.m4
touch configure.sh config.h.in
--
The rsync repository.
More information about the rsync-cvs
mailing list