Accepting request 89129 from devel:openSUSE:Factory:rpmlint

- add the new abuild build path to the search dir list

OBS-URL: https://build.opensuse.org/request/show/89129
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rpmlint-mini?expand=0&rev=57
This commit is contained in:
Stephan Kulow 2011-10-24 10:37:41 +00:00 committed by Git OBS Bridge
commit 7d916e695f
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Oct 24 11:39:18 CEST 2011 - dmueller@suse.de
- add the new abuild build path to the search dir list
-------------------------------------------------------------------
Thu Aug 18 22:17:22 CEST 2011 - dmueller@suse.de

View File

@ -4,6 +4,7 @@ configs = [ '/opt/testing/share/rpmlint/config' ]
if os.environ.get("RPMLINT_MINI_CONFIG", None):
configs += os.environ.get("RPMLINT_MINI_CONFIG", '').split(' ')
else:
configs += glob.glob("/home/abuild/rpmbuild/SOURCES/*rpmlintrc")
configs += glob.glob("/usr/src/packages/SOURCES/*rpmlintrc")
configs += glob.glob('/opt/testing/share/rpmlint/mini/*.config')