accept delete request in changelog-checker
This commit is contained in:
parent
3b2b83cda3
commit
fa9f6d2c46
@ -142,6 +142,11 @@ Note: there is no whitespace behind before or after the number sign
|
||||
def check_action_submit(self, req, a):
|
||||
return self.checkTagNotRequiredOrInRequest(req, a)
|
||||
|
||||
def check_action_delete(self, req, a):
|
||||
self.logger.info("Delete package %s/%s"%(a.tgt_package, req.reqid))
|
||||
# accept delete request automatically
|
||||
return True
|
||||
|
||||
def check_action_maintenance_incident(self, req, a):
|
||||
return self.checkTagInRequest(req, a)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user