Skip to content

Commit 5067b6e

Browse files
committed
With the secretariat now using the secr/ code deployed with the datatracker, there is no concern any more about divergence between production secretariat and datatracker secretariat code, and no need to have two different patch numbering systems for secretariat patches and other patches. Removing the secretariat-specific patch section.
- Legacy-Id: 6673
1 parent 2c5e7fd commit 5067b6e

1 file changed

Lines changed: 0 additions & 21 deletions

File tree

INSTALL

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -97,27 +97,6 @@ process should be used:
9797
`General Instructions for Deployment of a New Release`_ .
9898

9999

100-
Installing a Secretariat Release
101-
================================
102-
103-
Secretariat releases are based on a regular tagged release, but contain
104-
updated code in the ietf/secr/ tree. They are named with a trailing
105-
'.secr<N>' version number. If the tagged release is for instance 4.42, the
106-
first secretariat release based on that would have release number 4.42.secr1,
107-
and the second secretariat release based on it would be numbered 4.42.secr2.
108-
109-
Secretariat releases are deployed in the same manner as regular releases, with
110-
the addition that patches made to the regular release needs to be picked up
111-
and applied. Assuming we'releasing 4.42.p1.secr2, then after we've cd'd into
112-
the release diretory to run migrations, we'd also run a patch step to pick
113-
up the current patches to the current production release, which is pointed
114-
to by ../web::
115-
116-
/a/www/ietf-datatracker/4.42.p1.secr2 $ svn diff ../web/ | patch -p2
117-
118-
Assuming that runs without error messages, the deployment is continued as
119-
usual, with re-pointing the symlink and restarting apache.
120-
121100
Additional Version-Specific Instructions
122101
========================================
123102

0 commit comments

Comments
 (0)