[Xfce4-commits] <midori:master> Don't check licenses in the debian folder

Christian Dywan noreply at xfce.org
Sun Nov 18 21:28:01 CET 2012


Updating branch refs/heads/master
         to e6d4805240da6e378d1b26d357c4050af74114be (commit)
       from dafb40053e8d2b2322089b1843f5ea95696435a4 (commit)

commit e6d4805240da6e378d1b26d357c4050af74114be
Author: Christian Dywan <christian at twotoasts.de>
Date:   Sun Nov 18 21:26:39 2012 +0100

    Don't check licenses in the debian folder

 tests/license.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tests/license.sh b/tests/license.sh
index c2764ca..8a73761 100755
--- a/tests/license.sh
+++ b/tests/license.sh
@@ -9,5 +9,5 @@ echo Running 'licensecheck'
 test -z $(which licensecheck) && echo ...SKIPPED: not installed && return 0
 test -n "$SRCDIR" && cd $SRCDIR
 test -z "$BLDDIR" && BLDDIR=_build
-find . \! -path './.waf*/*' -a \! -path "./$BLDDIR/*" | xargs licensecheck | grep UNKNOWN && exit 1
+find . \! -path './.waf*/*' -a \! -path "./$BLDDIR/*" -a \! -path "./debian/*" | xargs licensecheck | grep UNKNOWN && exit 1
 echo ...OK


More information about the Xfce4-commits mailing list