Skip to content

Commit

Permalink
Pin leapp data packages versions
Browse files Browse the repository at this point in the history
We should pin leapp packages to be sure the conversion will not be broken unexpectedly
  • Loading branch information
Mikhail Sandakov committed Jan 11, 2024
1 parent e1edc2b commit 686a5de
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions actions/installation.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,9 @@ class LeapInstallation(action.ActiveAction):
def __init__(self):
self.name = "installing leapp"
self.pkgs_to_install = [
"leapp",
"python2-leapp",
"leapp-upgrade",
"leapp-data-almalinux",
"leapp-0.14.0-1.el7",
"python2-leapp-0.14.0-1.el7",
"leapp-data-almalinux-0.1-6.el7",
]

def _prepare_action(self) -> None:
Expand Down

0 comments on commit 686a5de

Please sign in to comment.