mirror of
https://github.com/openSUSE/osc.git
synced 2024-11-10 06:46:15 +01:00
- allow empty linkrepair commits
This commit is contained in:
parent
fd41f0b236
commit
3a5072e9c1
@ -745,7 +745,7 @@ class Package:
|
||||
print 'Please resolve all conflicts before committing!'
|
||||
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
|
||||
return 1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user