Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:11.4
rpmlint
syntax-validator.py
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File syntax-validator.py of Package rpmlint
#!/usr/bin/python # vim:sw=4:et import sys for filename in sys.argv[1:]: try: compile(open(filename).read(), filename, 'exec') except Exception, e: print e exit(1)
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