Updated Branches:
  refs/heads/master 20c58260d -> 4dfdb528b

avoid checking KEYS file


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

Branch: refs/heads/master
Commit: 4dfdb528bfc67ce9f30056130a2504dbd7c3698e
Parents: 20c5826
Author: Sergio Fernández <[email protected]>
Authored: Thu Apr 11 08:56:48 2013 +0200
Committer: Sergio Fernández <[email protected]>
Committed: Thu Apr 11 08:56:48 2013 +0200

----------------------------------------------------------------------
 build/scripts/check_signatures_and_digests.sh |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/4dfdb528/build/scripts/check_signatures_and_digests.sh
----------------------------------------------------------------------
diff --git a/build/scripts/check_signatures_and_digests.sh 
b/build/scripts/check_signatures_and_digests.sh
index cdb4d45..3577ca6 100755
--- a/build/scripts/check_signatures_and_digests.sh
+++ b/build/scripts/check_signatures_and_digests.sh
@@ -17,7 +17,7 @@
 #
 # Checks signatures and digests of source-releases. Inspired by Apache Stanbol.
 #
-# Usage: check_signatures_and_digests.sh <DIR_WITH_SOURCE_RELEASE.ZIPs>
+# Usage: check_signatures_and_digests.sh <DIR_WITH_RELEASE>
 #
 
 if hash realpath 2>/dev/null; then
@@ -28,7 +28,7 @@ fi
 
 echo "Checking signatures and digests over '$DIR'...."
 
-for i in `find "$DIR" -maxdepth 1 -type f | grep -v '\.\(asc\|sha1\|md5\)$'`
+for i in `find "$DIR" -name "*.*" -maxdepth 1 -type f | grep -v 
'\.\(asc\|sha1\|md5\)$'`
 do
   f=`echo $i | sed 's/\.asc$//'`
   echo "$f"

Reply via email to