Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12-SP3:GA
rpmlint.1785
no-badness-return.diff
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File no-badness-return.diff of Package rpmlint.1785
Index: Filter.py =================================================================== --- Filter.py.orig +++ Filter.py @@ -113,7 +113,7 @@ def printAllReasons(): if len(last_reason): printDescriptions(last_reason) last_reason = reason - __print(diag) + __print(diag[:-1]) if Config.info and len(last_reason): printDescriptions(last_reason) _diagnostic = list() Index: rpmlint =================================================================== --- rpmlint.orig +++ rpmlint @@ -214,7 +214,7 @@ def main(): % (packages_checked, specfiles_checked, printed_messages["E"], printed_messages["W"])) - if printed_messages["E"] > 0: + if badnessThreshold() < 0 and printed_messages["E"] > 0: sys.exit(64) sys.exit(0)
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor