]> git.ipfire.org Git - thirdparty/rsync.git/commitdiff
Make use of a git gist instead of the samba website.
authorWayne Davison <wayne@opencoder.net>
Sun, 26 Sep 2021 19:09:17 +0000 (12:09 -0700)
committerWayne Davison <wayne@opencoder.net>
Sun, 26 Sep 2021 19:09:17 +0000 (12:09 -0700)
.cirrus.yml
.github/workflows/build.yml

index 62b9318c6b0689109cc18925529c026f4da9a522..7842fc2edfd20bf70b2b42b80f294cc3024ffb2e 100644 (file)
@@ -8,7 +8,7 @@ freebsd_task:
     - dd if=/dev/zero of=/tmp/zpool bs=1M count=1024
     - zpool create -m `pwd`/testtmp zpool /tmp/zpool
     - pkg install -y bash autotools m4 xxhash zstd liblz4 wget
-    - wget https://download.samba.org/pub/rsync/generated-files/git-version.h
+    - wget -O git-version.h https://gist.githubusercontent.com/WayneD/c11243fa374fc64d4e42f2855c8e3827/raw/rsync-git-version.h
   configure_script:
     - CPPFLAGS=-I/usr/local/include/ LDFLAGS=-L/usr/local/lib/ ./configure --disable-md2man
   make_script:
index 8f4d107034854d49a3007bf4eafa14a7761d655c..530ec19daca03959eac75896125d69250a327ddd 100644 (file)
@@ -19,7 +19,7 @@ jobs:
     - name: prep
       run: |
         sudo apt-get install acl libacl1-dev attr libattr1-dev liblz4-dev libzstd-dev libxxhash-dev python3-cmarkgfm openssl wget
-        wget https://download.samba.org/pub/rsync/generated-files/git-version.h
+        wget -O git-version.h https://gist.githubusercontent.com/WayneD/c11243fa374fc64d4e42f2855c8e3827/raw/rsync-git-version.h
         echo "/usr/local/bin" >>$GITHUB_PATH
     - name: configure
       run: ./configure
@@ -56,7 +56,7 @@ jobs:
       run: |
         brew install automake openssl xxhash zstd lz4 wget
         sudo pip3 install commonmark
-        wget https://download.samba.org/pub/rsync/generated-files/git-version.h
+        wget -O git-version.h https://gist.githubusercontent.com/WayneD/c11243fa374fc64d4e42f2855c8e3827/raw/rsync-git-version.h
         echo "/usr/local/bin" >>$GITHUB_PATH
     - name: configure
       run: CPPFLAGS=-I/usr/local/opt/openssl/include/ LDFLAGS=-L/usr/local/opt/openssl/lib/ ./configure