From 16dc301e813a457d6cdf7560bb11f2952c71104f Mon Sep 17 00:00:00 2001 From: Tomas Krizek Date: Wed, 26 Feb 2020 10:47:12 +0100 Subject: [PATCH] spdx cleanup: fix installation and pkgtests --- distro/tests/knot-resolver-pkgtest.yaml | 1 - modules/http/meson.build | 13 +++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) 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'), ) -- 2.47.2