You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
pungi/contrib/yum-dnf-compare
Lubomír Sedlář c9f34b6684 gather: Only parse pungi log once
No need to read the file three times, we can just get all the data in
one go.

Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
6 years ago
..
README Add scripts to compare YUM and DNF gathering 6 years ago
pungi-compare-depsolving gather: Only parse pungi log once 6 years ago
run-dnf.sh Add scripts to compare YUM and DNF gathering 6 years ago
run-yum.sh Add scripts to compare YUM and DNF gathering 6 years ago

README

This directory contains scripts to compare YUM and DNF based gathering code in
Pungi.

There are two scripts to help re-run the depsolving on existing code. As input
they need .conf and .log file from an existing compose. They collect correct
command line options from them and run the respective tool.

Run:

    $ run-dnf.sh Server.x86_64.conf
    $ run-yum.sh Server.x86_64.conf

The results are stored in a file with .log.dnf or .log.yum extensions. When
--interactive is used as second argument of the scripts, the output is printed
to terminal (useful for running in debugger).

To compare the RPM package lists, run:

    $ ./pungi-compare-depsolving Server.x86_64.log.yum Server.x86_64.log.dnf