Commit 473f7a43 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm-release_upgrade: make dist-upgrade before start upgrade to p10 (see altbug# 40805)

parent 1b84fc01
......@@ -331,6 +331,8 @@ __switch_alt_to_distro()
info "Run epm release-upgrade again for update to p10"
;;
"p9"|"p9 p10"|"p9.1 p10"|"p9.2 p10"|"p10 p10")
info "Upgrade all packages to current $FROM repository"
docmd epm upgrade || fatal
confirm_info "Upgrade $DISTRNAME from $FROM to $TO ..."
docmd epm install rpm apt "$(get_fix_release_pkg "$FROM")" || fatal
__switch_repo_to $TO
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment