This is an automated email from the ASF dual-hosted git repository.
wave pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tooling-actions.git
The following commit(s) were added to refs/heads/main by this push:
new f9b212d remove rsync-args (#1)
f9b212d is described below
commit f9b212deac22d6d062f8d7e8857ab32b59f4f29e
Author: Greg Stein <[email protected]>
AuthorDate: Sat Nov 8 09:47:09 2025 -0600
remove rsync-args (#1)
The .yml actually doesn't take rsync-args as an input, so remove it from
the README.
---
upload-to-atr/README.md | 3 ---
1 file changed, 3 deletions(-)
diff --git a/upload-to-atr/README.md b/upload-to-atr/README.md
index 75fcf9f..357a328 100644
--- a/upload-to-atr/README.md
+++ b/upload-to-atr/README.md
@@ -16,7 +16,6 @@ Status: EXPERIMENTAL
- **src**: Local directory to upload. Default: `dist`. A trailing slash will
be added automatically if omitted.
- **atr-host**: ATR host to upload to. Default: `release-test.apache.org`.
- **ssh-port**: SSH port on ATR. Default: `2222`.
-- **rsync-args**: Arguments passed to `rsync`. Default: `-av`.
## Example workflow
@@ -56,5 +55,3 @@ The job must grant `id-token: write` so that this action can
request a GitHub OI
This action generates an ephemeral Ed25519 SSH key, registers its public key
with ATR using the GitHub JWT, which is checked used JWKS, and discards the key
after the job. SSH uses `StrictHostKeyChecking=accept-new` so that the host key
is learned on first connection.
The remote path is `/<project>/<version>/`. The contents of `src` are synced
to ATR. ATR will create a new revision of the project with the synced files. If
`rsync` is missing on the runner, this action installs it.
-
-You should not adjust `rsync-args`, as ATR is very strict about which rsync
arguments it accepts.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]