Commit Graph

18 Commits

Author SHA1 Message Date
Ville Skyttä 1ec0c75fa2 Allow PACKAGE argument to be a glob(7) pattern.
git-svn-id: svn+ssh://rpmlint.zarb.org/home/projects/rpmlint/svn/trunk@1515 9bc8b190-ac0f-0410-8968-dc7d1f502856
2015-07-09 16:43:32 +03:00
Ville Skyttä 343eaf7a59 Document FILE and PACKAGE arguments.
git-svn-id: svn+ssh://rpmlint.zarb.org/home/projects/rpmlint/svn/trunk@1514 9bc8b190-ac0f-0410-8968-dc7d1f502856
2015-07-09 16:43:32 +03:00
Ville Skyttä b9838aafcf Mention that -c may be given multiple times.
git-svn-id: svn+ssh://rpmlint.zarb.org/home/projects/rpmlint/svn/trunk@1510 9bc8b190-ac0f-0410-8968-dc7d1f502856
2015-07-09 16:43:32 +03:00
Ville Skyttä 3b5643abd5 Do not load/initialize checks more than once.
git-svn-id: svn+ssh://rpmlint.zarb.org/home/projects/rpmlint/svn/trunk@1495 9bc8b190-ac0f-0410-8968-dc7d1f502856
2015-07-09 16:43:31 +03:00
Ville Skyttä 06196c4da7 Remove the -p option, use something like "python -O -u -m cProfile -s cumulative rpmlint.py ..." for profiling instead.
git-svn-id: svn+ssh://rpmlint.zarb.org/home/projects/rpmlint/svn/trunk@1492 9bc8b190-ac0f-0410-8968-dc7d1f502856
2015-07-09 16:43:31 +03:00
Ville Skyttä e1569d9f2b Use tempfile.gettempdir() instead of hardcoding /tmp, Python >= 2.3 is now required.
git-svn-id: svn+ssh://rpmlint.zarb.org/home/projects/rpmlint/svn/trunk@1468 9bc8b190-ac0f-0410-8968-dc7d1f502856
2015-07-09 16:43:30 +03:00
Ville Skyttä 142a8289f0 Load all /etc/rpmlint/*config as config files.
git-svn-id: svn+ssh://rpmlint.zarb.org/home/projects/rpmlint/svn/trunk@1467 9bc8b190-ac0f-0410-8968-dc7d1f502856
2015-07-09 16:43:30 +03:00
Ville Skyttä 6e33fd421d Drop defunct policy loading code and options (#163).
git-svn-id: svn+ssh://rpmlint.zarb.org/home/projects/rpmlint/svn/trunk@1464 9bc8b190-ac0f-0410-8968-dc7d1f502856
2015-07-09 16:43:30 +03:00
Ville Skyttä b01c8bd793 Drop warnings-only exit status 65 (#157).
git-svn-id: svn+ssh://rpmlint.zarb.org/home/projects/rpmlint/svn/trunk@1438 9bc8b190-ac0f-0410-8968-dc7d1f502856
2015-07-09 16:43:30 +03:00
Ville Skyttä 298164c051 Add badness scoring support (#70, vast majority of work by dmueller at suse.de).
git-svn-id: svn+ssh://rpmlint.zarb.org/home/projects/rpmlint/svn/trunk@1426 9bc8b190-ac0f-0410-8968-dc7d1f502856
2015-07-09 16:43:29 +03:00
Ville Skyttä fc94a6a0fb Exit with non-zero status if errors/warnings printed (#128).
git-svn-id: svn+ssh://rpmlint.zarb.org/home/projects/rpmlint/svn/trunk@1422 9bc8b190-ac0f-0410-8968-dc7d1f502856
2015-07-09 16:43:29 +03:00
Ville Skyttä 17a7846554 ...
git-svn-id: svn+ssh://rpmlint.zarb.org/home/projects/rpmlint/svn/trunk@1384 9bc8b190-ac0f-0410-8968-dc7d1f502856
2015-07-09 16:43:28 +03:00
Ville Skyttä c8d7a42e71 Note that rpmlint does not have a full featured spec file parser.
git-svn-id: svn+ssh://rpmlint.zarb.org/home/projects/rpmlint/svn/trunk@1383 9bc8b190-ac0f-0410-8968-dc7d1f502856
2015-07-09 16:43:28 +03:00
Ville Skyttä 592289e8ba Add direct specfile checking, error line numbers (#60, alcapcom at gmail.com).
Also modify error output format for editor parseability (mostly useful for
specfile checks), and include package architectures in output.

NOTE: locally installed filters should be reviewed against the new output
format and ported to it if needed.


git-svn-id: svn+ssh://rpmlint.zarb.org/home/projects/rpmlint/svn/trunk@1349 9bc8b190-ac0f-0410-8968-dc7d1f502856
2015-07-09 16:43:28 +03:00
Ville Skyttä 3e458e5c2e Bump month.
git-svn-id: svn+ssh://rpmlint.zarb.org/home/projects/rpmlint/svn/trunk@1150 9bc8b190-ac0f-0410-8968-dc7d1f502856
2015-07-09 16:43:23 +03:00
Ville Skyttä a067746543 Mention /usr/share/rpmlint/config.
git-svn-id: svn+ssh://rpmlint.zarb.org/home/projects/rpmlint/svn/trunk@1149 9bc8b190-ac0f-0410-8968-dc7d1f502856
2015-07-09 16:43:23 +03:00
Ville Skyttä de9f42dfb4 Mention AUTHORS.
git-svn-id: svn+ssh://rpmlint.zarb.org/home/projects/rpmlint/svn/trunk@1148 9bc8b190-ac0f-0410-8968-dc7d1f502856
2015-07-09 16:43:23 +03:00
Ville Skyttä 7d8b5ee00e Add man page.
git-svn-id: svn+ssh://rpmlint.zarb.org/home/projects/rpmlint/svn/trunk@1090 9bc8b190-ac0f-0410-8968-dc7d1f502856
2015-07-09 16:43:21 +03:00