Project

General

Profile

Feature #12196 ยป 0001-Don-t-modify-YUM-repos.patch

Yazen Ghannam, 07/02/2015 08:06 AM

View differences:

teuthology/task/install.py
start_of_url=start_of_url, rpm_name=rpm_name)
# When this was one command with a pipe, it would sometimes
# fail with the message 'rpm: no packages given for install'
remote.run(args=['wget', base_url, ],)
#remote.run(args=['wget', base_url, ],)
remote.run(args=['sudo', 'yum', '-y', 'localinstall', rpm_name])
remote.run(args=['rm', '-f', rpm_name])
uri = baseparms['uri']
_yum_fix_repo_priority(remote, project, uri)
_yum_fix_repo_host(remote, project)
_yum_set_check_obsoletes(remote)
#_yum_fix_repo_priority(remote, project, uri)
#_yum_fix_repo_host(remote, project)
#_yum_set_check_obsoletes(remote)
remote.run(
args=[
    (1-1/1)