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

commit 865471ee9d2cd792b6837faff4bfe312225a131d
Author: Miklos Vajna <[EMAIL PROTECTED]>
Date:   Mon Nov 26 16:21:19 2007 +0100

fblint: no longer allow siweanna and terminus in pkgrel

diff --git a/fblint b/fblint
index 3858327..8ff21af 100755
--- a/fblint
+++ b/fblint
@@ -172,8 +172,8 @@ if [ ! -z "$subpkgs" ]; then
check "right number of suboptions" "[ \"[EMAIL PROTECTED]" = 0 ] || [ \"[EMAIL 
PROTECTED]" = \"[EMAIL PROTECTED]" ]"
fi

-if [ "`get_root`" = "stable" ]; then
-       check "unchanged pkgrel" "echo $pkgrel | grep -q 
'\(siwenna\|terminus\|sayshell\)'"
+if [ "`get_root`" = "stable" -o "`get_root`" = "sayshell" ]; then
+       check "unchanged pkgrel" "echo $pkgrel | grep -q 'sayshell'"
fi

[ "$_fblint_verbose" ] && echo "done: $_fblint_done, failed $_fblint_failed"
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to