We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently, the RPM plugin is fetching data via external calls to /usr/bin/rpm rather than using the native Python calls which bind to librpm.
Some pointers at: http://docs.fedoraproject.org/en-US/Fedora_Draft_Documentation/0.1/html/RPM_Guide/ch-rpm-programming-python.html
The text was updated successfully, but these errors were encountered:
Patches accepted.
Needs to gracefully handle if rpm library is not installed. On Dec 18, 2013 5:20 PM, "Magnus Hedemark" [email protected] wrote:
Currently, the RPM plugin is fetching data via external calls to /usr/bin/rpm rather than using the native Python calls which bind to librpm. Some pointers at: http://docs.fedoraproject.org/en-US/Fedora_Draft_Documentation/0.1/html/RPM_Guide/ch-rpm-programming-python.html — Reply to this email directly or view it on GitHubhttps://github.com//issues/27 .
— Reply to this email directly or view it on GitHubhttps://github.com//issues/27 .
Sorry, something went wrong.
No branches or pull requests
Currently, the RPM plugin is fetching data via external calls to /usr/bin/rpm rather than using the native Python calls which bind to librpm.
Some pointers at: http://docs.fedoraproject.org/en-US/Fedora_Draft_Documentation/0.1/html/RPM_Guide/ch-rpm-programming-python.html
The text was updated successfully, but these errors were encountered: