1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-09-06 13:18:42 +02:00

- support --target argument for "osc build"

This commit is contained in:
2013-02-06 17:12:52 +01:00
parent ef5b892285
commit 143af44479
2 changed files with 4 additions and 0 deletions

View File

@@ -414,6 +414,8 @@ def main(apiurl, opts, argv):
buildargs.append('--changelog')
if opts.root:
build_root = opts.root
if opts.target:
buildargs.append('--target=%s' % opts.target)
if opts.jobs:
buildargs.append('--jobs=%s' % opts.jobs)
elif config['build-jobs'] > 1: