diff options
author | baude <bbaude@redhat.com> | 2018-04-24 12:40:48 -0500 |
---|---|---|
committer | Atomic Bot <atomic-devel@projectatomic.io> | 2018-04-24 19:13:45 +0000 |
commit | 398133e042e184f5c7833670d3e2b02a80c4b131 (patch) | |
tree | ad1dd9554546976fe575c0ed5feaae4a99154957 /.tool/lint | |
parent | 9c518eb8b4614ff9b9bbcd594bdeac641b9f1108 (diff) | |
download | podman-398133e042e184f5c7833670d3e2b02a80c4b131.tar.gz podman-398133e042e184f5c7833670d3e2b02a80c4b131.tar.bz2 podman-398133e042e184f5c7833670d3e2b02a80c4b131.zip |
packagers need the varlink generated file
Signed-off-by: baude <bbaude@redhat.com>
Closes: #664
Approved by: baude
Diffstat (limited to '.tool/lint')
-rwxr-xr-x | .tool/lint | 2 |
1 files changed, 1 insertions, 1 deletions
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 |