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-trusted-releases.git
The following commit(s) were added to refs/heads/main by this push:
new 61001c81 clarify: svn:dist not done by ATR yet (#649)
61001c81 is described below
commit 61001c81cae79fc5fb8b15e3d3dd4ebced2109c8
Author: Hervé Boutemy <[email protected]>
AuthorDate: Mon Feb 16 16:58:59 2026 +0100
clarify: svn:dist not done by ATR yet (#649)
fixes message from #224
---
atr/templates/layouts/base.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/atr/templates/layouts/base.html b/atr/templates/layouts/base.html
index 135ccba4..9b134dde 100644
--- a/atr/templates/layouts/base.html
+++ b/atr/templates/layouts/base.html
@@ -48,7 +48,7 @@
<main class="main-content">
{% if (not current_user) or (current_user.uid != "sbp") %}
<div class="warning-banner">
- <strong>Alpha 2 Software:</strong> ATR is available as Alpha
software. You can test the release process. Actual releases can be downloaded
and committed to svn.
+ <strong>Alpha 2 Software:</strong> ATR is available as Alpha
software. You can test the release process and download test content, but
release have to be committed by hand to <a
href="https://dist.apache.org/repos/dist/release/">svn:dist/release</a> (see <a
href="https://tooling.apache.org/svn-dist.html">future plans</a>).
</div>
{% endif %}
{% from "macros/flash.html" import render_flash_messages %}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]