mirror of
https://github.com/openSUSE/osc.git
synced 2024-12-24 00:56:15 +01:00
- use correct target package name on branch result (when --extend-package-names or when devel package is set)
This commit is contained in:
parent
3651508724
commit
bb373a9c9d
@ -2857,7 +2857,7 @@ Please submit there instead, or use --nodevelproject to force direct submission.
|
||||
' A direct branch of the specified package can be forced\n' \
|
||||
' with the --nodevelproject option.\n' % devloc
|
||||
|
||||
package = tpackage or args[1]
|
||||
package = targetpkg or args[1]
|
||||
if opts.checkout:
|
||||
checkout_package(apiurl, targetprj, package, server_service_files=True,
|
||||
expand_link=True, prj_dir=targetprj)
|
||||
|
Loading…
Reference in New Issue
Block a user