callback hooks for repo events
This commit is contained in:
parent
7d85a79fab
commit
6bc83b6d93
2 changed files with 12 additions and 2 deletions
|
|
@ -44,7 +44,11 @@ callbacks = {
|
|||
'preTag': [],
|
||||
'postTag': [],
|
||||
'preUntag': [],
|
||||
'postUntag': []
|
||||
'postUntag': [],
|
||||
'preRepoInit': [],
|
||||
'postRepoInit': [],
|
||||
'preRepoDone': [],
|
||||
'postRepoDone': []
|
||||
}
|
||||
|
||||
class PluginTracker(object):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue