Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Install latest rsync on macOS builder #219

Merged
merged 1 commit into from
Jan 15, 2025
Merged

Install latest rsync on macOS builder #219

merged 1 commit into from
Jan 15, 2025

Conversation

jwodder
Copy link
Member

@jwodder jwodder commented Jan 15, 2025

Closes #218.

@jwodder
Copy link
Member Author

jwodder commented Jan 15, 2025

Due to data protection policies, I wasn't able to run the rsync command bundled in the DMG built for this PR (at least, not without installing git-annex from the DMG, which I didn't want to do), but running strings rsync did indicate that the version was at least 3.2.0 and was likely 3.3.0 (the version currently on Homebrew).

@jwodder jwodder marked this pull request as ready for review January 15, 2025 22:00
@jwodder jwodder merged commit c44c328 into master Jan 15, 2025
10 checks passed
@jwodder jwodder deleted the gh-218 branch January 15, 2025 22:00
@yarikoptic
Copy link
Member

I did yoh@datalads-imac2 datalad-installer % src/datalad_installer.py git-annex -m datalad/git-annex on that mac laptop we have for development (since I do not remember all the dances to do with .dmg from cli to install it). It seems to install newish git-annex but bundled rsync seems to be old... may be it is a prior build from master? will try tomorrow again

yoh@datalads-imac2 datalad-installer % find /Applications/git-annex.app/Contents/MacOS/ | grep rsync
/Applications/git-annex.app/Contents/MacOS//bundle/rsync
yoh@datalads-imac2 datalad-installer % /Applications/git-annex.app/Contents/MacOS//bundle/rsync --version
rsync  version 2.6.9  protocol version 29
Copyright (C) 1996-2006 by Andrew Tridgell, Wayne Davison, and others.
<http://rsync.samba.org/>
Capabilities: 64-bit files, socketpairs, hard links, symlinks, batchfiles,
              inplace, IPv6, 64-bit system inums, 64-bit internal inums

rsync comes with ABSOLUTELY NO WARRANTY.  This is free software, and you
are welcome to redistribute it under certain conditions.  See the GNU
General Public Licence for details.
yoh@datalads-imac2 datalad-installer % /Applications/git-annex.app/Contents/MacOS/git-annex version --raw
10.20250115-g7a8bc19228b2e16ec86836277c4077b63667b391

@yarikoptic
Copy link
Member

yeay -- with a fresh rerun -- we are all good

yoh@datalads-imac2 datalad-installer % /Applications/git-annex.app/Contents/MacOS/git-annex version --raw
10.20250115-g84cd1668053e13e31f2ffaf4ddfd54e11d536637%                                                                                                                              yoh@datalads-imac2 datalad-installer % /Applications/git-annex.app/Contents/MacOS//bundle/rsync --version
rsync  version 3.3.0  protocol version 31
Copyright (C) 1996-2024 by Andrew Tridgell, Wayne Davison, and others.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

update rsync in osx build
2 participants