[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    [repo-management] bin: less mails
From:       Tom Albers <toma () kde ! org>
Date:       2013-02-16 23:12:09
Message-ID: 20130216231209.D4911A6091 () git ! kde ! org
[Download RAW message or body]

Git commit 3a4e167809086ad019649460377af18eaa0bd6b6 by Tom Albers.
Committed on 17/02/2013 at 00:11.
Pushed by toma into branch 'master'.

less mails

M  +1    -4    bin/check-repos.sh

http://commits.kde.org/repo-management/3a4e167809086ad019649460377af18eaa0bd6b6

diff --git a/bin/check-repos.sh b/bin/check-repos.sh
index bf7dba2..55dc305 100755
--- a/bin/check-repos.sh
+++ b/bin/check-repos.sh
@@ -13,10 +13,7 @@ for repo in $(find -maxdepth 2 -name "*.git" -type d); do
 
     if [ ! -f $repo/gl-creater -a -f $repo/kde-hooks-off ]; then
         # Hooks are off in these tests....
-        if [ $repofilled == 0 ]; then
-            # This case is for repos prior to being filled and is normal
-            DATA="$repo is unused and has hooks disabled.\n$DATA"
-        else
+        if [ $repofilled != 0 ]; then
             # Forgot to switch off after filling...
             DATA="$repo is USED with hooks DISABLED (POLICY VIOLATION)\n$DATA"
         fi
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic