aboutsummaryrefslogtreecommitdiffstats
path: root/webhook.py
diff options
context:
space:
mode:
authorRalf Jung <post@ralfj.de>2015-07-19 11:39:13 +0200
committerRalf Jung <post@ralfj.de>2015-07-19 11:39:13 +0200
commite3c3c95b09eca279b79a75d54d5b17c7af512fbf (patch)
tree9f6c4f0d72ec19a66089e7e3a47714fb2cdcc142 /webhook.py
parenteacb728f37766d86ec52dad60bf59b78995d2dcf (diff)
add a first version of a README
Diffstat (limited to '')
-rwxr-xr-xwebhook.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/webhook.py b/webhook.py
index 6630c0d..0b3f11f 100755
--- a/webhook.py
+++ b/webhook.py
@@ -26,7 +26,8 @@
# This is the CGI script receiving GitHub webhooks.
# You may have to change the location of the "main" webhook script:
webhook_core = "/home/git/git-mirror/webhook-core.py"
-#
+
+# Do NOT change anything below here
import urllib.request, urllib.parse, json, os, sys
# get repository from query string