1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-10-07 09:30:05 +02:00

- default to expanded for new packages in osc up, like we do in osc co

This commit is contained in:
Michael Schroeder
2010-01-21 14:47:04 +01:00
parent 151b9b699d
commit b821c2ed6d
2 changed files with 13 additions and 4 deletions

View File

@@ -2390,7 +2390,7 @@ Please submit there instead, or use --nodevelproject to force direct submission.
# (a) update all packages
args += prj.pacs_have
# (b) fetch new packages
prj.checkout_missing_pacs(opts.expand_link)
prj.checkout_missing_pacs(expand_link = not opts.unexpand_link)
args.remove(arg)
print_request_list(prj.apiurl, prj.name)