1
0
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:
Dr. Peter Poeml
2007-09-03 10:25:18 +00:00
parent 27cee26d4a
commit 459651ed60
2 changed files with 3 additions and 3 deletions

View File

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