diff options
author | Ton Voon <tonvoon@users.sourceforge.net> | 2004-12-01 22:02:54 (GMT) |
---|---|---|
committer | Ton Voon <tonvoon@users.sourceforge.net> | 2004-12-01 22:02:54 (GMT) |
commit | 1d8128e328f714258b7fec0c62245e1d187e0439 (patch) | |
tree | 32d402dea22e5aa70cb0099e69a482ebcbba2650 | |
parent | 69aad2ae9b4606d8290534b94fcf36537c198810 (diff) | |
download | monitoring-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
-rw-r--r-- | doc/RELEASING | 41 |
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 @@ | |||
1 | NOTES ON RELEASING NEW VERSION OF NAGIOSPLUG | ||
2 | |||
3 | cvs update in main area | ||
4 | . tools/devmode, if feeling adventurous | ||
5 | check compilation | ||
6 | |||
7 | Run cvs2cl | ||
8 | commit new ChangeLog | ||
9 | |||
10 | cvs tag r1_4_0-alpha2 | ||
11 | |||
12 | checkout new version | ||
13 | cd /tmp | ||
14 | rm -fr nagiosplug | ||
15 | cvs -z3 -d:ext:tonvoon@cvs.sourceforge.net:/cvsroot/nagiosplug co -r 1_4_0-alpha2 nagiosplug | ||
16 | cd nagiosplug | ||
17 | tools/setup | ||
18 | ./configure | ||
19 | make dist | ||
20 | |||
21 | ftp upload.sf.net | ||
22 | anonymous/email | ||
23 | bin | ||
24 | cd /incoming | ||
25 | put file | ||
26 | |||
27 | SF -> Submit News about release. | ||
28 | Get URL to news item | ||
29 | |||
30 | SF -> Admin -> File Release System | ||
31 | Edit nagiosplug and create a file release | ||
32 | name: 1.4.0alpha2. Commit | ||
33 | Step 1: Add release notes pointing to news item | ||
34 | Step 2: add file | ||
35 | Step 3: *.tar.gz, Platform Independent, Source .gz | ||
36 | Step 4: Send notice | ||
37 | |||
38 | Send email to nagiosplug-help, nagios-announce, nagiosplug-devel | ||
39 | |||
40 | Change version number in configure.in | ||
41 | |||