Skip to content

Commit 61001c8

Browse files
authored
clarify: svn:dist not done by ATR yet (#649)
fixes message from #224
1 parent beb2a2a commit 61001c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

atr/templates/layouts/base.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
<main class="main-content">
4949
{% if (not current_user) or (current_user.uid != "sbp") %}
5050
<div class="warning-banner">
51-
<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.
51+
<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>).
5252
</div>
5353
{% endif %}
5454
{% from "macros/flash.html" import render_flash_messages %}

0 commit comments

Comments
 (0)