diff options
author | Ton Voon <tonvoon@users.sourceforge.net> | 2008-09-25 08:01:27 (GMT) |
---|---|---|
committer | Ton Voon <tonvoon@users.sourceforge.net> | 2008-09-25 08:01:27 (GMT) |
commit | f4a52594818e7c3634a397ac1f86ef87a68bd121 (patch) | |
tree | 02cc3ea356007474c9fabcbf6116a062380a1e99 /doc/RELEASING | |
parent | 61485d297811743450c7026abd2c1eaa5d003892 (diff) | |
download | monitoring-plugins-f4a52594818e7c3634a397ac1f86ef87a68bd121.tar.gz |
Moving project administration documents to nagiosplugins.org site
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2055 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'doc/RELEASING')
-rw-r--r-- | doc/RELEASING | 47 |
1 files changed, 0 insertions, 47 deletions
diff --git a/doc/RELEASING b/doc/RELEASING deleted file mode 100644 index c5d8195..0000000 --- a/doc/RELEASING +++ /dev/null | |||
@@ -1,47 +0,0 @@ | |||
1 | NOTES ON RELEASING NEW VERSION OF NAGIOSPLUG | ||
2 | |||
3 | svn update in main area | ||
4 | . tools/devmode, if feeling adventurous | ||
5 | check compilation, check tinderbox screens | ||
6 | |||
7 | Update BUGS, NEWS file | ||
8 | Update AUTHORS if new members | ||
9 | Update configure.in and package.def with version | ||
10 | Run svn2cl (get from http://ch.tudelft.nl/~arthur/svn2cl): | ||
11 | svn2cl.sh --break-before-msg --reparagraph -i http://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk | ||
12 | commit BUGS NEWS configure.in package.def ChangeLog | ||
13 | |||
14 | svn copy http://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk | ||
15 | http://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/tags/release-1.4.10 | ||
16 | |||
17 | checkout new version: | ||
18 | cd /tmp | ||
19 | rm -fr nagiosplug | ||
20 | svn export http://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/tags/release-1.4.10 nagiosplug | ||
21 | cd nagiosplug | ||
22 | tools/setup | ||
23 | ./configure | ||
24 | make dist | ||
25 | |||
26 | sftp upload.sf.net | ||
27 | cd uploads | ||
28 | put file | ||
29 | |||
30 | SF -> Submit News about release. Make sure it is called "Nagios Plugins" (with those caps) | ||
31 | Link to download at http://sourceforge.net/project/showfiles.php?group_id=29880 | ||
32 | Include contents of NEWS for this release | ||
33 | List all people on team involved. | ||
34 | Add acknowledgement to contributors | ||
35 | Submit. Get URL to news item | ||
36 | |||
37 | SF -> Admin -> File Releases | ||
38 | Add a release to nagiosplug and create a file release | ||
39 | Name: 1.4.1 | ||
40 | Create release | ||
41 | Step 1: Add release notes pointing to news item | ||
42 | Step 2: add file | ||
43 | Step 3: *.tar.gz, Platform Independent, Source .gz | ||
44 | Step 4: Send notice | ||
45 | |||
46 | Send email to nagiosplug-help, nagios-announce with the news text | ||
47 | Add a news item to http://nagiosplugins.org | ||