summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTon Voon <tonvoon@users.sourceforge.net>2005-02-04 00:25:42 (GMT)
committerTon Voon <tonvoon@users.sourceforge.net>2005-02-04 00:25:42 (GMT)
commite122f3347e126dcc824eb34ec99b346a607f38af (patch)
treeb78d99369cf7a931d1660e2412297dd2d66c8f48
parent580aabb3ebbf178d2527ba8d596ae3275e36a4ca (diff)
downloadmonitoring-plugins-e122f3347e126dcc824eb34ec99b346a607f38af.tar.gz
Updated with corrections. Added note to update BUGS file
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1131 f882894a-f735-0410-b71e-b25c423dba1c
-rw-r--r--doc/RELEASING9
1 files changed, 6 insertions, 3 deletions
diff --git a/doc/RELEASING b/doc/RELEASING
index f9f0545..4f61c30 100644
--- a/doc/RELEASING
+++ b/doc/RELEASING
@@ -4,15 +4,18 @@ cvs update in main area
4. tools/devmode, if feeling adventurous 4. tools/devmode, if feeling adventurous
5check compilation 5check compilation
6 6
7Update BUGS file, if this is a major release
8
7Run cvs2cl.pl 9Run cvs2cl.pl
8commit new ChangeLog 10commit new ChangeLog
9 11
12Check configure.in with right version
10cvs tag r1_4-alpha2 13cvs tag r1_4-alpha2
11 14
12checkout new version: 15checkout new version:
13cd /tmp 16cd /tmp
14rm -fr nagiosplug 17rm -fr nagiosplug
15cvs -z3 -d:ext:tonvoon@cvs.sourceforge.net:/cvsroot/nagiosplug co -r 1_4-alpha2 nagiosplug 18cvs -z3 -d:ext:tonvoon@cvs.sourceforge.net:/cvsroot/nagiosplug co -r r1_4-alpha2 nagiosplug
16cd nagiosplug 19cd nagiosplug
17tools/setup 20tools/setup
18./configure 21./configure
@@ -28,14 +31,14 @@ SF -> Submit News about release.
28Get URL to news item 31Get URL to news item
29 32
30SF -> Admin -> File Release System 33SF -> Admin -> File Release System
31Edit nagiosplug and create a file release 34Add a release to nagiosplug and create a file release
32name: 1.4-alpha2. Commit 35name: 1.4-alpha2. Commit
33Step 1: Add release notes pointing to news item 36Step 1: Add release notes pointing to news item
34Step 2: add file 37Step 2: add file
35Step 3: *.tar.gz, Platform Independent, Source .gz 38Step 3: *.tar.gz, Platform Independent, Source .gz
36Step 4: Send notice 39Step 4: Send notice
37 40
38Send email to nagiosplug-help, nagios-announce, nagiosplug-devel 41Send email to nagiosplug-help, nagios-announce
39 42
40Change version number in configure.in and package.def 43Change version number in configure.in and package.def
41 44