summaryrefslogtreecommitdiff
path: root/doc/MaintGuide
diff options
context:
space:
mode:
authorgoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>2001-05-11 12:30:21 +0000
committergoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>2001-05-11 12:30:21 +0000
commit7534325f2e90544b831375336ea400fae51cf497 (patch)
tree4db87fe2e1bc96ce7e4bcfab7f3215ad64249323 /doc/MaintGuide
parent85d99553d26aad874d86fb748216b02ae2112009 (diff)
Grammer fix plus adding item about tagging to release procedures.
Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@2173 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'doc/MaintGuide')
-rw-r--r--doc/MaintGuide/Procedures.tex9
1 files changed, 6 insertions, 3 deletions
diff --git a/doc/MaintGuide/Procedures.tex b/doc/MaintGuide/Procedures.tex
index 7c83ebd2..f271fc74 100644
--- a/doc/MaintGuide/Procedures.tex
+++ b/doc/MaintGuide/Procedures.tex
@@ -52,9 +52,9 @@ the commit message.
The commit message should explain what has changed and why, for
details people can use {\tt \verb.cvs diff.}, however the commit
message should be clear enough for people to have a good idea of what
-is going on. This is strongly coupled to item about making only one
-change listed above - if two distinct things have been changed, they
-should be committed separately, with relevant commit messages.
+is going on. This is strongly coupled to the item about making only
+one change listed above - if two distinct things have been changed,
+they should be committed separately, with relevant commit messages.
If the change resulted from a {\tt Problem Report} (PR) the PR number
should be noted in the commit message.
\end{Lentry}
@@ -126,6 +126,9 @@ test-suites run on all suppported architectures. Problems found
should be fixed or noted in the release notes. This is an iterative
procedure, as any commits made to fix problems need to be checked on
all other architectures.
+\item[{\em Tag the code}]
+Tag the code with the latest release tag and update the {\tt LATEST}
+and {\tt STABLE} tags.
\item[{\em Log into cvs machine as cactus\_admin}]
All repository maintanence should be done as the cactus admin user.
\item[{\em Store old module files}]