Skip to content

Commit

Permalink
Lock the version numbers of CloudLinux 7 elevate packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikhail Sandakov committed Oct 4, 2024
1 parent 312769d commit 22cc417
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions cloudlinux7to8/upgrader.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,10 +105,12 @@ def construct_actions(
custom_actions.LeappInstallation(
custom_actions.LEAPP_CLOUDLINUX_RPM_URL,
[
"leapp",
"python2-leapp",
"leapp-data-cloudlinux",
"leapp-upgrade"
"leapp-0.17.0-1.el7",
"python2-leapp-0.17.0-1.el7",
"leapp-data-cloudlinux-0.3-2.el7.20240821",
"leapp-deps-0.17.0-1.el7",
"leapp-upgrade-el7toel8-0.20.0-2.el7",
"leapp-upgrade-el7toel8-deps-0.20.0-2.el7",
]
),
],
Expand Down

0 comments on commit 22cc417

Please sign in to comment.