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/26 15:43:47 UTC

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

Author: stsp
Date: Mon Mar 26 13:43:47 2012
New Revision: 1305354

URL: http://svn.apache.org/viewvc?rev=1305354&view=rev
Log:
* tools/dist/release.py: Explicitly mention that this script is intended to
   support all active release lines of Subversion.

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=1305354&r1=1305353&r2=1305354&view=diff
==============================================================================
--- subversion/trunk/tools/dist/release.py (original)
+++ subversion/trunk/tools/dist/release.py Mon Mar 26 13:43:47 2012
@@ -21,10 +21,10 @@
 
 
 # About this script:
-#   This script is intended to simplify creating Subversion releases, by
-#   automating as much as is possible.  It works well with our Apache
-#   infrastructure, and should make rolling, posting, and announcing
-#   releases dirt simple.
+#   This script is intended to simplify creating Subversion releases for
+#   any of the supported release lines of Subversion.
+#   It works well with our Apache infrastructure, and should make rolling,
+#   posting, and announcing releases dirt simple.
 #
 #   This script may be run on a number of platforms, but it is intended to
 #   be run on people.apache.org.  As such, it may have dependencies (such



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

Posted by Stefan Sperling <st...@elego.de>.
On Mon, Mar 26, 2012 at 11:02:48AM -0400, Greg Stein wrote:
> On Mon, Mar 26, 2012 at 09:43,  <st...@apache.org> wrote:
> >...
> > +++ subversion/trunk/tools/dist/release.py Mon Mar 26 13:43:47 2012
> > @@ -21,10 +21,10 @@
> >
> >
> >  # About this script:
> > -#   This script is intended to simplify creating Subversion releases, by
> > -#   automating as much as is possible.  It works well with our Apache
> > -#   infrastructure, and should make rolling, posting, and announcing
> > -#   releases dirt simple.
> > +#   This script is intended to simplify creating Subversion releases for
> > +#   any of the supported release lines of Subversion.
> > +#   It works well with our Apache infrastructure, and should make rolling,
> > +#   posting, and announcing releases dirt simple.
> >  #
> >  #   This script may be run on a number of platforms, but it is intended to
> >  #   be run on people.apache.org.  As such, it may have dependencies (such
> 
> Did you run this at any time on people.a.o for the 1.6.18 release? if
> not, then that second paragraph seems obsolete.
> 
> Cheers,
> -g

No, I did not run it there. This was required when the distribution directory
was mounted on people.a.o. Now that we use dist.apache.org there is no
such requirement indeed.

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

Posted by Greg Stein <gs...@gmail.com>.
On Mon, Mar 26, 2012 at 09:43,  <st...@apache.org> wrote:
>...
> +++ subversion/trunk/tools/dist/release.py Mon Mar 26 13:43:47 2012
> @@ -21,10 +21,10 @@
>
>
>  # About this script:
> -#   This script is intended to simplify creating Subversion releases, by
> -#   automating as much as is possible.  It works well with our Apache
> -#   infrastructure, and should make rolling, posting, and announcing
> -#   releases dirt simple.
> +#   This script is intended to simplify creating Subversion releases for
> +#   any of the supported release lines of Subversion.
> +#   It works well with our Apache infrastructure, and should make rolling,
> +#   posting, and announcing releases dirt simple.
>  #
>  #   This script may be run on a number of platforms, but it is intended to
>  #   be run on people.apache.org.  As such, it may have dependencies (such

Did you run this at any time on people.a.o for the 1.6.18 release? if
not, then that second paragraph seems obsolete.

Cheers,
-g