Repository: incubator-edgent
Updated Branches:
  refs/heads/develop 465d0761f -> d1a620cfc


- Changed the name of the sha files to sha512 as suggested in the incubator 
release thread


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

Branch: refs/heads/develop
Commit: d1a620cfcb42d59981a7c80de4d8eaaae21e596e
Parents: 465d076
Author: Christofer Dutz <christofer.d...@c-ware.de>
Authored: Mon Dec 11 11:02:14 2017 +0100
Committer: Christofer Dutz <christofer.d...@c-ware.de>
Committed: Mon Dec 11 11:02:14 2017 +0100

----------------------------------------------------------------------
 buildTools/check_sigs.sh          | 2 +-
 buildTools/download_edgent_asf.sh | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/d1a620cf/buildTools/check_sigs.sh
----------------------------------------------------------------------
diff --git a/buildTools/check_sigs.sh b/buildTools/check_sigs.sh
index 9865d4b..0c9f387 100755
--- a/buildTools/check_sigs.sh
+++ b/buildTools/check_sigs.sh
@@ -55,7 +55,7 @@ function checkFile() {
     fi
     
     HASH=`shasum -p -a 512 "${FILE}" | awk '{print$1}'`
-    CHECK=`cat "${FILE}.sha"`
+    CHECK=`cat "${FILE}.sha512"`
 
     if [ "$HASH" != "$CHECK" ]
     then

http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/d1a620cf/buildTools/download_edgent_asf.sh
----------------------------------------------------------------------
diff --git a/buildTools/download_edgent_asf.sh 
b/buildTools/download_edgent_asf.sh
index c41e244..55d432b 100755
--- a/buildTools/download_edgent_asf.sh
+++ b/buildTools/download_edgent_asf.sh
@@ -94,7 +94,7 @@ function getSignedBundle() {
   mywget ${1}
   mywget ${1}.asc
   mywget ${1}.md5
-  mywget ${1}.sha
+  mywget ${1}.sha512
 }
 
 mkdir -p ${DST_BASE_DIR}

Reply via email to