pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/sysutils/ansible ansible: add missing CHECK_INTERPRETE...
details: https://anonhg.NetBSD.org/pkgsrc/rev/78ee40227fb8
branches: trunk
changeset: 383142:78ee40227fb8
user: tnn <tnn%pkgsrc.org@localhost>
date: Sat Aug 13 08:59:32 2022 +0000
description:
ansible: add missing CHECK_INTERPRETER_SKIP
diffstat:
sysutils/ansible/Makefile | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 66c066933f6a -r 78ee40227fb8 sysutils/ansible/Makefile
--- a/sysutils/ansible/Makefile Fri Aug 12 22:52:09 2022 +0000
+++ b/sysutils/ansible/Makefile Sat Aug 13 08:59:32 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.49 2022/08/12 08:18:19 adam Exp $
+# $NetBSD: Makefile,v 1.50 2022/08/13 08:59:32 tnn Exp $
DISTNAME= ansible-6.2.0
CATEGORIES= sysutils python
@@ -46,6 +46,7 @@
CHECK_INTERPRETER_SKIP+= ${PYSITELIB}/ansible_collections/*/*/tests/*/*/*.sh
CHECK_INTERPRETER_SKIP+= ${PYSITELIB}/ansible_collections/*/*/tests/*/*/*/*.sh
CHECK_INTERPRETER_SKIP+= ${PYSITELIB}/ansible_collections/netbox/netbox/hacking/*.sh
+CHECK_INTERPRETER_SKIP+= ${PYSITELIB}/ansible_collections/community/grafana/hacking/*.sh
CHECK_INTERPRETER_SKIP+= ${PYSITELIB}/ansible_collections/community/hashi_vault/docs/preview/build.sh
CHECK_INTERPRETER_SKIP+= ${PYSITELIB}/ansible_collections/community/kubernetes/utils/*.sh
CHECK_INTERPRETER_SKIP+= ${PYSITELIB}/ansible_collections/community/okd/ci/*.sh
Home |
Main Index |
Thread Index |
Old Index