Repository: flex-utilities
Updated Branches:
  refs/heads/develop 3556062e9 -> 2c968f2e6


more fixes


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

Branch: refs/heads/develop
Commit: 2c968f2e684c2d8e17d7d7f2eb1b5fff9c61d59a
Parents: 3556062
Author: Alex Harui <[email protected]>
Authored: Wed Jun 20 14:47:00 2018 -0700
Committer: Alex Harui <[email protected]>
Committed: Wed Jun 20 14:47:00 2018 -0700

----------------------------------------------------------------------
 flex-installer/build.xml            | 8 ++++----
 flex-installer/releasecandidate.xml | 1 -
 2 files changed, 4 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/2c968f2e/flex-installer/build.xml
----------------------------------------------------------------------
diff --git a/flex-installer/build.xml b/flex-installer/build.xml
index db79bfc..f8994ff 100644
--- a/flex-installer/build.xml
+++ b/flex-installer/build.xml
@@ -674,14 +674,14 @@
 
     <target name="create-SHA-512" >
         <echo message="Generating SHA-512 hashes for release artifacts"/>
-        <checksum algorithm="SHA-512" file="${RELEASE_DIR}/${source.kit}.zip" 
forceOverwrite="yes"/>
-        <checksum algorithm="SHA-512" 
file="${RELEASE_DIR}/${source.kit}.tar.gz" forceOverwrite="yes"/>
-        <checksum algorithm="SHA-512" 
file="${RELEASE_DIR}/${binary.kit}.${extension}" forceOverwrite="yes"/>
+        <checksum algorithm="SHA-512" fileext=".sha512" 
file="${RELEASE_DIR}/${source.kit}.zip" forceOverwrite="yes"/>
+        <checksum algorithm="SHA-512" fileext=".sha512" 
file="${RELEASE_DIR}/${source.kit}.tar.gz" forceOverwrite="yes"/>
+        <checksum algorithm="SHA-512" fileext=".sha512" 
file="${RELEASE_DIR}/${binary.kit}.${extension}" forceOverwrite="yes"/>
         <antcall target="create-SHA-512-64bit" />
     </target>
     
     <target name="create-SHA-512-64bit" if="isWindows">
-        <checksum algorithm="SHA-512" 
file="${RELEASE_DIR}/${kit.prefix64}-bin.zip" forceOverwrite="yes"/>
+        <checksum algorithm="SHA-512" fileext=".sha512" 
file="${RELEASE_DIR}/${kit.prefix64}-bin.zip" forceOverwrite="yes"/>
     </target>
 
     <target name="sign" depends="create-SHA-512">

http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/2c968f2e/flex-installer/releasecandidate.xml
----------------------------------------------------------------------
diff --git a/flex-installer/releasecandidate.xml 
b/flex-installer/releasecandidate.xml
index ae1d2c2..02ea3cd 100644
--- a/flex-installer/releasecandidate.xml
+++ b/flex-installer/releasecandidate.xml
@@ -221,7 +221,6 @@
                        <arg value="--rebase" />
                </exec>
                <ant antfile="build.xml" target="release" />
-        <ant antfile="build.xml" target="create-md5s" />
                <mkdir 
dir="${dist.dev}/flex/installer/${release.version}/rc${rc}/binaries" />
                <copy 
todir="${dist.dev}/flex/installer/${release.version}/rc${rc}" >
                        <fileset dir="${basedir}/release" >

Reply via email to