From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C20C715813A for ; Wed, 08 Jan 2025 04:55:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BD03DE0817; Wed, 08 Jan 2025 04:55:38 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4224DE0817 for ; Wed, 08 Jan 2025 04:55:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 41BFF335DC7 for ; Wed, 08 Jan 2025 04:55:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 974371946 for ; Wed, 08 Jan 2025 04:55:33 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1736311867.149a5fb97abf4a83380c87998562dcabbdc39d5e.floppym@gentoo> Subject: [gentoo-commits] proj/sandbox:stable-2.x commit in: tests/, / X-VCS-Repository: proj/sandbox X-VCS-Files: Makefile.am tests/local.mk X-VCS-Directories: / tests/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 149a5fb97abf4a83380c87998562dcabbdc39d5e X-VCS-Branch: stable-2.x Date: Wed, 08 Jan 2025 04:55:33 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 68098ab2-679e-4ab8-92a5-231996e744ee X-Archives-Hash: fb54825264b34ced7f34d935b80bc63c commit: 149a5fb97abf4a83380c87998562dcabbdc39d5e Author: Mike Gilbert gentoo org> AuthorDate: Wed Jan 8 04:46:01 2025 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Wed Jan 8 04:51:07 2025 +0000 URL: https://gitweb.gentoo.org/proj/sandbox.git/commit/?id=149a5fb9 tests: move scripts to EXTRA_DIST Signed-off-by: Mike Gilbert gentoo.org> Makefile.am | 2 -- tests/local.mk | 12 +++++------- 2 files changed, 5 insertions(+), 9 deletions(-) diff --git a/Makefile.am b/Makefile.am index 37d9933..14ef729 100644 --- a/Makefile.am +++ b/Makefile.am @@ -11,8 +11,6 @@ confddir = $(sysconfdir)/sandbox.d bin_PROGRAMS = check_PROGRAMS = -check_SCRIPTS = -dist_check_SCRIPTS = dist_conf_DATA = etc/sandbox.conf confd_DATA = etc/sandbox.d/00default dist_pkgdata_DATA = data/sandbox.bashrc diff --git a/tests/local.mk b/tests/local.mk index 73900b6..4ba6630 100644 --- a/tests/local.mk +++ b/tests/local.mk @@ -13,7 +13,11 @@ EXTRA_DIST += \ %D%/package.m4.in \ %D%/test-skel-0.c \ %D%/tests.h \ - %D%/xattr-0 + %D%/malloc-0 \ + %D%/script-0 \ + %D%/trace-0 \ + %D%/xattr-0 \ + $(wildcard $(top_srcdir)/%D%/*-[0-9]*.sh) check_PROGRAMS += \ %D%/get-group \ @@ -101,12 +105,6 @@ check_PROGRAMS += \ %D%/sigsuspend-zsh_static_tst \ %D%/trace-memory_static_tst -dist_check_SCRIPTS += \ - $(wildcard $(top_srcdir)/%D%/*-[0-9]*.sh) \ - %D%/malloc-0 \ - %D%/script-0 \ - %D%/trace-0 - # This will be used by all programs, not just tests/ ... AM_LDFLAGS = `expr $@ : .*_static >/dev/null && echo -all-static` From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 61D1B15813A for ; Tue, 14 Jan 2025 04:38:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 50804E0828; Tue, 14 Jan 2025 04:38:27 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 36E22E0824 for ; Tue, 14 Jan 2025 04:38:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0F470340BE2 for ; Tue, 14 Jan 2025 04:38:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9326E2194 for ; Tue, 14 Jan 2025 04:38:22 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1736311867.149a5fb97abf4a83380c87998562dcabbdc39d5e.floppym@gentoo> Subject: [gentoo-commits] proj/sandbox:master commit in: /, tests/ X-VCS-Repository: proj/sandbox X-VCS-Files: Makefile.am tests/local.mk X-VCS-Directories: / tests/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 149a5fb97abf4a83380c87998562dcabbdc39d5e X-VCS-Branch: master Date: Tue, 14 Jan 2025 04:38:22 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 107d7f09-58a2-44d9-bcfc-174862adc91d X-Archives-Hash: 164e2bef95a27a7fba6befc61d0f8bc8 Message-ID: <20250114043822.dbbHtPBR7T4Q6mdXoQB2BryEIQt9FDeoDYwwtyplpvw@z> commit: 149a5fb97abf4a83380c87998562dcabbdc39d5e Author: Mike Gilbert gentoo org> AuthorDate: Wed Jan 8 04:46:01 2025 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Wed Jan 8 04:51:07 2025 +0000 URL: https://gitweb.gentoo.org/proj/sandbox.git/commit/?id=149a5fb9 tests: move scripts to EXTRA_DIST Signed-off-by: Mike Gilbert gentoo.org> Makefile.am | 2 -- tests/local.mk | 12 +++++------- 2 files changed, 5 insertions(+), 9 deletions(-) diff --git a/Makefile.am b/Makefile.am index 37d9933..14ef729 100644 --- a/Makefile.am +++ b/Makefile.am @@ -11,8 +11,6 @@ confddir = $(sysconfdir)/sandbox.d bin_PROGRAMS = check_PROGRAMS = -check_SCRIPTS = -dist_check_SCRIPTS = dist_conf_DATA = etc/sandbox.conf confd_DATA = etc/sandbox.d/00default dist_pkgdata_DATA = data/sandbox.bashrc diff --git a/tests/local.mk b/tests/local.mk index 73900b6..4ba6630 100644 --- a/tests/local.mk +++ b/tests/local.mk @@ -13,7 +13,11 @@ EXTRA_DIST += \ %D%/package.m4.in \ %D%/test-skel-0.c \ %D%/tests.h \ - %D%/xattr-0 + %D%/malloc-0 \ + %D%/script-0 \ + %D%/trace-0 \ + %D%/xattr-0 \ + $(wildcard $(top_srcdir)/%D%/*-[0-9]*.sh) check_PROGRAMS += \ %D%/get-group \ @@ -101,12 +105,6 @@ check_PROGRAMS += \ %D%/sigsuspend-zsh_static_tst \ %D%/trace-memory_static_tst -dist_check_SCRIPTS += \ - $(wildcard $(top_srcdir)/%D%/*-[0-9]*.sh) \ - %D%/malloc-0 \ - %D%/script-0 \ - %D%/trace-0 - # This will be used by all programs, not just tests/ ... AM_LDFLAGS = `expr $@ : .*_static >/dev/null && echo -all-static`