diff options
-rw-r--r-- | doc/LEAVERS | 14 | ||||
-rw-r--r-- | doc/NEW_STARTERS | 24 | ||||
-rw-r--r-- | doc/RELEASING | 47 |
3 files changed, 0 insertions, 85 deletions
diff --git a/doc/LEAVERS b/doc/LEAVERS deleted file mode 100644 index 9764fda..0000000 --- a/doc/LEAVERS +++ /dev/null | |||
@@ -1,14 +0,0 @@ | |||
1 | LEAVERS | ||
2 | |||
3 | These are the steps for someone leaving the team. | ||
4 | |||
5 | Leaver has to: | ||
6 | - Update all current tracker items | ||
7 | |||
8 | Administration tasks: | ||
9 | - Reassign leaver's tracker items to project lead | ||
10 | - Remove from Sourceforge's list of developers. This will include CVS access. Do not | ||
11 | need to remove from CVS avail file | ||
12 | - If applicable, remove from mailing list administrators | ||
13 | - Keep on nagiosplug-team mailing list, unless specifically requested to be removed | ||
14 | |||
diff --git a/doc/NEW_STARTERS b/doc/NEW_STARTERS deleted file mode 100644 index 23f1a4a..0000000 --- a/doc/NEW_STARTERS +++ /dev/null | |||
@@ -1,24 +0,0 @@ | |||
1 | NEW STARTERS | ||
2 | |||
3 | These are the steps for adding someone to the team. | ||
4 | |||
5 | Need to know: | ||
6 | - Name | ||
7 | - Primary email for nagiosplug-team mailings | ||
8 | - Sourceforge id | ||
9 | - Type of member (translator, developer, release manager, project administrator) | ||
10 | |||
11 | 1. Add member to nagiosplug-team mailing list (https://lists.sourceforge.net/lists/admin/nagiosplug-team) | ||
12 | and to the nagiosplug-checkins mailing list (https://lists.sourceforge.net/lists/admin/nagiosplug-checkins, | ||
13 | add sourceforge email address via Privacy Options->Sender filters) | ||
14 | 2. Add Sourceforge access: | ||
15 | - Translator: CVS access, Shell access, Release Tech (no) | ||
16 | - Developer: Project role: Developer, CVS access, Shell access, Release Tech (no), Task Manager (A&T), | ||
17 | Forums (Moderator), Doc Manager (Editor) | ||
18 | Update Developer Permissions. | ||
19 | For each tracker, set to Technician (need to add all trackers first, then change to | ||
20 | technician for each one) | ||
21 | 3. Add to CVS avail file: | ||
22 | - Translator: Add member to translation files | ||
23 | - Developer: Add member to CVSROOT/avail for all files | ||
24 | 4. Send email to nagiosplug-team introducing new member | ||
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 | ||