Commit 7d7d561f authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm release-upgrade: add rule for OpenMandrivaLX (untested)

parent 55a1fdde
...@@ -495,6 +495,10 @@ epm_release_upgrade() ...@@ -495,6 +495,10 @@ epm_release_upgrade()
sudocmd urpmi --auto-update $non_interactive $force sudocmd urpmi --auto-update $non_interactive $force
return return
;; ;;
"OpenMandrivaLx")
sudocmd dnf clean all
sudocmd dnf --allowerasing distro-sync
return
"ROSA") "ROSA")
# TODO: move to distro related upgrade # TODO: move to distro related upgrade
#epm repo remove all #epm repo remove all
......
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