You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by bi...@apache.org on 2012/09/14 01:55:07 UTC

svn commit: r1384604 - in /incubator/flex: site/trunk/content/flex/sdk-installer-config.xml utilities/trunk/installer/RELEASE_GUIDE

Author: bigosmallm
Date: Thu Sep 13 23:55:06 2012
New Revision: 1384604

URL: http://svn.apache.org/viewvc?rev=1384604&view=rev
Log:
RC4 build

Modified:
    incubator/flex/site/trunk/content/flex/sdk-installer-config.xml
    incubator/flex/utilities/trunk/installer/RELEASE_GUIDE

Modified: incubator/flex/site/trunk/content/flex/sdk-installer-config.xml
URL: http://svn.apache.org/viewvc/incubator/flex/site/trunk/content/flex/sdk-installer-config.xml?rev=1384604&r1=1384603&r2=1384604&view=diff
==============================================================================
--- incubator/flex/site/trunk/content/flex/sdk-installer-config.xml (original)
+++ incubator/flex/site/trunk/content/flex/sdk-installer-config.xml Thu Sep 13 23:55:06 2012
@@ -21,7 +21,7 @@ limitations under the License.
 
 <config>
 	<version>
-		<latest>1.0.2</latest>
+		<latest>1.0.3</latest>
 	</version>
 	<files>
 	
@@ -30,7 +30,7 @@ limitations under the License.
 			 	- use full URL when binaries are NOT released yet, else use 
 			 	  path relative to mirror
 			 	- if path is relative, don't use starting slash -->
-		<file name="SDKInstallerApp" path="http://people.apache.org/~bigosmallm/installapacheflex_RC3/binaries/" file="apache-flex-sdk-installer-1.0.2-incubating-bin" />
+		<file name="SDKInstallerApp" path="http://people.apache.org/~bigosmallm/installapacheflex_RC4/binaries/" file="apache-flex-sdk-installer-1.0.3-incubating-bin" />
 		
 		<!-- Mirror URL CGI -->
 		<file name="MirrorURLCGI" path="" file="single-mirror-url.cgi" />
@@ -38,7 +38,8 @@ limitations under the License.
 		<!-- Apache Flex binary distribution
 			 Notes: 
 			 	- path is relative to mirror URL
-			 	- don't use starting slash -->
+			 	- don't use starting slash 
+			 	- for the second and later releases, remove the extension from the file name -->
 		<file name="ApacheFlexSDK" path="incubator/flex/4.8.0-incubating/binaries/" file="apache-flex-sdk-4.8.0-incubating-bin.zip" />
 		
 		<!-- Adobe AIR SDK -->

Modified: incubator/flex/utilities/trunk/installer/RELEASE_GUIDE
URL: http://svn.apache.org/viewvc/incubator/flex/utilities/trunk/installer/RELEASE_GUIDE?rev=1384604&r1=1384603&r2=1384604&view=diff
==============================================================================
--- incubator/flex/utilities/trunk/installer/RELEASE_GUIDE (original)
+++ incubator/flex/utilities/trunk/installer/RELEASE_GUIDE Thu Sep 13 23:55:06 2012
@@ -44,16 +44,16 @@ This step 
 
 cd release
 
-gpg --armor --output apache-flex-sdk-installer-1.0.2-incubating-bin.exe.asc --detach-sig apache-flex-sdk-installer-1.0.2-incubating-bin.exe
-gpg --armor --output apache-flex-sdk-installer-1.0.2-incubating-src.tar.gz.asc --detach-sig apache-flex-sdk-installer-1.0.2-incubating-src.tar.gz
-gpg --armor --output apache-flex-sdk-installer-1.0.2-incubating-src.zip.asc --detach-sig apache-flex-sdk-installer-1.0.2-incubating-src.zip
+gpg --armor --output apache-flex-sdk-installer-1.0.3-incubating-bin.exe.asc --detach-sig apache-flex-sdk-installer-1.0.3-incubating-bin.exe
+gpg --armor --output apache-flex-sdk-installer-1.0.3-incubating-src.tar.gz.asc --detach-sig apache-flex-sdk-installer-1.0.3-incubating-src.tar.gz
+gpg --armor --output apache-flex-sdk-installer-1.0.3-incubating-src.zip.asc --detach-sig apache-flex-sdk-installer-1.0.3-incubating-src.zip
 
-This step creates the release artifacts InstallApacheFlex.exe.asc, apache-flex-sdk-installer-1.0.2-incubating-src.tar.gz.asc and apache-flex-sdk-installer-1.0.2-incubating-src.zip.asc
+This step creates the release artifacts InstallApacheFlex.exe.asc, apache-flex-sdk-installer-1.0.3-incubating-src.tar.gz.asc and apache-flex-sdk-installer-1.0.3-incubating-src.zip.asc
 
 6.  Run:
-gpg --print-md MD5 apache-flex-sdk-installer-1.0.2-incubating-bin.exe > apache-flex-sdk-installer-1.0.2-incubating-bin.exe.md5
-gpg --print-md MD5 apache-flex-sdk-installer-1.0.2-incubating-src.tar.gz > apache-flex-sdk-installer-1.0.2-incubating-src.tar.gz.md5
-gpg --print-md MD5 apache-flex-sdk-installer-1.0.2-incubating-src.zip > apache-flex-sdk-installer-1.0.2-incubating-src.zip.md5
+gpg --print-md MD5 apache-flex-sdk-installer-1.0.3-incubating-bin.exe > apache-flex-sdk-installer-1.0.3-incubating-bin.exe.md5
+gpg --print-md MD5 apache-flex-sdk-installer-1.0.3-incubating-src.tar.gz > apache-flex-sdk-installer-1.0.3-incubating-src.tar.gz.md5
+gpg --print-md MD5 apache-flex-sdk-installer-1.0.3-incubating-src.zip > apache-flex-sdk-installer-1.0.3-incubating-src.zip.md5
 
 7. In the /installer directory, run:
 ant rat-report