From 6628cdb47abbac1d2982698f75aa4ff9fd08bdfc Mon Sep 17 00:00:00 2001 From: Paul Cristian Sarbu Date: Mon, 16 Jun 2025 12:38:37 +0200 Subject: Export test distfiles Remove the test tainting of the distfiles target used in the large tests and instead make an export target, as it is purely a source tree. In this way, the distfiles tree can be truly absent and the large tests can now also be delegated to the serve endpoint. --- etc/import/TARGETS.distfiles | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'etc') diff --git a/etc/import/TARGETS.distfiles b/etc/import/TARGETS.distfiles index 467215f3..b17e34cc 100644 --- a/etc/import/TARGETS.distfiles +++ b/etc/import/TARGETS.distfiles @@ -1,6 +1,4 @@ -{ "distdir": - { "type": "install" - , "tainted": ["test"] - , "dirs": [[["TREE", null, "."], "distdir"]] - } +{ "distdir": {"type": "export", "target": "distdir (unexported)"} +, "distdir (unexported)": + {"type": "install", "dirs": [[["TREE", null, "."], "distdir"]]} } -- cgit v1.2.3