rpm-software-management / dnf-plugin-system-upgrade

A DNF plugin for system upgrades (moved to dnf-plugins-extras!)
GNU General Public License v2.0
24 stars 22 forks source link

print system-upgrade version to stdout and dnf.log #39

Open kparal opened 9 years ago

kparal commented 9 years ago

As I learned today by spending way too much time on bug 1277894, due to some unfortunate timing many people used old system-upgrade version to upgrade their F22 to F23. However, it's often hard to figure out this from the logs. Lets make this more obvious.

Please print system-upgrade version every time the plugin is used (dnf is called as dnf system-upgrade ...). Lets print it to both stdout and dnf.log, if possible. Thanks!