summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/RELEASING41
1 files changed, 41 insertions, 0 deletions
diff --git a/doc/RELEASING b/doc/RELEASING
new file mode 100644
index 0000000..ec9c3b5
--- /dev/null
+++ b/doc/RELEASING
@@ -0,0 +1,41 @@
1NOTES ON RELEASING NEW VERSION OF NAGIOSPLUG
2
3cvs update in main area
4. tools/devmode, if feeling adventurous
5check compilation
6
7Run cvs2cl
8commit new ChangeLog
9
10cvs tag r1_4_0-alpha2
11
12checkout new version
13cd /tmp
14rm -fr nagiosplug
15cvs -z3 -d:ext:tonvoon@cvs.sourceforge.net:/cvsroot/nagiosplug co -r 1_4_0-alpha2 nagiosplug
16cd nagiosplug
17tools/setup
18./configure
19make dist
20
21ftp upload.sf.net
22anonymous/email
23bin
24cd /incoming
25put file
26
27SF -> Submit News about release.
28Get URL to news item
29
30SF -> Admin -> File Release System
31Edit nagiosplug and create a file release
32name: 1.4.0alpha2. Commit
33Step 1: Add release notes pointing to news item
34Step 2: add file
35Step 3: *.tar.gz, Platform Independent, Source .gz
36Step 4: Send notice
37
38Send email to nagiosplug-help, nagios-announce, nagiosplug-devel
39
40Change version number in configure.in
41