You are viewing a plain text version of this content. The canonical link for it is here.
Posted to test-commits@perl.apache.org by pg...@apache.org on 2005/10/24 01:24:37 UTC

svn commit: r327880 - in /perl/Apache-Test/trunk: Makefile.PL RELEASE

Author: pgollucci
Date: Sun Oct 23 16:24:34 2005
New Revision: 327880

URL: http://svn.apache.org/viewcvs?rev=327880&view=rev
Log:
make rolling release candidates slightly easier.
-dev can now be replaced with -rc\d+ in the ./Changes file


Modified:
    perl/Apache-Test/trunk/Makefile.PL
    perl/Apache-Test/trunk/RELEASE

Modified: perl/Apache-Test/trunk/Makefile.PL
URL: http://svn.apache.org/viewcvs/perl/Apache-Test/trunk/Makefile.PL?rev=327880&r1=327879&r2=327880&view=diff
==============================================================================
--- perl/Apache-Test/trunk/Makefile.PL (original)
+++ perl/Apache-Test/trunk/Makefile.PL Sun Oct 23 16:24:34 2005
@@ -124,8 +124,8 @@
     my $fh = Symbol::gensym();
     open $fh, 'Changes' or die "Can't open Changes: $!";
     while (<$fh>) {
-        if(/^=item.*-dev/) {
-            $VERSION .= '-dev';
+        if(/^=item.*-(dev|rc\d+)/) {
+            $VERSION .= "-$1";
             last;
         }
         last if /^=item/;

Modified: perl/Apache-Test/trunk/RELEASE
URL: http://svn.apache.org/viewcvs/perl/Apache-Test/trunk/RELEASE?rev=327880&r1=327879&r2=327880&view=diff
==============================================================================
--- perl/Apache-Test/trunk/RELEASE (original)
+++ perl/Apache-Test/trunk/RELEASE Sun Oct 23 16:24:34 2005
@@ -3,14 +3,15 @@
 1. 'make dist' - to make sure nothing is missing from the manifest,
    etc. Now test this generated package (not svn) with as many
    configurations as possible on as many platforms as possible.
-   Note, in step 3a, removing the "-dev" line changes the package version
-   name.  i.e. (1.28-dev to 1.28)
 
-  a. nuke any preinstalled Apache-Test libs and run 'make test'
+  a. edit ./Changes:
+     - change -dev to -rc\d+ starting with -rc1
+
+  b. nuke any preinstalled Apache-Test libs and run 'make test'
 
-  b. test that you can 'make install' and then run 'make test' again
+  c. test that you can 'make install' and then run 'make test' again
 
-  c. test whether we still 100% OK on systems with no LWP:
+  d. test whether we still 100% OK on systems with no LWP:
 
      % APACHE_TEST_PRETEND_NO_LWP=1 make test
 
@@ -32,7 +33,7 @@
    package to be released
 
   a. edit ./Changes:
-     - remove '-dev' 
+     - remove -rc\d+ start with -rc1
      - add release date
 
   b. rerun:



Re: svn commit: r327880 - in /perl/Apache-Test/trunk: Makefile.PL RELEASE

Posted by "Philip M. Gollucci" <pg...@p6m7g8.com>.
Stas Bekman wrote:
> Philip, you've probably meant:
> 
>   +     - remove -rc\d+
D'oh!

Thanks!

too much cutting and pasting. Committed.


-- 
END
------------------------------------------------------------
     What doesn't kill us can only make us stronger.
                 Nothing is impossible.
				
Philip M. Gollucci (pgollucci@p6m7g8.com) 301.254.5198
Consultant / http://p6m7g8.net/Resume/
Senior Developer / Liquidity Services, Inc.
   http://www.liquidityservicesinc.com
        http://www.liquidation.com
        http://www.uksurplus.com
        http://www.govliquidation.com
        http://www.gowholesale.com

Re: svn commit: r327880 - in /perl/Apache-Test/trunk: Makefile.PL RELEASE

Posted by Stas Bekman <st...@stason.org>.
pgollucci@apache.org wrote:
> Author: pgollucci
> Date: Sun Oct 23 16:24:34 2005
> New Revision: 327880
> 
> URL: http://svn.apache.org/viewcvs?rev=327880&view=rev
> Log:
> make rolling release candidates slightly easier.
> -dev can now be replaced with -rc\d+ in the ./Changes file
[...]
>    a. edit ./Changes:
> -     - remove '-dev' 
> +     - remove -rc\d+ start with -rc1

Philip, you've probably meant:

   +     - remove -rc\d+

:)

-- 
_____________________________________________________________
Stas Bekman mailto:stas@stason.org  http://stason.org/
MailChannels: Assured Messaging(TM) http://mailchannels.com/
The "Practical mod_perl" book       http://modperlbook.org/
http://perl.apache.org/ http://perl.org/ http://logilune.com/


Re: svn commit: r327880 - in /perl/Apache-Test/trunk: Makefile.PL RELEASE

Posted by Stas Bekman <st...@stason.org>.
pgollucci@apache.org wrote:
> Author: pgollucci
> Date: Sun Oct 23 16:24:34 2005
> New Revision: 327880
> 
> URL: http://svn.apache.org/viewcvs?rev=327880&view=rev
> Log:
> make rolling release candidates slightly easier.
> -dev can now be replaced with -rc\d+ in the ./Changes file
[...]
>    a. edit ./Changes:
> -     - remove '-dev' 
> +     - remove -rc\d+ start with -rc1

Philip, you've probably meant:

   +     - remove -rc\d+

:)

-- 
_____________________________________________________________
Stas Bekman mailto:stas@stason.org  http://stason.org/
MailChannels: Assured Messaging(TM) http://mailchannels.com/
The "Practical mod_perl" book       http://modperlbook.org/
http://perl.apache.org/ http://perl.org/ http://logilune.com/