mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-08 04:30:45 -08:00
Improved release build procedure and readme based on experience of release 1.100.0.
Copied from Perforce Change: 30301 ServerID: perforce.ravenbrook.com
This commit is contained in:
parent
beb71104ad
commit
ba68061500
2 changed files with 34 additions and 8 deletions
|
|
@ -97,24 +97,38 @@ change</code> to get it. </p></li>
|
|||
|
||||
<li>
|
||||
|
||||
<p> Create a tarball containing the MPS sources: </p>
|
||||
<p> Create a tarball containing the MPS sources, and open it for add: </p>
|
||||
|
||||
<blockquote><code>
|
||||
cp -r version/VERSION mps-kit-RELEASE <br />
|
||||
mkdir -p release/RELEASE<br />
|
||||
tar cf - mps-kit-RELEASE | gzip -c > release/RELEASE/mps-kit-RELEASE.tar.gz <br />
|
||||
rm -r mps-kit-RELEASE
|
||||
rm -r mps-kit-RELEASE<br />
|
||||
p4 add release/RELEASE/mps-kit-RELEASE.tar.gz
|
||||
</code></blockquote>
|
||||
|
||||
</li>
|
||||
|
||||
<li> <p> Add the tarball to Perforce with the comment "Adding the MPS Kit tarball for release RELEASE." </p> </li>
|
||||
<li>
|
||||
|
||||
<p> Add the readme.txt file to the release directory: </p>
|
||||
|
||||
<blockquote><code>
|
||||
p4 integrate version/VERSION/readme.txt release/RELEASE/readme.txt
|
||||
</code></blockquote>
|
||||
|
||||
</li>
|
||||
|
||||
<li> <p> Submit the tarball and the readme.txt file to Perforce with
|
||||
the comment "Adding the MPS Kit tarball and readme.txt file for
|
||||
release RELEASE." </p> </li>
|
||||
|
||||
</ol>
|
||||
|
||||
|
||||
<h3><a id="section-2.3" name="section-2.3">2.3. MPS Kit Zip file</a></h3>
|
||||
|
||||
<p> On a Window box: </p>
|
||||
<p> On a Microsoft Windows box: </p>
|
||||
|
||||
<ol>
|
||||
|
||||
|
|
@ -122,9 +136,9 @@ change</code> to get it. </p></li>
|
|||
|
||||
<li> <p> Launch WinZip and create a new archive called "mps-kit-RELEASE.zip" in the directory "release/RELEASE". Add the MPS sources by selecting "version/VERSION" and turning on "Include subfolders" option. </p> </li>
|
||||
|
||||
<li> <p> Make a self-extracting archive called "mps-kit-RELEASE.exe" from "mps-kit-RELEASE.zip" (in the same directory), by selcting Actions → Make .EXE File. Specify the default "unzip to" folder as "mps-kit-RELEASE". </p> </li>
|
||||
<li> <p> Make a self-extracting archive called "mps-kit-RELEASE.exe" from "mps-kit-RELEASE.zip" (in the same directory), by selcting Actions → Make .EXE File. </p> </li>
|
||||
|
||||
<li> <p> Add the self-extracting archive to Perforce with the comment "Adding the MPS Kit zip file for release RELEASE." </p> </li>
|
||||
<li> <p> Add the self-extracting archive and the zip file to Perforce with the comment "Adding the MPS Kit zip file for release RELEASE." </p> </li>
|
||||
|
||||
</ol>
|
||||
|
||||
|
|
@ -193,6 +207,16 @@ href="mailto:mps-staff@ravenbrook.com">mps-staff@ravenbrook.com</a>. </p></li>
|
|||
|
||||
</tr>
|
||||
|
||||
<tr valign="top">
|
||||
|
||||
<td>2002-06-19</td>
|
||||
|
||||
<td><a href="mailto:nb@ravenbrook.com">NB</a></td>
|
||||
|
||||
<td>Fixed up based on experience of release 1.100.0.</td>
|
||||
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -53,8 +53,9 @@ This document is not confidential.
|
|||
The MPS Kit is a complete set of sources and documentation to enable
|
||||
third parties to use, modify, and adapt the MPS.
|
||||
|
||||
For Windows, the kit is distributed as the ZIP archive
|
||||
"mps-kit-1.100.0.zip". Unpack it using WinZip.
|
||||
For Windows, the kit is distributed as the self-extracting archive
|
||||
"mps-kit-1.100.0.exe", and also as the ZIP archive
|
||||
"mps-kit-1.100.0.zip", which may be unpacked using WinZip.
|
||||
|
||||
For Unix and Mac OS X, the integration kit is distributed as the tarball
|
||||
"mps-kit-1.100.0.tar.gz". Unpack it using the command "gunzip -c
|
||||
|
|
@ -250,6 +251,7 @@ B. DOCUMENT HISTORY
|
|||
2002-05-20 RB Created based on template from P4DTI project.
|
||||
2002-06-18 NB Minor updates and corrections.
|
||||
2002-06-18 RB Removed obsolete requirement for MASM.
|
||||
2002-06-19 NB Added note on self-extracting archive
|
||||
|
||||
|
||||
C. COPYRIGHT AND LICENSE
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue