mirror of
https://github.com/openSUSE/osc.git
synced 2025-08-06 15:43:39 +02:00
- allow empty linkrepair commits
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user