git: fix git hook template mention of what hooks we actually execute.
- they are now stored inside vcsserver.
This commit is contained in:
parent
846af27fc3
commit
d7a25ae146
2 changed files with 2 additions and 2 deletions
|
|
@ -16,7 +16,7 @@ RC_HOOK_VER = '_TMPL_'
|
|||
|
||||
def main():
|
||||
if hooks is None:
|
||||
# exit with success if we cannot import rhodecode.lib.hooks !!
|
||||
# exit with success if we cannot import vcsserver.hooks !!
|
||||
# this allows simply push to this repo even without rhodecode
|
||||
sys.exit(0)
|
||||
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ RC_HOOK_VER = '_TMPL_'
|
|||
|
||||
def main():
|
||||
if hooks is None:
|
||||
# exit with success if we cannot import rhodecode.lib.hooks !!
|
||||
# exit with success if we cannot import vcsserver.hooks !!
|
||||
# this allows simply push to this repo even without rhodecode
|
||||
sys.exit(0)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue