mirror of
https://github.com/openSUSE/osc.git
synced 2025-09-07 13:48:43 +02:00
- commit: switch to new commit mode also if the -F switch is used
- update NEWS file
This commit is contained in:
@@ -159,7 +159,6 @@ class Pac:
|
||||
for url in urllist:
|
||||
self.urllist.append(url % self.mp)
|
||||
|
||||
|
||||
def __str__(self):
|
||||
return self.name
|
||||
|
||||
|
@@ -818,7 +818,7 @@ class Osc(cmdln.Cmdln):
|
||||
# this is experimental in that it enables a different way of uploading files
|
||||
# see osc.core.Package.put_source_file()
|
||||
# I assume that if -m is used, we want to commit this way.
|
||||
if opts.message:
|
||||
if opts.message or opts.file:
|
||||
conf.config['do_commits'] = True
|
||||
|
||||
for p in pacs:
|
||||
|
Reference in New Issue
Block a user