1
0
mirror of https://github.com/openSUSE/osc.git synced 2024-09-20 09:16:16 +02:00

- allow empty linkrepair commits

This commit is contained in:
Michael Schröder 2009-04-23 08:39:00 +00:00
parent fd41f0b236
commit 3a5072e9c1

View File

@ -745,7 +745,7 @@ class Package:
print 'Please resolve all conflicts before committing!' print 'Please resolve all conflicts before committing!'
return 1 return 1
if not self.todo_send and not self.todo_delete and not self.rev == "upload": if not self.todo_send and not self.todo_delete and not self.rev == "upload" and not self.islinkrepair():
print 'nothing to do for package %s' % self.name print 'nothing to do for package %s' % self.name
return 1 return 1