The branch, master has been updated via 98cddfaf Rename a couple files to .md via d1fcb8ce Add some extra indent. via b4ace353 Create ccpp.yml from 888ce058 Two sparse fixes from Yuxuan Shui.
https://git.samba.org/?p=rsync.git;a=shortlog;h=master - Log ----------------------------------------------------------------- commit 98cddfaf7acc7043aedf293efd96c33c58a7210f Author: Wayne Davison <wa...@opencoder.net> Date: Mon May 25 15:00:30 2020 -0700 Rename a couple files to .md commit d1fcb8ce9d04f994cdd4c50f9015e01ca6ab7e1a Author: Wayne Davison <wa...@opencoder.net> Date: Mon May 25 14:59:51 2020 -0700 Add some extra indent. commit b4ace353040dd703dec2c135d329257171d32ea6 Author: Wayne Davison <wa...@opencoder.net> Date: Mon May 25 14:43:25 2020 -0700 Create ccpp.yml ----------------------------------------------------------------------- Summary of changes: .github/workflows/ccpp.yml | 23 +++++++++++++++++++++++ INSTALL => INSTALL.md | 8 ++++---- README => README.md | 0 packaging/lsb/rsync.spec | 2 +- packaging/release-rsync | 4 ++-- packaging/solaris/build_pkg.sh | 4 ++-- rsync.yo | 2 +- 7 files changed, 33 insertions(+), 10 deletions(-) create mode 100644 .github/workflows/ccpp.yml rename INSTALL => INSTALL.md (97%) rename README => README.md (100%) Changeset truncated at 500 lines: diff --git a/.github/workflows/ccpp.yml b/.github/workflows/ccpp.yml new file mode 100644 index 00000000..15772993 --- /dev/null +++ b/.github/workflows/ccpp.yml @@ -0,0 +1,23 @@ +name: C CI + +on: + push: + branches: [ master ] + pull_request: + branches: [ master ] + +jobs: + build: + + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v2 + - name: prepare-source + run: ./prepare-source + - name: configure + run: ./configure --with-included-popt --with-protected-args --with-included-zlib --enable-simd + - name: make + run: make + - name: make check + run: make check diff --git a/INSTALL b/INSTALL.md similarity index 97% rename from INSTALL rename to INSTALL.md index 6c016ad6..b53965e9 100644 --- a/INSTALL +++ b/INSTALL.md @@ -1,13 +1,13 @@ To build and install rsync: - $ ./configure - $ make - # make install + $ ./configure + $ make + # make install You may set the installation directory and other parameters by options to ./configure. To see them, use: - $ ./configure --help + $ ./configure --help Configure tries to figure out if the local system uses group "nobody" or "nogroup" by looking in the /etc/group file. (This is only used for the diff --git a/README b/README.md similarity index 100% rename from README rename to README.md diff --git a/packaging/lsb/rsync.spec b/packaging/lsb/rsync.spec index 65a442e8..f0e9519b 100644 --- a/packaging/lsb/rsync.spec +++ b/packaging/lsb/rsync.spec @@ -66,7 +66,7 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root) -%doc COPYING NEWS OLDNEWS README support/ tech_report.tex +%doc COPYING NEWS OLDNEWS README.md support/ tech_report.tex %config(noreplace) /etc/xinetd.d/rsync %{_prefix}/bin/rsync %{_prefix}/bin/rsync-ssl diff --git a/packaging/release-rsync b/packaging/release-rsync index 88ed34ec..064323fa 100755 --- a/packaging/release-rsync +++ b/packaging/release-rsync @@ -276,7 +276,7 @@ About to: - create release tar, "{srctar_name}" - generate {rsync_ver}/patches/* files - create patches tar, "{pattar_name}" - - update top-level README, *NEWS, TODO, and ChangeLog + - update top-level README.md, *NEWS, TODO, and ChangeLog - update top-level rsync*.html manpages - gpg-sign the release files - update hard-linked top-level release files{skipping} @@ -347,7 +347,7 @@ About to: shutil.rmtree(rsync_ver) print(f"Updating the other files in {dest} ...") - cmd_chk('rsync -a README NEWS OLDNEWS TODO'.split() + [dest]) + cmd_chk('rsync -a README.md NEWS OLDNEWS TODO'.split() + [dest]) if os.path.lexists(news_file): os.unlink(news_file) os.link(f"{dest}/NEWS", news_file) diff --git a/packaging/solaris/build_pkg.sh b/packaging/solaris/build_pkg.sh index 3d982f27..29c035a0 100644 --- a/packaging/solaris/build_pkg.sh +++ b/packaging/solaris/build_pkg.sh @@ -41,7 +41,7 @@ mkdir -p $FAKE_ROOT/man/man5 cp ../../../rsync $FAKE_ROOT/bin/rsync cp ../../../rsync.1 $FAKE_ROOT/man/man1/rsync.1 cp ../../../rsyncd.conf.5 $FAKE_ROOT/man/man5/rsyncd.conf.5 -cp ../../../README $FAKE_ROOT/doc/rsync/README +cp ../../../README.md $FAKE_ROOT/doc/rsync/README.md cp ../../../COPYING $FAKE_ROOT/doc/rsync/COPYING cp ../../../tech_report.pdf $FAKE_ROOT/doc/rsync/tech_report.pdf cp ../../../COPYING $FAKE_ROOT/COPYING @@ -68,7 +68,7 @@ d none bin 0755 bin bin f none bin/rsync 0755 bin bin d none doc 0755 bin bin d none doc/$NAME 0755 bin bin -f none doc/$NAME/README 0644 bin bin +f none doc/$NAME/README.md 0644 bin bin f none doc/$NAME/COPYING 0644 bin bin f none doc/$NAME/tech_report.pdf 0644 bin bin d none man 0755 bin bin diff --git a/rsync.yo b/rsync.yo index 2c310039..15a3c240 100644 --- a/rsync.yo +++ b/rsync.yo @@ -76,7 +76,7 @@ server, but a server can be either a daemon or a remote-shell spawned process. manpagesection(SETUP) -See the file README for installation instructions. +See the file README.md for installation instructions. Once installed, you can use rsync to any machine that you can access via a remote shell (as well as some that you can access using the rsync -- The rsync repository. _______________________________________________ rsync-cvs mailing list rsync-cvs@lists.samba.org https://lists.samba.org/mailman/listinfo/rsync-cvs