potiuk opened a new issue, #155: URL: https://github.com/apache/tooling-trusted-release/issues/155
When I tried to sync files with rsync in my tests, I got a strange error: ``` ⌁65% [jarek:~/code/airflow] upgrade-ruff-and-fix-check-import-providers+ 127 ± rsync -av -e 'ssh -p 2222' ~/code/asf-dist/release/airflow/3.0.2/ pot...@release-test.apache.org:/airflow/3.0.2/ ATR SSH error: The options argument (after --sender) must contain 'e.' Command: rsync --server -g -l -o -p -D -r -t -v --dirs . /airflow/3.0.2/ rsync(31355): error: unexpected end of file rsync(31355): error: io_read_nonblocking rsync(31355): error: io_read_buf rsync(31355): error: io_read_int rsync(31355): warning: child 31356 exited with status 1 ``` It comes from Rsync version installed by default on MacOS: rsync version: ``` rsync --version openrsync: protocol version 29 rsync version 2.6.9 compatible ``` Solution to that was to install newer version with brew ``` brew install rsync source ~/.bashrc ``` Might be worth mentioning that in the instructions. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@tooling.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tooling.apache.org For additional commands, e-mail: dev-h...@tooling.apache.org