summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2022-05-19 08:08:45 -0400
committerGitHub <noreply@github.com>2022-05-19 08:08:45 -0400
commit948c5e915aec709beb4e171a72c7e54504889baf (patch)
tree2fa0dc52e5c9e05ba9f81b22c806d359abc99a26 /contrib
parent7093885df73989acd2aa2dd936695d0b30a3dcf8 (diff)
parent653117087fd6d6d956ce212bfbec0e4091a96010 (diff)
downloadpodman-948c5e915aec709beb4e171a72c7e54504889baf.tar.gz
podman-948c5e915aec709beb4e171a72c7e54504889baf.tar.bz2
podman-948c5e915aec709beb4e171a72c7e54504889baf.zip
Merge pull request #13870 from kolyshkin/makefile-cleanups
Makefile: simplify for modern Go
Diffstat (limited to 'contrib')
-rwxr-xr-xcontrib/cirrus/pr-should-include-tests4
1 files changed, 3 insertions, 1 deletions
diff --git a/contrib/cirrus/pr-should-include-tests b/contrib/cirrus/pr-should-include-tests
index 57ca39d9b..9409a1d49 100755
--- a/contrib/cirrus/pr-should-include-tests
+++ b/contrib/cirrus/pr-should-include-tests
@@ -34,9 +34,11 @@ filtered_changes=$(git diff --name-only $base $head |
fgrep -vx .cirrus.yml |
fgrep -vx .pre-commit-config.yaml |
fgrep -vx .gitignore |
- fgrep -vx Makefile |
fgrep -vx go.mod |
fgrep -vx go.sum |
+ fgrep -vx podman.spec.rpkg |
+ fgrep -vx .golangci.yml |
+ egrep -v '/*Makefile$' |
egrep -v '^[^/]+\.md$' |
egrep -v '^.github' |
egrep -v '^contrib/' |