You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by ab...@apache.org on 2018/03/06 15:30:24 UTC

[geode] branch release/1.5.0 updated: Stop generating md5 checksums for distribution archives

This is an automated email from the ASF dual-hosted git repository.

abaker pushed a commit to branch release/1.5.0
in repository https://gitbox.apache.org/repos/asf/geode.git


The following commit(s) were added to refs/heads/release/1.5.0 by this push:
     new 0b1aa8a  Stop generating md5 checksums for distribution archives
0b1aa8a is described below

commit 0b1aa8ae5310bcc79fc2fb304426762869918288
Author: Anthony Baker <ab...@apache.org>
AuthorDate: Mon Mar 5 14:39:32 2018 -0800

    Stop generating md5 checksums for distribution archives
    
    (cherry picked from commit 4699b5844724e256ee27b4194a02e9ed78573a54)
---
 geode-assembly/build.gradle | 1 -
 1 file changed, 1 deletion(-)

diff --git a/geode-assembly/build.gradle b/geode-assembly/build.gradle
index 299fa2e..02cbf81 100755
--- a/geode-assembly/build.gradle
+++ b/geode-assembly/build.gradle
@@ -292,7 +292,6 @@ gradle.taskGraph.whenReady( { graph ->
     it.name.toLowerCase().contains("dist")
   }.each { archive ->
     archive.doLast {
-      ant.checksum file:"${archive.archivePath}", algorithm:"md5", format: 'MD5SUM'
       ant.checksum file:"${archive.archivePath}", algorithm:"sha-256", format: 'MD5SUM', fileext: '.sha256'
     }
   }

-- 
To stop receiving notification emails like this one, please contact
abaker@apache.org.