package. - Add gdb-rpmlintrc to filter errors about the buildroot mentioned in testresult logs. OBS-URL: https://build.opensuse.org/package/show/devel:gcc/gdb?expand=0&rev=104
7 lines
237 B
Plaintext
7 lines
237 B
Plaintext
# This line is mandatory to access the configuration functions
|
|
from Config import *
|
|
|
|
# The testresult logs contain part of the build log and thus
|
|
# necessarily mention the buildroot
|
|
addFilter ("gdb-testresults.*file-contains-buildroot")
|