[sysadmin-bin] disable desktop keyword check until I properly fix it



commit 6e69b2a1909a222c4c0b8f06779c1dcb15d74839
Author: Olav Vitters <olav vitters nl>
Date:   Tue Aug 12 23:55:03 2014 +0200

    disable desktop keyword check until I properly fix it

 git/pre-receive-check-po |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/git/pre-receive-check-po b/git/pre-receive-check-po
index 4640bcc..b3abe58 100755
--- a/git/pre-receive-check-po
+++ b/git/pre-receive-check-po
@@ -49,6 +49,8 @@ EOF
 
     # Do a simplistic check to for keyword not ending with a semicolon
     result=`git cat-file blob "$rev:$path" | sed -rn '/^#: [^\n]+\.desktop/{:start /\nmsgstr/!{N;b 
start};/\nmsgid [^\n]+;"/{/\nmsgstr [^\n]+;"/!p}}' 2>&1`
+    # ovitters: disable as check is wrong
+    result=""
     if [ "$result" != "" ]; then
       cat <<EOF >&2
 ---


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]