You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by st...@apache.org on 2012/03/22 14:05:30 UTC

svn commit: r1303765 - /subversion/trunk/tools/dist/release.py

Author: stsp
Date: Thu Mar 22 13:05:30 2012
New Revision: 1303765

URL: http://svn.apache.org/viewvc?rev=1303765&view=rev
Log:
* tools/dist/release.py
  (main): Update post-candidate command help text.

Modified:
    subversion/trunk/tools/dist/release.py

Modified: subversion/trunk/tools/dist/release.py
URL: http://svn.apache.org/viewvc/subversion/trunk/tools/dist/release.py?rev=1303765&r1=1303764&r2=1303765&view=diff
==============================================================================
--- subversion/trunk/tools/dist/release.py (original)
+++ subversion/trunk/tools/dist/release.py Thu Mar 22 13:05:30 2012
@@ -693,9 +693,8 @@ def main():
 
     # Setup the parser for the post-candidates subcommand
     subparser = subparsers.add_parser('post-candidates',
-                    help='''Build the website to host the candidate tarballs.
-                            The default location is somewhere in ~/public_html.
-                            ''')
+                    help='''Commit candidates to the release development area
+                            of the dist.apache.org repository.''')
     subparser.set_defaults(func=post_candidates)
     subparser.add_argument('version', type=Version,
                     help='''The release label, such as '1.7.0-alpha1'.''')