-
Notifications
You must be signed in to change notification settings - Fork 38
/
Copy pathHOWTO-RELEASE.txt
194 lines (131 loc) · 6.56 KB
/
HOWTO-RELEASE.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
this work for additional information regarding copyright ownership.
The ASF licenses this file to You under the Apache License, Version 2.0
(the "License"); you may not use this file except in compliance with
the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
How to do a mod_jk 1.2 Release
==============================
Clone a clean copy of tomcat/connectors from git to make sure you don't have
any lingering configure or build files. This will make sure that the source
distribution created is clean.
We assume, that you cloned out [email protected]:apache/tomcat-connectors.git
to a directory named mod_jk. All further path names will be relative to this
directory.
If you haven't already, add your public PGP key to KEYS.
Add a preliminary note about the new release to the docs
--------------------------------------------------------
Candidate pages are:
xdocs/index.xml
xdocs/news/<THISYEAR0101>.xml
We can't add a final release date though.
Update version numbers as needed
--------------------------------
Do a find for all the docs which include the previous version string
and replace it with the new version. These are the docs I found which
had to be updated:
native/iis/README
xdocs/build.xml
xdocs/index.xml
xdocs/news/<THISYEAR0101>.xml
tools/dist/README.html
tools/dist/binaries/windows/README.html
Check version numbers in the files that are listed in the section
"Update source for next version" below:
native/configure.ac
native/common/jk_version.h
xdocs/miscellaneous/changelog.xml
After updating revision numbers, commit your changes to git.
Tag tomcat-connectors in git
----------------------------
Use the pattern below for tagging the tomcat-connectors directory.
TAG=JK_{MAJOR_REVISION}_{MINOR_REVISION}_{RELEASE}
Here is an example for mod_jk 1.2.51
git commit -a -m "Tag JK_1_2_51"
git tag JK_1_2_51
git push origin JK_1_2_51
# reset main
Build the mod_jk 1.2 documentation
----------------------------------
cd xdocs
ant
After checking the documentation carefully (produced in build/docs),
see https://svn.apache.org/viewvc/tomcat/site/trunk/README.txt?view=markup
for instructions on how to deploy the site docs.
Create the new source distribution
----------------------------------
A tool named jkrelease.sh in the directory tools creates
a release tarball and a zip including signature files.
Here is an example for mod_jk 1.2.51
./jkrelease.sh -R git -v 1.2.51 -h
Upload source distribution and documentation to www.apache.org
-------------------------------------------------------------------
First update the KEYS on the server if you have added a new pgp key.
scp KEYS to the
/www/www.apache.org/dist/tomcat/tomcat-connectors
directory on the people.apache.org server.
scp tomcat-connectors-1.2.29-src.tar.gz* to
/www/www.apache.org/dist/tomcat/tomcat-connectors/jk/source
scp tomcat-connectors-1.2.29-src.zip* to
/www/www.apache.org/dist/tomcat/tomcat-connectors/jk/source
ssh to people.apache.org and cd to the
/www/www.apache.org/dist/tomcat/tomcat-connectors/jk directory.
Modify README.html and update it to the current version.
Remove the symlinks for current if present and replace them with a soft link
to the new source distribution files.
ln -s source/tomcat-connectors-1.2.29-src.tar.gz tomcat-connectors-src-current.tar.gz
ln -s source/tomcat-connectors-1.2.29-src.tar.gz.asc tomcat-connectors-src-current.tar.gz.asc
ln -s source/tomcat-connectors-1.2.29-src.tar.zip tomcat-connectors-src-current.zip
ln -s source/tomcat-connectors-1.2.29-src.zip.asc tomcat-connectors-src-current.zip.asc
Make sure the group write bit is set on all files and directories
in the jk directory.
chmod -R g+w /www/www.apache.org/dist/tomcat/tomcat-connectors/jk
Build binaries and upload distributions to www.apache.org
--------------------------------------------------------------
Build mod_jk for a specific web server and OS. Package it as appropriate for
the OS and sign the archive using PGP. Please include the ASF License, the
generated docs, and the tools. Please name the distribution as follows:
tomcat-connectors-{version}-{os-version-cpu}-{web server-version}.(tar.gz|zip)
scp the binary distribution and pgp signature file to the appropriate binaries/{os} directory.
Make sure the group write bit is on for all files you upload.
Update source for next version
------------------------------
native/configure.ac: Update version in AC_INIT macro.
native/common/jk_version.h: Update variables JK_VERMAJOR, JK_VERMINOR, JK_VERFIX,
JK_VERSTRING, and JK_VERISRELEASE.
xdocs/miscellaneous/changelog.xml: Start a new section for the new version.
Remove old release distributions from www.apache.org
----------------------------------------------------
Verify that the old versions of the source and binary distributions are
available at /www/archive.apache.org/dist/tomcat/tomcat-connectors/jk .
Copy old source distributions and binaries as needed, then remove the
old source and binary distributions.
Arrange the downloads_tomcat-connectors.cgi
-------------------------------------------
Check tomcat-site out:
svn co https://svn.apache.org/repos/asf/tomcat/site site-tomcat
Arrange the file: xdocs/download-connectors.xml, updating all occurrences
of the version number to the just released version.
Update xdocs/index.xml to reflect the new release of Tomcat Connectors.
Run ant from the site-tomcat directory to regenerate the corresponding html file:
docs/site/download-connectors.html
Commit it after checking carefully the changes.
Connect to people.apache.org and update the tomcat.apache.org site image,
the site tomcat.apache.org should reflect the change after a while:
cd /x1/www/tomcat.apache.org/site/downloads
svn update downloads_tomcat-connectors.html
Announcements
-------------
The release distribution directories are mirrored so that the
releases can be downloaded from multiple sites. Please wait
24 hours before sending out the announcement so that the mirrors
get a chance to get the new release distributions.
Send an email announcement to [email protected],