[SCM] The rsync repository. - branch master updated

Rsync CVS commit messages rsync-cvs at lists.samba.org
Sat Jul 11 22:33:18 UTC 2020


The branch, master has been updated
       via  1f41b7dc Add a little more FreeBSD testing.
       via  486e7852 Add FreeBSD test & re-enable linux build.
       via  a68a9279 Just disable md2man on FreeBSD for now.
       via  a84e8ace Add 2 more FreeBSD pkg installs.
       via  3bc2d9ae Add some FreeBSD pkg installs and pause on linux.
       via  6214c26b Add FreeBSD CI
      from  da7a3506 Some number & string improvements

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


- Log -----------------------------------------------------------------
commit 1f41b7dca10c1c5f6d7d0eb6b97308f234db8232
Author: Wayne Davison <wayne at opencoder.net>
Date:   Sat Jul 11 15:32:51 2020 -0700

    Add a little more FreeBSD testing.

commit 486e7852dbff65dd55f2c475d02def66e34da075
Author: Wayne Davison <wayne at opencoder.net>
Date:   Sat Jul 11 15:03:31 2020 -0700

    Add FreeBSD test & re-enable linux build.

commit a68a92793cd15609f88ec9f06b2f870de12fe082
Author: Wayne Davison <wayne at opencoder.net>
Date:   Sat Jul 11 12:28:05 2020 -0700

    Just disable md2man on FreeBSD for now.

commit a84e8aced7378b630d4f252ee533914f87c0f560
Author: Wayne Davison <wayne at opencoder.net>
Date:   Sat Jul 11 12:22:05 2020 -0700

    Add 2 more FreeBSD pkg installs.

commit 3bc2d9aeaaf5bee3bf9717caba514b96837afd14
Author: Wayne Davison <wayne at opencoder.net>
Date:   Sat Jul 11 12:09:34 2020 -0700

    Add some FreeBSD pkg installs and pause on linux.

commit 6214c26bd36c91f8ae040f5ac0edeb1b7bd7c162
Author: benrubson <6764151+benrubson at users.noreply.github.com>
Date:   Thu Jul 9 18:23:11 2020 +0200

    Add FreeBSD CI

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

Summary of changes:
 .cirrus.yml | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 .cirrus.yml


Changeset truncated at 500 lines:

diff --git a/.cirrus.yml b/.cirrus.yml
new file mode 100644
index 00000000..8be3462f
--- /dev/null
+++ b/.cirrus.yml
@@ -0,0 +1,18 @@
+task:
+  name: FreeBSD
+  freebsd_instance:
+    image: freebsd-12-1-release-amd64
+  install_script:
+    - ln -s /usr/local/bin/bash /bin/bash
+    - pkg install -y autotools xxhash zstd liblz4 openssl
+  build_script:
+    - CPPFLAGS=-I/usr/local/include/ LDFLAGS=-L/usr/local/lib/ ./configure --disable-md2man
+    - make
+  install_script:
+    - make install
+  info_script:
+    - /usr/local/bin/rsync --version
+  test_script:
+    - make check
+  ssl_script:
+    - /usr/local/bin/rsync-ssl --no-motd download.samba.org::rsyncftp/


-- 
The rsync repository.



More information about the rsync-cvs mailing list