diff options
-rw-r--r-- | doc/LEAVERS | 1 | ||||
-rw-r--r-- | doc/NEW_STARTERS | 16 | ||||
-rw-r--r-- | doc/RELEASING | 10 |
3 files changed, 16 insertions, 11 deletions
diff --git a/doc/LEAVERS b/doc/LEAVERS index 0040a19..9764fda 100644 --- a/doc/LEAVERS +++ b/doc/LEAVERS | |||
@@ -9,5 +9,6 @@ Administration tasks: | |||
9 | - Reassign leaver's tracker items to project lead | 9 | - Reassign leaver's tracker items to project lead |
10 | - Remove from Sourceforge's list of developers. This will include CVS access. Do not | 10 | - Remove from Sourceforge's list of developers. This will include CVS access. Do not |
11 | need to remove from CVS avail file | 11 | need to remove from CVS avail file |
12 | - If applicable, remove from mailing list administrators | ||
12 | - Keep on nagiosplug-team mailing list, unless specifically requested to be removed | 13 | - Keep on nagiosplug-team mailing list, unless specifically requested to be removed |
13 | 14 | ||
diff --git a/doc/NEW_STARTERS b/doc/NEW_STARTERS index 89a1a9a..23f1a4a 100644 --- a/doc/NEW_STARTERS +++ b/doc/NEW_STARTERS | |||
@@ -4,17 +4,21 @@ These are the steps for adding someone to the team. | |||
4 | 4 | ||
5 | Need to know: | 5 | Need to know: |
6 | - Name | 6 | - Name |
7 | - Primary email for nagiosplug-team mailings | ||
7 | - Sourceforge id | 8 | - Sourceforge id |
8 | - Type of member (translator, developer, release manager, project administrator) | 9 | - Type of member (translator, developer, release manager, project administrator) |
9 | 10 | ||
10 | 1. Add member to nagiosplug-team mailing list and to the nagiosplug-checkins | 11 | 1. Add member to nagiosplug-team mailing list (https://lists.sourceforge.net/lists/admin/nagiosplug-team) |
11 | mailing list (via Privacy Options) | 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) | ||
12 | 2. Add Sourceforge access: | 14 | 2. Add Sourceforge access: |
13 | - Translator: CVS access, Shell access, Release Tech (no) | 15 | - Translator: CVS access, Shell access, Release Tech (no) |
14 | - Developer: CVS access, Shell access, Release Tech (no), Task Manager (A&T), | 16 | - Developer: Project role: Developer, CVS access, Shell access, Release Tech (no), Task Manager (A&T), |
15 | Forums (Moderator), Doc Manager (Editor). Need to set tracker | 17 | Forums (Moderator), Doc Manager (Editor) |
16 | access individually | 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) | ||
17 | 3. Add to CVS avail file: | 21 | 3. Add to CVS avail file: |
18 | - Translator: Add member to translation files | 22 | - Translator: Add member to translation files |
19 | - Developer: Add member to CVSROOT/avail for all files | 23 | - Developer: Add member to CVSROOT/avail for all files |
20 | 24 | 4. Send email to nagiosplug-team introducing new member | |
diff --git a/doc/RELEASING b/doc/RELEASING index 92dbb72..d9039ff 100644 --- a/doc/RELEASING +++ b/doc/RELEASING | |||
@@ -5,17 +5,16 @@ cvs update in main area | |||
5 | check compilation | 5 | check compilation |
6 | 6 | ||
7 | Update BUGS file | 7 | Update BUGS file |
8 | Update configure.in and package.def with version and commit | 8 | Update configure.in and package.def with version |
9 | |||
10 | Run cvs2cl.pl | 9 | Run cvs2cl.pl |
11 | commit new ChangeLog | 10 | commit BUGS configure.in package.def ChangeLog |
12 | 11 | ||
13 | cvs tag r1_4_1 | 12 | cvs tag r1_4_1 |
14 | 13 | ||
15 | checkout new version: | 14 | checkout new version: |
16 | cd /tmp | 15 | cd /tmp |
17 | rm -fr nagiosplug | 16 | rm -fr nagiosplug |
18 | cvs -z3 -d:ext:tonvoon@cvs.sourceforge.net:/cvsroot/nagiosplug co -r r1_4-alpha2 nagiosplug | 17 | cvs -z3 -d:ext:tonvoon@nagiosplug.cvs.sourceforge.net:/cvsroot/nagiosplug co -r r1_4_1 nagiosplug |
19 | cd nagiosplug | 18 | cd nagiosplug |
20 | tools/setup | 19 | tools/setup |
21 | ./configure | 20 | ./configure |
@@ -28,6 +27,7 @@ cd /incoming | |||
28 | put file | 27 | put file |
29 | 28 | ||
30 | SF -> Submit News about release. Make sure it is called "Nagios Plugins" (with those caps) | 29 | SF -> Submit News about release. Make sure it is called "Nagios Plugins" (with those caps) |
30 | Link to download at http://sourceforge.net/project/showfiles.php?group_id=29880 | ||
31 | List major changes. | 31 | List major changes. |
32 | List all people on team involved. | 32 | List all people on team involved. |
33 | Add acknowledgement to contributors | 33 | Add acknowledgement to contributors |
@@ -35,7 +35,7 @@ Get URL to news item | |||
35 | 35 | ||
36 | SF -> Admin -> File Releases | 36 | SF -> Admin -> File Releases |
37 | Add a release to nagiosplug and create a file release | 37 | Add a release to nagiosplug and create a file release |
38 | Name: 1.4-alpha2. Create release | 38 | Name: 1.4.1 Create release |
39 | Step 1: Add release notes pointing to news item | 39 | Step 1: Add release notes pointing to news item |
40 | Step 2: add file | 40 | Step 2: add file |
41 | Step 3: *.tar.gz, Platform Independent, Source .gz | 41 | Step 3: *.tar.gz, Platform Independent, Source .gz |