mirror of
https://github.com/openSUSE/osc.git
synced 2025-09-07 21:58:41 +02:00
- do_branch: do not checkout server service files if "--checkout" is specified
Otherwise one has to checkout the expanded sources without the server service files before doing a commit.
This commit is contained in:
@@ -3310,7 +3310,7 @@ Please submit there instead, or use --nodevelproject to force direct submission.
|
||||
|
||||
package = targetpkg or args[1]
|
||||
if opts.checkout:
|
||||
checkout_package(apiurl, targetprj, package, server_service_files=True,
|
||||
checkout_package(apiurl, targetprj, package, server_service_files=False,
|
||||
expand_link=True, prj_dir=targetprj)
|
||||
if conf.config['verbose']:
|
||||
print('Note: You can use "osc delete" or "osc submitpac" when done.\n')
|
||||
|
Reference in New Issue
Block a user