Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=pacman-tools.git;a=commitdiff;h=8d6ca943ecf4f1a813fb02cc8f83ea34b11f2ec0

commit 8d6ca943ecf4f1a813fb02cc8f83ea34b11f2ec0
Author: Miklos Vajna <vmik...@frugalware.org>
Date:   Tue Oct 13 00:50:33 2009 +0200

fblint: warn if sha1sums present when signatures are already there

diff --git a/fblint b/fblint
index 7e88355..c0f7698 100755
--- a/fblint
+++ b/fblint
@@ -151,6 +151,7 @@ if [ ${#md5su...@]} -gt 0 ]; then
check "right number of md5sums" "[ ${#md5su...@]} -eq ${#sour...@]} ]"
fi
if [ ${#sha1su...@]} -gt 0 ]; then
+       check "the need of sha1sums (they are not needed when signatures 
present)" "[ ${#signatur...@]} -eq 0 ]"
check "right number of sha1sums" "[ ${#sha1su...@]} -eq ${#sour...@]} ]"
fi
if [ ${#signatur...@]} -gt 0 ]; then
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to