Merge pull request #631 from dm0-/ignore-doc-scripts

check_root: ignore scripts in documentation
This commit is contained in:
David Michael 2017-01-17 13:53:02 -08:00 committed by GitHub
commit e23d10223a

View File

@ -80,6 +80,8 @@ IGNORE_SHEBANG = (
b"*/usr/lib64/modules/*/source/scripts/*",
b"*/usr/share/nova-agent/*/etc/gentoo/nova-agent",
b"*/tmp/*",
b"*/Documentation/*",
b"*/doc/*",
)
def provided_sonames():