Author: hartmannathan
Date: Wed Nov 29 04:32:34 2023
New Revision: 1914200
URL: http://svn.apache.org/viewvc?rev=1914200&view=rev
Log:
In site/staging:
* docs/community-guide/releasing.part.html:
(#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.
Modified:
subversion/site/staging/docs/community-guide/releasing.part.html
Modified: subversion/site/staging/docs/community-guide/releasing.part.html
URL:
http://svn.apache.org/viewvc/subversion/site/staging/docs/community-guide/releasing.part.html?rev=1914200&r1=1914199&r2=1914200&view=diff
==============================================================================
--- subversion/site/staging/docs/community-guide/releasing.part.html (original)
+++ subversion/site/staging/docs/community-guide/releasing.part.html Wed Nov 29
04:32:34 2023
@@ -1627,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
@@ -1655,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