Project

General

Profile

Actions

Feature #11846

open

_update_rpm_package_list_and_install

Added by Kapil Sharma almost 9 years ago.

Status:
New
Priority:
Normal
Assignee:
-
Category:
-
% Done:

0%

Source:
other
Tags:
Backport:
Reviewed:
Affected Versions:

Description

In install.py, _update_rpm_package_list_and_install function makes assumptions about the layout of the underlying rpm repository and these should probably be
made more dynamic.

for example -

start_of_url = 'http://{host}/{proj}-rpm-{distro_release}-{arch}-{flavor}/{uri}'.format(
proj=project, host=host, **baseparms)

proj_release = '{proj}-release-{release}.{dist_release}.noarch'.format(
proj=project, release=RELEASE, dist_release=dist_release)

No data to display

Actions

Also available in: Atom PDF