You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by bo...@apache.org on 2018/03/05 11:58:48 UTC

ant git commit: new release policy says "no md5 checksums anymore"

Repository: ant
Updated Branches:
  refs/heads/1.9.x 5aa1e8eff -> e06168ca7


new release policy says "no md5 checksums anymore"


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

Branch: refs/heads/1.9.x
Commit: e06168ca78b819a21924f3716b99e3621b4855ef
Parents: 5aa1e8e
Author: Stefan Bodewig <bo...@apache.org>
Authored: Mon Mar 5 12:58:18 2018 +0100
Committer: Stefan Bodewig <bo...@apache.org>
Committed: Mon Mar 5 12:58:18 2018 +0100

----------------------------------------------------------------------
 build.xml | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ant/blob/e06168ca/build.xml
----------------------------------------------------------------------
diff --git a/build.xml b/build.xml
index 102793a..7f9c9f4 100644
--- a/build.xml
+++ b/build.xml
@@ -957,9 +957,9 @@
   <macrodef name="checksums">
     <element name="resources" implicit="true"/>
     <sequential>
-      <checksums-mvn>
+      <checksum algorithm="sha1">
         <resources/>
-      </checksums-mvn>
+      </checksum>
       <checksum fileext=".sha512" algorithm="sha-512">
         <resources/>
       </checksum>
@@ -1288,13 +1288,11 @@
     <checksums>
       <fileset dir="${dist.base.binaries}/">
         <exclude name="**/*.asc"/>
-        <exclude name="**/*.md5"/>
         <exclude name="**/*.sha1"/>
         <exclude name="**/*.sha512"/>
       </fileset>
       <fileset dir="${dist.base.manual}/">
         <exclude name="**/*.asc"/>
-        <exclude name="**/*.md5"/>
         <exclude name="**/*.sha1"/>
         <exclude name="**/*.sha512"/>
       </fileset>
@@ -1338,7 +1336,6 @@
     <checksums>
       <fileset dir="${dist.base.source}/">
         <exclude name="**/*.asc"/>
-        <exclude name="**/*.md5"/>
         <exclude name="**/*.sha1"/>
         <exclude name="**/*.sha512"/>
       </fileset>