pkglistgen: add correct staging DVD repo
This commit is contained in:
parent
39946dbc98
commit
cf09e41995
@ -1014,8 +1014,9 @@ class CommandLineInterface(ToolBase.CommandLineInterface):
|
|||||||
if api.rings:
|
if api.rings:
|
||||||
opts_dvd = copy.deepcopy(opts)
|
opts_dvd = copy.deepcopy(opts)
|
||||||
opts_dvd.project += ':DVD'
|
opts_dvd.project += ':DVD'
|
||||||
self.options.repos.insert(0, '/'.join([opts.project, main_repo]))
|
self.options.repos.insert(0, '/'.join([opts_dvd.project, main_repo]))
|
||||||
self.update_and_solve_target(apiurl, target_project, target_config, main_repo, opts_dvd, skip_release=True)
|
self.update_and_solve_target(apiurl, target_project, target_config, main_repo, opts_dvd, skip_release=True)
|
||||||
|
self.options.repos.pop(0)
|
||||||
|
|
||||||
self.update_and_solve_target(apiurl, target_project, target_config, main_repo, opts)
|
self.update_and_solve_target(apiurl, target_project, target_config, main_repo, opts)
|
||||||
return
|
return
|
||||||
|
Loading…
x
Reference in New Issue
Block a user