pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/sysutils/ansible



Module Name:    pkgsrc
Committed By:   tnn
Date:           Mon Aug 19 16:13:52 UTC 2024

Modified Files:
        pkgsrc/sysutils/ansible: Makefile

Log Message:
ansible: skip another interpreter check


To generate a diff of this commit:
cvs rdiff -u -r1.78 -r1.79 pkgsrc/sysutils/ansible/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/sysutils/ansible/Makefile
diff -u pkgsrc/sysutils/ansible/Makefile:1.78 pkgsrc/sysutils/ansible/Makefile:1.79
--- pkgsrc/sysutils/ansible/Makefile:1.78       Mon Aug 19 11:22:28 2024
+++ pkgsrc/sysutils/ansible/Makefile    Mon Aug 19 16:13:52 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.78 2024/08/19 11:22:28 adam Exp $
+# $NetBSD: Makefile,v 1.79 2024/08/19 16:13:52 tnn Exp $
 
 DISTNAME=      ansible-10.3.0
 CATEGORIES=    sysutils python
@@ -52,6 +52,7 @@ CHECK_INTERPRETER_SKIP+=      ${PYSITELIB}/an
 CHECK_INTERPRETER_SKIP+=       ${PYSITELIB}/ansible_collections/*/*/tests/*/*.sh
 CHECK_INTERPRETER_SKIP+=       ${PYSITELIB}/ansible_collections/*/*/tests/*/*/*.sh
 CHECK_INTERPRETER_SKIP+=       ${PYSITELIB}/ansible_collections/*/*/tests/*/*/*/*.sh
+CHECK_INTERPRETER_SKIP+=       ${PYSITELIB}/ansible_collections/cisco/dnac/*.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



Home | Main Index | Thread Index | Old Index