This is an automated email from the ASF dual-hosted git repository.
sbp pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tooling-trusted-release.git
The following commit(s) were added to refs/heads/main by this push:
new 9d101be Remove the download script dependency on printf from the
documentation
9d101be is described below
commit 9d101bea1485749ab04bb6aba9178036bd3415d6
Author: Sean B. Palmer <[email protected]>
AuthorDate: Mon May 5 14:37:57 2025 +0100
Remove the download script dependency on printf from the documentation
---
atr/templates/download-all.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/atr/templates/download-all.html b/atr/templates/download-all.html
index 44d3c23..a88e0b6 100644
--- a/atr/templates/download-all.html
+++ b/atr/templates/download-all.html
@@ -97,7 +97,7 @@
curl -fsS https://{{ server_domain }}{{ as_url(routes.download.sh_selected,
project_name=release.project.name, version_name=release.version) }} | sh
</pre>
<p>
- This downloads the files into the <em>current directory</em>. Ensure that
you create a new empty directory, and change to it, before running the command.
The script requires curl and POSIX compliant versions of printf and sh. It
works by downloading a POSIX complaint shell script straight into your shell.
You can of course <a href="{{ as_url(routes.download.sh_selected,
project_name=release.project.name, version_name=release.version) }}">download
the script</a> and audit it before ru [...]
+ This downloads the files into the <em>current directory</em>. Ensure that
you create a new empty directory, and change to it, before running the command.
The script requires curl and a POSIX compliant version of sh. It works by
downloading a POSIX complaint shell script straight into your shell. You can of
course <a href="{{ as_url(routes.download.sh_selected,
project_name=release.project.name, version_name=release.version) }}">download
the script</a> and audit it before running it.
</p>
<h3 id="download-rsync" class="mt-4">Using rsync</h3>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]