[PATCH] Make the lists of files to check consistent across all checks.

David Shea dshea at redhat.com
Wed Mar 19 14:37:30 UTC 2014


On 03/19/2014 09:34 AM, David Shea wrote:
>
> I suppose we could. The only regular file we have in a dot directory 
> is .tx/config. I think everything else will be things probably best 
> skipped, like .pylint.d and all the directories of deps and object 
> files that automake and libtool create. Adding " ! -name .\*" to the 
> else branch should do it.

Actually I think I'll just leave that out, since it's kind of a pain to 
override once the condition is there. Including dot files and 
directories matches the old behavior of everything using find, so 
evidentially everything works ok with whatever automake spits out, and 
if we add something that doesn't it's easy to filter out the dot files 
and directories in the new tests.




More information about the anaconda-patches mailing list