From: Tomas Krizek Date: Wed, 26 Feb 2020 09:47:12 +0000 (+0100) Subject: spdx cleanup: fix installation and pkgtests X-Git-Tag: v5.1.0~41^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=16dc301e813a457d6cdf7560bb11f2952c71104f;p=thirdparty%2Fknot-resolver.git spdx cleanup: fix installation and pkgtests --- diff --git a/distro/tests/knot-resolver-pkgtest.yaml b/distro/tests/knot-resolver-pkgtest.yaml index 641416cd3..83545bbc8 100644 --- a/distro/tests/knot-resolver-pkgtest.yaml +++ b/distro/tests/knot-resolver-pkgtest.yaml @@ -1,6 +1,5 @@ --- # SPDX-License-Identifier: GPL-3.0-or-later -:x - hosts: all remote_user: root diff --git a/modules/http/meson.build b/modules/http/meson.build index e24f311d1..adc3e261b 100644 --- a/modules/http/meson.build +++ b/modules/http/meson.build @@ -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'), )