diff --git a/mps/procedure/release-build/index.html b/mps/procedure/release-build/index.html index bd36a95bcff..71da8901181 100644 --- a/mps/procedure/release-build/index.html +++ b/mps/procedure/release-build/index.html @@ -97,24 +97,38 @@ change to get it.
Create a tarball containing the MPS sources:
+Create a tarball containing the MPS sources, and open it for add:
cp -r version/VERSION mps-kit-RELEASE
+ mkdir -p release/RELEASE
tar cf - mps-kit-RELEASE | gzip -c > release/RELEASE/mps-kit-RELEASE.tar.gz
- rm -r mps-kit-RELEASE
+ rm -r mps-kit-RELEASE
+ p4 add release/RELEASE/mps-kit-RELEASE.tar.gz
Add the tarball to Perforce with the comment "Adding the MPS Kit tarball for release RELEASE."
Add the readme.txt file to the release directory:
+ +
+ p4 integrate version/VERSION/readme.txt release/RELEASE/readme.txt
+
+
+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."
On a Window box:
+On a Microsoft Windows box:
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.
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".
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.
Add the self-extracting archive to Perforce with the comment "Adding the MPS Kit zip file for release RELEASE."
Add the self-extracting archive and the zip file to Perforce with the comment "Adding the MPS Kit zip file for release RELEASE."