summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2016-10-13 16:43:09 +0200
committerFriedemann Kleint <Friedemann.Kleint@qt.io>2016-10-25 05:58:20 +0000
commitb09a66ab5e8fae6f57187426a02eb251fbb3bf89 (patch)
tree31a5e6748a4720c1054d72b745cfe1cad1b2a090 /tests
parent66911ea5ba5fe6c5e44d40760008dd65efe2e705 (diff)
tst_licenses.pl: Add exclusions for PySide2
Task-number: PYSIDE-431 Change-Id: Ic3e6ed1d934286fadeef4755f5905b45053a39db Reviewed-by: Simo Fält <simo.falt@theqtcompany.com>
Diffstat (limited to 'tests')
-rwxr-xr-xtests/prebuild/license/tst_licenses.pl20
1 files changed, 19 insertions, 1 deletions
diff --git a/tests/prebuild/license/tst_licenses.pl b/tests/prebuild/license/tst_licenses.pl
index b651d0bd..3a0f99b3 100755
--- a/tests/prebuild/license/tst_licenses.pl
+++ b/tests/prebuild/license/tst_licenses.pl
@@ -93,7 +93,15 @@ my %excludedFiles = (
qr{^examples/wayland/server-buffer/share-buffer\.xml$},
qr{^examples/wayland/custom-extension/protocol/custom\.xml$},
],
-
+ 'pyside-setup' => [ # foreign repositories
+ qr{^sources/pyside2-examples/.*$},
+ qr{^sources/pyside2-tools/.*$},
+ qr{^wiki/.*$},
+ qr{^sources/shiboken2/.*\.1}, # Man pages
+ qr{^sources/shiboken2/ext/sparsehash/google.*}, # External
+ qr{^sources/shiboken2/ApiExtractor/parser/rxx_allocator.h$}, # KDevelop
+ qr{^sources/pyside2/doc/.*\.py$} # Sphinx
+ ]
);
# The following regex patterns designate directories and files for which
@@ -166,6 +174,16 @@ my %optionalFiles = (
# This directory is a copy of a 3rdparty library
qr{^src/assistant/lib/fulltextsearch/},
],
+ 'pyside-setup' => [
+ qr{docs/conf.py},
+ qr{docs/make.bat},
+ qr{checklibs.py},
+ qr{ez_setup.py},
+ qr{popenasync.py},
+ qr{qtinfo.py},
+ qr{sources/patchelf/elf.h},
+ qr{utils.py}
+ ]
);
# Unless specifically excluded, all files matching these patterns are