1
0
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:
Adrian Schröter 2012-01-05 17:15:39 +01:00
parent 3651508724
commit bb373a9c9d

View File

@ -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)