Author: jan
Date: 2007-07-28 23:31:32 +0200 (Sat, 28 Jul 2007)
New Revision: 331

Added:
   trunk/doc/howto-release.txt
Log:
Added a coarse howto for releasing packages.


Added: trunk/doc/howto-release.txt
===================================================================
--- trunk/doc/howto-release.txt 2007-07-28 20:37:14 UTC (rev 330)
+++ trunk/doc/howto-release.txt 2007-07-28 21:31:32 UTC (rev 331)
@@ -0,0 +1,28 @@
+Short guide on how to release one of the OpenVAS modules
+--------------------------------------------------------
+
+1. Be sure, the current code configures and compiles.
+
+2. Update VERSION: Remove suffix ".SVN"
+
+3. Update CHANGES: Add/fix the version and date
+   and check again whether all major changes have been
+   transferred from ChangeLog
+
+4. Commit the changes.
+
+5. $ make dist
+   and test the tarball again.
+
+6. Tag the release:
+   svn copy 
svn+ssh://<YOUR_USERNAME>@svn.wald.intevation.org/openvas/trunk/openvas-<MODULE>
 
svn+ssh://<YOUR_USERNAME>@svn.wald.intevation.org/openvas/tags/openvas-<MODULE>-release-<X>.<X>.<X>
+
+6. Create a new release at
+   http://wald.intevation.org/frs/admin/qrs.php?package=&group_id=29
+   and use CHANGES to fill in Release notes (general text) and
+   ChangeLog (item list).
+
+7. Update doc/website/template_header.m4 with the URL to the new release,
+   commit and "make online".
+
+8. Announce new release

_______________________________________________
Openvas-commits mailing list
[email protected]
http://lists.wald.intevation.org/mailman/listinfo/openvas-commits

Reply via email to