You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by da...@apache.org on 2017/07/19 14:54:34 UTC

svn commit: r1802400 - /subversion/site/publish/docs/community-guide/releasing.part.html

Author: danielsh
Date: Wed Jul 19 14:54:34 2017
New Revision: 1802400

URL: http://svn.apache.org/viewvc?rev=1802400&view=rev
Log:
* docs/community-guide/releasing.part.html
  (#release-creating): Nowadays, release.py sets $PATH itself.

Modified:
    subversion/site/publish/docs/community-guide/releasing.part.html

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=1802400&r1=1802399&r2=1802400&view=diff
==============================================================================
--- subversion/site/publish/docs/community-guide/releasing.part.html (original)
+++ subversion/site/publish/docs/community-guide/releasing.part.html Wed Jul 19 14:54:34 2017
@@ -775,7 +775,7 @@ merged into the release branch, and that
 <p><b>Create the tarballs</b>:
 Run:</p>
 <pre>
-PATH="/opt/svnrm/prefix/bin:$PATH" ./release.py --base-dir /opt/svnrm roll --branch branches/X.Y.x X.Y.Z 1234
+./release.py --base-dir /opt/svnrm roll --branch branches/X.Y.x X.Y.Z 1234
 </pre>
 When release.py is done you'll have tarballs within the
 <tt>/opt/svnrm/deploy</tt> directory.</p>