Author: dsahlberg
Date: Wed Nov 29 14:00:43 2023
New Revision: 1914208
URL: http://svn.apache.org/viewvc?rev=1914208&view=rev
Log:
In site/publish:
Merge 1914198-1914200 from site/staging:
* docs/community-guide/releasing.part.html:
(#release-numbering): Remove paragraph about nightlies since we don't publish
nightly tarballs anymore. See r1912028.
(#backport-merge-bot): Fix misleading virtual machine name. The svn-qavm2
machine was renamed to svn-qavm1 in May 2022. See r107776 in the Subversion
PMC's private repository.
Authored by: hartmannathan
Review by: me
Modified:
subversion/site/publish/ (props changed)
subversion/site/publish/docs/community-guide/releasing.part.html
Propchange: subversion/site/publish/
------------------------------------------------------------------------------
Merged /subversion/site/staging:r1914198-1914200
Modified: subversion/site/publish/docs/community-guide/releasing.part.html
URL:
http://svn.apache.org/viewvc/subversion/site/publish/docs/community-guide/releasing.part.html?rev=1914208&r1=1914207&r2=1914208&view=diff
==============================================================================
--- subversion/site/publish/docs/community-guide/releasing.part.html (original)
+++ subversion/site/publish/docs/community-guide/releasing.part.html Wed Nov 29
14:00:43 2023
@@ -121,13 +121,6 @@ This indicates
that the build came from a working copy, which is useful in bug
reports.</p>
-<p>We also produce a set of release-like tarballs from the trunk development
-line
-<a href="https://ci.apache.org/projects/subversion/nightlies/index.html">every
-night</a>, but these have no testing and are only recommended for users
-looking to run the bleeding edge, or test a particular bug fix, without
-building directly from the repository.</p>
-
<div class="h4" id="alphas-betas">
<h4>Alpha and beta releases
<a class="sectionlink" href="<!--#echo var="GUIDE_RELEASING_PAGE"
-->#alphas-betas"
@@ -1634,7 +1627,7 @@ using release.py to automate most of the
<a class="sectionlink" href="<!--#echo var="GUIDE_RELEASING_PAGE"
-->#backport-merge-bot"
title="Link to this section">¶</a>
</h3>
-<p>The backport merge bot runs nightly on the <tt>svn-qavm2</tt> machine,
+<p>The backport merge bot runs nightly on the <tt>svn-qavm1</tt> machine,
under the <tt>svnsvn</tt> local user account, making commits
using the <tt>svn-role</tt> Subversion account name. </p>
<p>This configuration currently requires someone with admin access to
@@ -1662,7 +1655,7 @@ sudo -H -u svnsvn svn up ~svnsvn/src/sv
<pre>
sudo -H -u svnsvn svn up -r0 ~svnsvn/src/svn/Z.Z.x
</pre>
-<p>More notes on the setup can be found in <tt>machines/svn-qavm2/</tt> and
+<p>More notes on the setup can be found in <tt>machines/svn-qavm1/</tt> and
in the Subversion PMC's
<a href="https://svn.apache.org/repos/private/pmc/subversion">
private repository</a>. There are also historical notes on previous