add a comment explaining a perl-ism
this was requested by jskladan in D650, I forgot to add it before committing.
This commit is contained in:
parent
7b085aff3a
commit
35c42da79b
@ -23,6 +23,7 @@ sub run {
|
|||||||
upload_logs "/var/log/dnf.rpm.log";
|
upload_logs "/var/log/dnf.rpm.log";
|
||||||
|
|
||||||
script_run "dnf system-upgrade reboot";
|
script_run "dnf system-upgrade reboot";
|
||||||
|
# fail immediately if we see a DNF error message
|
||||||
die "DNF reported failure" if (check_screen "upgrade_fail");
|
die "DNF reported failure" if (check_screen "upgrade_fail");
|
||||||
|
|
||||||
# now offline upgrading starts. user doesn't have to do anything, just wait untill
|
# now offline upgrading starts. user doesn't have to do anything, just wait untill
|
||||||
|
Loading…
Reference in New Issue
Block a user