[SCM] The rsync repository. - branch master updated

Rsync CVS commit messages rsync-cvs at lists.samba.org
Wed Apr 10 19:33:34 UTC 2024


The branch, master has been updated
       via  fcc79836 Get fetch-depth:0 right.
      from  804411b7 Get rid of gensend target & cached git version.

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


- Log -----------------------------------------------------------------
commit fcc79836b8f99bb9993b26de3a03cee14daf5ddf
Author: Wayne Davison <wayne at opencoder.net>
Date:   Wed Apr 10 12:30:05 2024 -0700

    Get fetch-depth:0 right.

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

Summary of changes:
 .github/workflows/build.yml         | 9 ++++++---
 .github/workflows/freebsd-build.yml | 3 ++-
 .github/workflows/solaris-build.yml | 3 ++-
 3 files changed, 10 insertions(+), 5 deletions(-)


Changeset truncated at 500 lines:

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 09a8ce24..f407dab7 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -14,7 +14,8 @@ jobs:
     runs-on: ubuntu-20.04
     steps:
     - uses: actions/checkout at v4
-      fetch-depth: 0
+      with:
+        fetch-depth: 0
     - name: prep
       run: |
         sudo apt-get install acl libacl1-dev attr libattr1-dev liblz4-dev libzstd-dev libxxhash-dev python3-cmarkgfm openssl
@@ -52,7 +53,8 @@ jobs:
     runs-on: macos-latest
     steps:
     - uses: actions/checkout at v4
-      fetch-depth: 0
+      with:
+        fetch-depth: 0
     - name: prep
       run: |
         brew install automake openssl xxhash zstd lz4
@@ -88,7 +90,8 @@ jobs:
     if: (github.event_name == 'schedule' || contains(github.event.head_commit.message, '[buildall]'))
     steps:
     - uses: actions/checkout at v4
-      fetch-depth: 0
+      with:
+        fetch-depth: 0
     - name: cygwin
       run: choco install -y --no-progress cygwin cyg-get
     - name: prep
diff --git a/.github/workflows/freebsd-build.yml b/.github/workflows/freebsd-build.yml
index 0fb5adb0..2c0061ee 100644
--- a/.github/workflows/freebsd-build.yml
+++ b/.github/workflows/freebsd-build.yml
@@ -12,7 +12,8 @@ jobs:
     name: Test rsync on FreeBSD
     steps:
     - uses: actions/checkout at v4
-      fetch-depth: 0
+      with:
+        fetch-depth: 0
     - name: Test in FreeBSD
       id: test
       uses: vmactions/freebsd-vm at v1
diff --git a/.github/workflows/solaris-build.yml b/.github/workflows/solaris-build.yml
index feb4ad0b..7de3d35e 100644
--- a/.github/workflows/solaris-build.yml
+++ b/.github/workflows/solaris-build.yml
@@ -12,7 +12,8 @@ jobs:
     name: Test rsync on Solaris
     steps:
     - uses: actions/checkout at v4
-      fetch-depth: 0
+      with:
+        fetch-depth: 0
     - name: Test in Solaris
       id: test
       uses: vmactions/solaris-vm at v1


-- 
The rsync repository.



More information about the rsync-cvs mailing list