Add scripts to compare YUM and DNF gathering

There are scripts to re-run depsolving with any backend based on config
and log file.

There is a new script to compare logs from two runs and report
differences. This script will be installed system wide in final RPM.

Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
This commit is contained in:
Lubomír Sedlář 2015-09-10 09:12:04 -04:00
parent 99b68ca96b
commit 36f57b26b8
6 changed files with 136 additions and 0 deletions

View file

@ -42,6 +42,8 @@ setup(
'bin/pungi-koji',
'bin/pungi-make-ostree',
'bin/pungi-patch-iso',
'contrib/yum-dnf-compare/pungi-compare-depsolving',
],
data_files = [
('/usr/share/pungi', glob.glob('share/*.xsl')),