summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorTon Voon <tonvoon@users.sourceforge.net>2004-12-01 22:02:54 (GMT)
committerTon Voon <tonvoon@users.sourceforge.net>2004-12-01 22:02:54 (GMT)
commit1d8128e328f714258b7fec0c62245e1d187e0439 (patch)
tree32d402dea22e5aa70cb0099e69a482ebcbba2650 /doc
parent69aad2ae9b4606d8290534b94fcf36537c198810 (diff)
downloadmonitoring-plugins-1d8128e328f714258b7fec0c62245e1d187e0439.tar.gz
Notes on releasing
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@968 f882894a-f735-0410-b71e-b25c423dba1c
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