[SCM] The rsync repository. - branch master updated

Rsync CVS commit messages rsync-cvs at lists.samba.org
Wed Jun 3 00:24:34 UTC 2020


The branch, master has been updated
       via  e0d30a22 Mention that `rsync --version` outputs checksum & compress lists.
       via  42ec4e30 Update ccpp.yml
      from  37350027 Some improvements to the release mechanism

https://git.samba.org/?p=rsync.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit e0d30a22d751ec95644b89c12dea01a5e0137b77
Author: Wayne Davison <wayne at opencoder.net>
Date:   Tue Jun 2 17:21:51 2020 -0700

    Mention that `rsync --version` outputs checksum & compress lists.

commit 42ec4e30909b73c0f470f993fc853cb3c6339987
Author: Wayne Davison <wayne at opencoder.net>
Date:   Tue Jun 2 17:20:22 2020 -0700

    Update ccpp.yml
    
    Switch to ubuntu-20.04 and add a couple dev libs.

-----------------------------------------------------------------------

Summary of changes:
 .github/workflows/ccpp.yml | 4 ++--
 rsync.yo                   | 4 ++++
 2 files changed, 6 insertions(+), 2 deletions(-)


Changeset truncated at 500 lines:

diff --git a/.github/workflows/ccpp.yml b/.github/workflows/ccpp.yml
index 131890ea..a9e4a3f8 100644
--- a/.github/workflows/ccpp.yml
+++ b/.github/workflows/ccpp.yml
@@ -9,12 +9,12 @@ on:
 jobs:
   build:
 
-    runs-on: ubuntu-latest
+    runs-on: ubuntu-20.04
 
     steps:
     - uses: actions/checkout at v2
     - name: prepare-packages
-      run: sudo apt-get install fakeroot acl libacl1-dev attr libattr1-dev liblz4-dev yodl
+      run: sudo apt-get install fakeroot acl libacl1-dev attr libattr1-dev liblz4-dev libzstd-dev libxxhash-dev yodl
     - name: prepare-source
       run: ./prepare-source
     - name: configure
diff --git a/rsync.yo b/rsync.yo
index 72812930..3db3f3e8 100644
--- a/rsync.yo
+++ b/rsync.yo
@@ -1413,6 +1413,8 @@ unknown checksum names.  If the remote rsync is not new enough to handle a
 checksum negotiation list, the list is silently ignored unless it contains the
 string "FAIL".
 
+Use bf(rsync --version) to see the default checksum list.
+
 The use of the bf(--checksum-choice) option overrides this environment list.
 
 dit(bf(-x, --one-file-system)) This tells rsync to avoid crossing a
@@ -2107,6 +2109,8 @@ names.  If the remote rsync is not new enough to handle a compression
 negotiation list, the list is silently ignored unless it contains the string
 "FAIL".
 
+Use bf(rsync --version) to see the default compress list.
+
 dit(bf(--compress-level=NUM)) Explicitly set the compression level to use
 (see bf(--compress)) instead of letting it default.  If NUM is non-zero,
 the bf(--compress) option is implied.


-- 
The rsync repository.



More information about the rsync-cvs mailing list