Skip to content

default-to-open/python-rpmgrill

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YakiRPM

YakiRPM is a python library that uses the Perl module 'rpmgrill'to analyze RPM packages.

Installing

You can install it with:

python setup.py install

Note that you will also need rpmgrill https://git.fedorahosted.org/cgit/rpmgrill.git installed for it to work.

Usage

Here is how you can use it:

import yakirpm
yaki = yakirpm.YakiRPM()
# This will test the kernel packages in mock's result dir,
# results are in JSON.
result = yaki.analyze_local('/var/lib/mock/fedora-19-x86_64/results', 'kernel*')

Note that a src RPM must be one of the RPMs that is analyzed. If there is a 'build.log' file in the directory, that will also be analyzed.

About

YakiRPM is a tool for running rpmgrill tests locally

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%