mirror of
https://github.com/openSUSE/osc.git
synced 2025-09-06 05:08:42 +02:00
make osc call build with --changelog option, by default [#298436]
This commit is contained in:
@@ -217,7 +217,7 @@ def main(opts, argv):
|
||||
buildargs.append('--clean')
|
||||
if opts.noinit:
|
||||
buildargs.append('--noinit')
|
||||
if opts.changelog:
|
||||
if not opts.no_changelog:
|
||||
buildargs.append('--changelog')
|
||||
buildargs = ' '.join(buildargs)
|
||||
|
||||
|
Reference in New Issue
Block a user