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 bc8d8531 Adjust alpha 2 banner message
bc8d8531 is described below
commit bc8d85311e9de4b6b75ffa37fb0d993e47745651
Author: Dave Fisher <[email protected]>
AuthorDate: Mon Feb 16 08:22:40 2026 -0800
Adjust alpha 2 banner message
---
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 7fab13ae..0bc244c3 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 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">svn-dist Transition Plan
1B</a>).
+ This is <strong>Alpha 2 Software</strong>. You can test the
process and download content, but releases must still 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">svn-dist Transition Plan
1B</a>).
</div>
{% endif %}
{% from "macros/flash.html" import render_flash_messages %}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]