You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by cd...@apache.org on 2019/01/24 14:21:58 UTC

[incubator-plc4x] branch develop updated: - removed the downloading of the MD5 hashes

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

cdutz pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/incubator-plc4x.git


The following commit(s) were added to refs/heads/develop by this push:
     new f106c25  - removed the downloading of the MD5 hashes
f106c25 is described below

commit f106c250f95ac78be920d85db07a6322192ad714
Author: Christofer Dutz <ch...@c-ware.de>
AuthorDate: Thu Jan 24 15:21:54 2019 +0100

    - removed the downloading of the MD5 hashes
---
 tools/download_staged_release.sh | 1 -
 1 file changed, 1 deletion(-)

diff --git a/tools/download_staged_release.sh b/tools/download_staged_release.sh
index 9bc8b44..0889387 100755
--- a/tools/download_staged_release.sh
+++ b/tools/download_staged_release.sh
@@ -96,7 +96,6 @@ function mywget() {
 function getSignedBundle() {
   mywget ${1}
   mywget ${1}.asc
-  mywget ${1}.md5
   mywget ${1}.sha512
 }