Skip to content

Commit e1cb2c4

Browse files
committed
Refined the INSTALL instructions for secretariat releases.
- Legacy-Id: 5673
1 parent 0b5f59d commit e1cb2c4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

INSTALL

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,12 +108,12 @@ and the second secretariat release based on it would be numbered 4.42.secr2.
108108

109109
Secretariat releases are deployed in the same manner as regular releases, with
110110
the addition that patches made to the regular release needs to be picked up
111-
and applied. Assuming we'releasing 4.42.secr2, then after we've cd'd into
111+
and applied. Assuming we'releasing 4.42.p1.secr2, then after we've cd'd into
112112
the release diretory to run migrations, we'd also run a patch step to pick
113113
up the current patches to the current production release, which is pointed
114114
to by ../web::
115115

116-
/a/www/ietf-datatracker/4.42.secr2 $ svn diff ../web/ | patch -p2
116+
/a/www/ietf-datatracker/4.42.p1.secr2 $ svn diff ../web/ | patch -p2
117117

118118
Assuming that runs without error messages, the deployment is continued as
119119
usual, with re-pointing the symlink and restarting apache.

0 commit comments

Comments
 (0)