suse-filter-exception.diff
[platform/upstream/rpmlint.git] / README.devel
1 The latest development version can be retrieved from anonymous Subversion:
2
3 $ svn checkout http://rpmlint.zarb.org/svn/trunk/
4
5 To run rpmlint from the working tree or in place from an unpacked tarball:
6
7 $ ./rpmlint -C . <rpms>
8
9 ...and to run only a single check, for example to test only FHSCheck:
10
11 $ ./rpmlint -C . -c FHSCheck <rpms>
12
13 For profiling, use something like:
14
15 $ python -O -u -m cProfile -s cumulative rpmlint -C . [...]