Additional ReleaseChecklist updates

This commit is contained in:
Andrew Johnson
2017-05-09 13:08:59 -05:00
parent 2fe8d82872
commit 17da4bfc1f

View File

@ -143,7 +143,7 @@ the final release version.</p>
</li>
</ul>
<blockquote><tt>
cd ~/base-3.16<br />
cd base-3.16<br />
git tag -m 'ANJ: Tagged for 3.16.1-rc1' R3.16.1-rc1
</tt></blockquote>
</td>
@ -151,14 +151,16 @@ the final release version.</p>
<tr>
<td>&nbsp;</td>
<td>Release Manager</td>
<td>Export the tagged version into a tarfile. Note that this command
generates a gzipped tarfile directly from the repository:
<td>Export the tagged version into a tarfile. This command generates a
gzipped tarfile directly from the repository, excluding those files and
directories needed only for continuous integration:
<blockquote><tt>
cd ~/base-3.16<br />
cd base-3.16<br />
git archive
--prefix=base-3.16.1-rc1
-o base-3.16.1-rc1.tar.gz
3.16.1-rc1
--output=base-3.16.1-rc1.tar.gz
R3.16.1-rc1
configure documentation LICENSE Makefile README src startup
</tt></blockquote>
Create a GPG signature file of the tarfile as follows:
<blockquote><tt>
@ -273,7 +275,7 @@ the final release version.</p>
<td>Release Manager</td>
<td>Tag the module in Git:
<blockquote><tt>
cd ~/base/mirror-3.16<br />
cd base-3.16<br />
git tag -m 'ANJ: Tagged for 3.16.1' R3.16.1</i>
</tt></blockquote>
</td>
@ -281,14 +283,16 @@ the final release version.</p>
<tr>
<td>&nbsp;</td>
<td>Release Manager</td>
<td>Export the tagged version into a tarfile. Note that this command
generates a gzipped tarfile directly from the repository:
<td>Export the tagged version into a tarfile. This command generates a
gzipped tarfile directly from the repository, excluding those files and
directories needed only for continuous integration:
<blockquote><tt>
cd ~/base-3.16<br />
cd base-3.16<br />
git archive
--prefix=base-3.16.1
-o base-3.16.1.tar.gz
3.16.1
--output=base-3.16.1.tar.gz
R3.16.1
configure documentation LICENSE Makefile README src startup
</tt></blockquote>
Create a GPG signature file of the tarfile as follows:
<blockquote><tt>