From Fedora Project Wiki
(Created page with "= Task for rpmgrill project = rpmgrill project [1] is developed for testing quality of RPM packages. It primarily scans RPM files that have to keep a specific directory struc...")
 
No edit summary
 
Line 1: Line 1:
= Task for rpmgrill project =
= Task for rpmgrill project =
'''DONE by Marek Skalicky'''


rpmgrill project [1] is developed for testing quality of RPM packages. It primarily scans RPM files that have to keep a specific directory structure. This task is to extend the rpmgrill functionality, so that it accepts any RPM package file, while keeping the original functionality unchanged.
rpmgrill project [1] is developed for testing quality of RPM packages. It primarily scans RPM files that have to keep a specific directory structure. This task is to extend the rpmgrill functionality, so that it accepts any RPM package file, while keeping the original functionality unchanged.

Latest revision as of 18:51, 6 October 2014

Task for rpmgrill project

DONE by Marek Skalicky

rpmgrill project [1] is developed for testing quality of RPM packages. It primarily scans RPM files that have to keep a specific directory structure. This task is to extend the rpmgrill functionality, so that it accepts any RPM package file, while keeping the original functionality unchanged.

The result would be a patch, that after applying will add a feature for rpmgrill, so we can use it like this:

  user> rpmgrill mypackage.src.rpm
  user> rpmgrill mypackage.rpm mypackage.rpm
  user> rpmgrill build.log mypackage.rpm mypackage.src.rpm

[1] https://git.fedorahosted.org/git/rpmgrill.git

Contact person: Honza Horak <hhorak@redhat.com>