CVS User Account cvsuser
Wed Oct 4 09:27:56 PDT 2006
Log Message:
-----------
Fix tagging, add in the step to purge .cvsignore files

Modified Files:
--------------
    slony1-engine/doc/adminguide:
        releasechecklist.sgml (r1.2 -> r1.3)

-------------- next part --------------
Index: releasechecklist.sgml
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/doc/adminguide/releasechecklist.sgml,v
retrieving revision 1.2
retrieving revision 1.3
diff -Ldoc/adminguide/releasechecklist.sgml -Ldoc/adminguide/releasechecklist.sgml -u -w -r1.2 -r1.3
--- doc/adminguide/releasechecklist.sgml
+++ doc/adminguide/releasechecklist.sgml
@@ -30,12 +30,11 @@
 <filename>configure.ac</filename>
 
   </para></listitem> 
-<listitem><para>Purge directory <filename>autom4te.cache</filename> so it is not included in the build 
-
-  </para></listitem> 
+<listitem><para>Purge directory <filename>autom4te.cache</filename> so it is not included in the build  </para></listitem> 
+<listitem><para>Purge out .cvsignore files; this can be done with the command <command> find . -name .cvsignore | xargs rm </command>  </para></listitem> 
 <listitem><para>Need to make sure that all references to CVS tags properly point to the tag for the release. </para>
 
-<para>For instance, configure should contain, for release 1.1.2:
+<para>For instance, configure should contain, for release 1.1.2:</para>
 <itemizedlist>
 <listitem><para>PACKAGE_VERSION=REL_1_1_2</para></listitem>
 



More information about the Slony1-commit mailing list