From 398133e042e184f5c7833670d3e2b02a80c4b131 Mon Sep 17 00:00:00 2001 From: baude Date: Tue, 24 Apr 2018 12:40:48 -0500 Subject: packagers need the varlink generated file Signed-off-by: baude Closes: #664 Approved by: baude --- .tool/lint | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.tool/lint') diff --git a/.tool/lint b/.tool/lint index 05495abe6..b7006c8fd 100755 --- a/.tool/lint +++ b/.tool/lint @@ -13,7 +13,7 @@ if [ ! -f ${LINTER} ]; then exit 1 fi -PKGS=$(find . -type d -not -path . -a -not -iwholename '*.git*' -a -not -iname '.tool' -a -not -iwholename '*vendor*' -a -not -iname 'hack' -a -not -iwholename '*.artifacts*' -a -not -iwholename '*contrib*' -a -not -iwholename '*test*' -a -not -iwholename '*logo*' -a -not -iwholename '*conmon*' -a -not -iwholename '*completions*' -a -not -iwholename '*docs*' -a -not -iwholename '*pause*' -a -not -iwholename './_output*') +PKGS=$(find . -type d -not -path . -a -not -iwholename '*.git*' -a -not -iname '.tool' -a -not -iwholename '*vendor*' -a -not -iname 'hack' -a -not -iwholename '*.artifacts*' -a -not -iwholename '*contrib*' -a -not -iwholename '*test*' -a -not -iwholename '*logo*' -a -not -iwholename '*conmon*' -a -not -iwholename '*completions*' -a -not -iwholename '*docs*' -a -not -iwholename '*pause*' -a -not -iwholename './_output*' -a -not -iwholename '*ioprojectatomicpodman.go') echo $PKGS -- cgit v1.2.3-54-g00ecf