You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by jm...@apache.org on 2013/04/01 03:54:28 UTC

[2/2] git commit: Changed to have Git not SVN path and other minor improvements

Changed to have Git not SVN path and other minor improvements


Project: http://git-wip-us.apache.org/repos/asf/flex-utilities/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-utilities/commit/ba7a1e7b
Tree: http://git-wip-us.apache.org/repos/asf/flex-utilities/tree/ba7a1e7b
Diff: http://git-wip-us.apache.org/repos/asf/flex-utilities/diff/ba7a1e7b

Branch: refs/heads/master
Commit: ba7a1e7b6ebc58868ee9cb2f9aac7ab8d8b559d1
Parents: 14b8b7b
Author: Justin Mclean <jm...@apache.org>
Authored: Mon Apr 1 12:53:56 2013 +1100
Committer: Justin Mclean <jm...@apache.org>
Committed: Mon Apr 1 12:53:56 2013 +1100

----------------------------------------------------------------------
 installer/RELEASE_GUIDE |   17 +++++++++++------
 1 files changed, 11 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/ba7a1e7b/installer/RELEASE_GUIDE
----------------------------------------------------------------------
diff --git a/installer/RELEASE_GUIDE b/installer/RELEASE_GUIDE
index 40a7deb..2b7379b 100644
--- a/installer/RELEASE_GUIDE
+++ b/installer/RELEASE_GUIDE
@@ -19,17 +19,18 @@ limitations under the License.
 
 Steps to follow in preparation for a release of InstallApacheFlex
 
-1.    Check out the code from https://svn.apache.org/repos/asf/flex/utilities/trunk
+1.    Check out the code from https://git-wip-us.apache.org/repos/asf/flex-utilities.git
 
 2.a.  If it is a major release, 
-		- bump up the "release.version" property in the build.properties file 
-		- reset the build.number property in the build.number file to 0
+	- bump up the "release.version" property in the build.properties file 
+	- reset the build.number property in the build.number file to 0
 
 2.b.  If it is a minor release, run: ant update-version
 
 3.  Open build.properties and update the following:
 	- Modify the KEYSTORE_DIR and CERT_PASSWORD_DIR variables with the correct directory paths
-	(You need to obtain the installapacheflex_self.p12 file and its password from the previous release manager for InstallApacheFlex)
+	(You need to obtain the installapacheflex_self.p12 file and its password from the previous
+	 release manager for InstallApacheFlex)
 	
 	WARNING WARNING WARNING
 	Do not place the 2 certificate files anywhere in the installer directory or in a subdirectory under it.
@@ -43,6 +44,10 @@ This step
 	- updates the version numbers in InstallApacheFlex-app.xml and sdk-installer-config-2.0.xml
 	- creates the .exe or .dmg file depending on the OS you are working on
 	- creates the source release files as a .zip file and a tar.gz file 
-	- signs the artifacts to create corresponding .asc and .md5 files (assumes that you have a pgp id and keypair set up and prompts for the passphrase)
+	- signs the artifacts to create corresponding .asc and .md5 files (assumes that you have a pgp
+	  id and keypair set up and prompts for the passphrase)
 	
-5. Upload all the files under the /release directory to the https://dist.apache.org/repos/dist/dev/flex/installer/{version}/{RCversion}/ before calling a VOTE.  
\ No newline at end of file
+5.  Upload all the files under the /release directory to the following directory before calling a VOTE.
+	https://dist.apache.org/repos/dist/dev/flex/installer/{version}/{RCversion}/
+
+6.  Check that your key is cntained in https://dist.apache.org/repos/dist/release/flex/KEYS if not add it.