Add an rpmlintrc file. Use find's -delete feature.
This commit is contained in:
parent
aca9b707e1
commit
8177f9a806
5
check.rpmlintrc
Normal file
5
check.rpmlintrc
Normal file
@ -0,0 +1,5 @@
|
||||
# THIS FILE IS FOR WHITELISTING RPMLINT ERRORS AND WARNINGS IN TASKOTRON
|
||||
# https://fedoraproject.org/wiki/Taskotron/Tasks/dist.rpmlint#Whitelisting_errors
|
||||
|
||||
# Documentation is in the devel subpackage
|
||||
addFilter(r'check-static\.[^:]+: W: no-documentation')
|
@ -64,7 +64,7 @@ sed -e 's/\(Check: (check)\)Introduction./\1. A unit testing frame
|
||||
-i doc/check.texi
|
||||
|
||||
# Get rid of version control files
|
||||
find . -name .cvsignore -exec rm {} +
|
||||
find . -name .cvsignore -delete
|
||||
|
||||
# Regenerate configure due to patch 0
|
||||
autoreconf -ivf
|
||||
|
Loading…
Reference in New Issue
Block a user