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 a2b53c1  Trivial change to force a container rebuild
a2b53c1 is described below

commit a2b53c12bbcb0fad643b1f0617c29e485df64369
Author: Sean B. Palmer <[email protected]>
AuthorDate: Fri Sep 12 17:25:03 2025 +0100

    Trivial change to force a container rebuild
---
 atr/templates/upload-selected.html | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/atr/templates/upload-selected.html 
b/atr/templates/upload-selected.html
index 7d4ac3a..dc5e3b8 100644
--- a/atr/templates/upload-selected.html
+++ b/atr/templates/upload-selected.html
@@ -125,7 +125,9 @@
     </div>
   {% endif %}
   <p>Import files from a remote server using rsync with the following 
command:</p>
-  <!-- TODO: Add a button to copy the command to the clipboard -->
+  <!--
+  TODO: Add a button to copy the command to the clipboard
+  -->
   <pre class="bg-light p-3 mb-3">
 rsync -av -e 'ssh -p 2222' ${YOUR_FILES}/ {{ asf_id }}@{{ server_domain }}:/{{ 
release.project.name }}/{{ release.version }}/
 </pre>


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

Reply via email to