You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by ah...@apache.org on 2015/06/03 21:18:22 UTC

git commit: [flex-utilities] [refs/heads/develop] - try for a better CI result set

Repository: flex-utilities
Updated Branches:
  refs/heads/develop b9d9d8d23 -> 5151e958d


try for a better CI result set


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

Branch: refs/heads/develop
Commit: 5151e958df2ec62c2fda132ff7113620916320c2
Parents: b9d9d8d
Author: Alex Harui <ah...@apache.org>
Authored: Wed Jun 3 12:18:17 2015 -0700
Committer: Alex Harui <ah...@apache.org>
Committed: Wed Jun 3 12:18:17 2015 -0700

----------------------------------------------------------------------
 installer/build.xml | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/5151e958/installer/build.xml
----------------------------------------------------------------------
diff --git a/installer/build.xml b/installer/build.xml
index e052051..d2cef78 100644
--- a/installer/build.xml
+++ b/installer/build.xml
@@ -574,9 +574,14 @@
         <echo message="not found in anttask.classpath"/>
     </target>
 
+    <target name="create-md5s" >
+        <checksum file="${RELEASE_DIR}/${source.kit}.zip" algorithm="md5" forceOverwrite="yes" />
+        <checksum file="${RELEASE_DIR}/${source.kit}.tar.gz" algorithm="md5" forceOverwrite="yes" />
+        <checksum file="${RELEASE_DIR}/${binary.kit}.${extension}" algorithm="md5" forceOverwrite="yes" />
+        
+    </target>
+    
 	<target name="sign" >
-		<checksum file="${RELEASE_DIR}/${source.kit}.zip" algorithm="md5" forceOverwrite="yes" />
-
 		<exec executable="gpg">
 			<arg value="--armor" />
 			<arg value="--output" />
@@ -585,8 +590,6 @@
 			<arg value="${RELEASE_DIR}/${source.kit}.zip" />
 		</exec>
 
-		<checksum file="${RELEASE_DIR}/${source.kit}.tar.gz" algorithm="md5" forceOverwrite="yes" />
-
 		<exec executable="gpg">
 			<arg value="--armor" />
 			<arg value="--output" />
@@ -595,8 +598,6 @@
 			<arg value="${RELEASE_DIR}/${source.kit}.tar.gz" />
 		</exec>
 
-		<checksum file="${RELEASE_DIR}/${binary.kit}.${extension}" algorithm="md5" forceOverwrite="yes" />
-
 		<exec executable="gpg">
 			<arg value="--armor" />
 			<arg value="--output" />