X-Git-Url: https://git.ralfj.de/git-mirror.git/blobdiff_plain/503462ba4433cef0cf10deaf9595a431157832ee..6843793205d96449af070b5c7b776eaf205f5ad7:/webhook-core.py diff --git a/webhook-core.py b/webhook-core.py index 93b138c..bff1137 100755 --- a/webhook-core.py +++ b/webhook-core.py @@ -1,5 +1,5 @@ #!/usr/bin/python3 -# Copyright (c) 2014, Ralf Jung +# Copyright (c) 2015, Ralf Jung # All rights reserved. # # Redistribution and use in source and binary forms, with or without @@ -23,7 +23,7 @@ # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #============================================================================== -# This is the hook called by git post-commit. It updats all mirrors to the status of the local repository. +# This is the hook called by GitHub as webhook. It updats the local repository, and then all the other mirrors. import sys, traceback from git_mirror import *