rpmlint/README.CVS

17 lines
478 B
Plaintext

To get the last developement version, you may use CVS see the
http://www.linuxmandrake.com/en/cvs.php3 page for more information how
to use cvs.
Then just checkout the rpmlint module from the base.
The trick to use it locally is to run the following command
line:
$ python -O -u rpmlint.py -C . <rpms>
and to run only a single check, for example to test only FHSCheck:
$ python -O -u rpmlint.py -C . -c FHSCheck <rpms>
Frederic Lepied <flepied@mandrakesoft.com>.