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 37d00e5  Link to the release download script for easier auditing
37d00e5 is described below

commit 37d00e514247b08104b6f89232714692adae8a6d
Author: Sean B. Palmer <[email protected]>
AuthorDate: Mon May 5 14:36:28 2025 +0100

    Link to the release download script for easier auditing
---
 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 47035cb..44d3c23 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 download the script and audit it before running it.
+    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 [...]
   </p>
 
   <h3 id="download-rsync" class="mt-4">Using rsync</h3>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to