Author: pgollucci
Date: Wed Dec  6 00:12:59 2006
New Revision: 482960

URL: http://svn.apache.org/viewvc?view=rev&rev=482960
Log:
cut and paste way to setup RC candidate versions


Modified:
    perl/Apache-SizeLimit/trunk/RELEASE

Modified: perl/Apache-SizeLimit/trunk/RELEASE
URL: 
http://svn.apache.org/viewvc/perl/Apache-SizeLimit/trunk/RELEASE?view=diff&rev=482960&r1=482959&r2=482960
==============================================================================
--- perl/Apache-SizeLimit/trunk/RELEASE (original)
+++ perl/Apache-SizeLimit/trunk/RELEASE Wed Dec  6 00:12:59 2006
@@ -46,8 +46,11 @@
    configurations as possible on as many platforms as possible.
 
   a. edit ./Changes:
-     - change -dev to -rc\d+ starting with -rc1
-     - don't commit this (see dev@ archives)
+     - find lib -type f -name "*.pm" | \
+         xargs perl -pi -e 's,0.91-dev,0.91-rc1,g'
+     - perl -pi -e 's,0.91-dev,0.91-rc1,g' Changes
+
+     - don't commit these (see dev@ archives)
 
   b. nuke any preinstalled Apache-SizeLimit libs and run 'make test'
 


Reply via email to