[SCM] The rsync repository. - branch master updated

Rsync CVS commit messages rsync-cvs at lists.samba.org
Wed Jul 15 20:54:25 UTC 2020


The branch, master has been updated
       via  f553da17 GitHub artifact test didn't work.
       via  40753bcb Tweak the save path.
       via  33df361d Avoid normal build on cygwin-save change.
       via  f4db9707 Try to get cygwin-save to run.
       via  ab392889 Try to save cygwin install in an artifact.
       via  13f274fd Force git line endings (#68)
       via  b51fe50e Tweak the workflows filename.
       via  1829a2ee Disable cygwin for now.
       via  65370a0f Try a couple different way to fix the build.
       via  23213099 Try Cygwin build in actions.
       via  25e08110 Let's try a Cygwin build on Cirrus.
      from  95f68303 Mention the auto-build-save setup.

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


- Log -----------------------------------------------------------------
commit f553da1730f0821bbf5c796cf25b8fd397742edd
Author: Wayne Davison <wayne at opencoder.net>
Date:   Wed Jul 15 13:53:40 2020 -0700

    GitHub artifact test didn't work.

commit 40753bcbf7dd197c0b1236d84a64eb12eb57d5b4
Author: Wayne Davison <wayne at opencoder.net>
Date:   Wed Jul 15 13:42:36 2020 -0700

    Tweak the save path.

commit 33df361d52096d00d65051d80e6346054a79524f
Author: Wayne Davison <wayne at opencoder.net>
Date:   Wed Jul 15 13:20:40 2020 -0700

    Avoid normal build on cygwin-save change.

commit f4db9707183fbac7acff1b497395dc2c8b57f76e
Author: Wayne Davison <wayne at opencoder.net>
Date:   Wed Jul 15 13:16:36 2020 -0700

    Try to get cygwin-save to run.

commit ab3928898f203789f4ce5a719390c5c7228daac5
Author: Wayne Davison <wayne at opencoder.net>
Date:   Wed Jul 15 12:31:38 2020 -0700

    Try to save cygwin install in an artifact.

commit 13f274fd024820ed51bbff10e3845f8f962fa001
Author: Ben RUBSON <6764151+benrubson at users.noreply.github.com>
Date:   Wed Jul 15 19:20:52 2020 +0200

    Force git line endings (#68)

commit b51fe50e7f48cca6e5df636d444349aca116177d
Author: Wayne Davison <wayne at opencoder.net>
Date:   Tue Jul 14 21:47:50 2020 -0700

    Tweak the workflows filename.

commit 1829a2ee0d9a4ff93f5b57b3e5251f2b45954c71
Author: Wayne Davison <wayne at opencoder.net>
Date:   Tue Jul 14 21:47:11 2020 -0700

    Disable cygwin for now.

commit 65370a0f56c665372aa3afdc6cfb1c3dcf5b264b
Author: Wayne Davison <wayne at opencoder.net>
Date:   Tue Jul 14 21:32:41 2020 -0700

    Try a couple different way to fix the build.

commit 23213099e9fc0dab584ed7e7a53b15a0ef1613bd
Author: Wayne Davison <wayne at opencoder.net>
Date:   Tue Jul 14 21:18:52 2020 -0700

    Try Cygwin build in actions.

commit 25e08110d54eef4fed8f5dc5ceb3b4374e5d6a02
Author: Wayne Davison <wayne at opencoder.net>
Date:   Tue Jul 14 20:41:44 2020 -0700

    Let's try a Cygwin build on Cirrus.

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

Summary of changes:
 .cirrus.yml                               | 2 +-
 .gitattributes                            | 1 +
 .github/workflows/{ccpp.yml => build.yml} | 0
 3 files changed, 2 insertions(+), 1 deletion(-)
 create mode 100644 .gitattributes
 rename .github/workflows/{ccpp.yml => build.yml} (100%)


Changeset truncated at 500 lines:

diff --git a/.cirrus.yml b/.cirrus.yml
index 5969576f..1aa90052 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -1,4 +1,4 @@
-task:
+freebsd_task:
   name: FreeBSD
   freebsd_instance:
     image: freebsd-12-1-release-amd64
diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 00000000..6313b56c
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1 @@
+* text=auto eol=lf
diff --git a/.github/workflows/ccpp.yml b/.github/workflows/build.yml
similarity index 100%
rename from .github/workflows/ccpp.yml
rename to .github/workflows/build.yml


-- 
The rsync repository.



More information about the rsync-cvs mailing list