]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
spdx cleanup: fix installation and pkgtests obs-knot-resolver-bs4hbr/deployments/644
authorTomas Krizek <tomas.krizek@nic.cz>
Wed, 26 Feb 2020 09:47:12 +0000 (10:47 +0100)
committerTomas Krizek <tomas.krizek@nic.cz>
Wed, 26 Feb 2020 09:48:04 +0000 (10:48 +0100)
distro/tests/knot-resolver-pkgtest.yaml
modules/http/meson.build

index 641416cd3b78ca0ea61427121c759f381043a89a..83545bbc8c3de5f5c98c6eb6b2408b8deb959811 100644 (file)
@@ -1,6 +1,5 @@
 ---
 # SPDX-License-Identifier: GPL-3.0-or-later
-:x
 - hosts: all
 
   remote_user: root
index e24f311d1739d20b45e8482f7e2dc7d8e31ac681..adc3e261bbc8ac219e5fa8fed9ba3d17cddd1059 100644 (file)
@@ -28,6 +28,19 @@ config_tests += [
 install_subdir(
   'static',
   strip_directory: true,
+  exclude_files: [
+    'bootstrap.min.css.spdx',
+    'bootstrap.min.js.spdx',
+    'bootstrap-theme.min.css.spdx',
+    'datamaps.world.min.spdx',
+    'dygraph.min.js.spdx',
+    'd3.spdx',
+    'epoch.spdx',
+    'glyphicons-halflings-regular.spdx',
+    'jquery.spdx',
+    'selectize.spdx',
+    'topojson.spdx',
+  ],
   install_dir: join_paths(modules_dir, 'http'),
 )