mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-30 21:45:37 +00:00
[#1432] hammer: added more attempts for pkgs installation in case of centos 8
This commit is contained in:
@@ -844,7 +844,7 @@ class VagrantEnv(object):
|
||||
cmd += 'gpgcheck=0\n'
|
||||
cmd += "EOF\n\'"
|
||||
self.execute(cmd)
|
||||
self.execute("sudo dnf install -y python36 rpm-build python3-virtualenv")
|
||||
self.execute("sudo dnf install -y python36 rpm-build python3-virtualenv", attempts=3)
|
||||
self.python = 'python3'
|
||||
|
||||
# select proper python version for running Hammer inside Vagrant system
|
||||
|
Reference in New Issue
Block a user