summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClaudius 'keldu' Holeksa <mail@keldu.de>2024-08-01 13:57:53 +0200
committerClaudius 'keldu' Holeksa <mail@keldu.de>2024-08-01 13:57:53 +0200
commit375c8da8d9ec99c2e62ebf4492b936f01e83393c (patch)
treead3b36669f56e63f39c6e199196cafc2ffc5b9a3
parentf905e09ade90b9d8a047b24204f82f6b9bb08407 (diff)
changed to post-receiveHEADmaster
-rw-r--r--Makefile6
-rw-r--r--post-receive.tmpl (renamed from post-commit.tmpl)0
2 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 1c1dff4..f0cd797 100644
--- a/Makefile
+++ b/Makefile
@@ -2,11 +2,11 @@
PREFIX?=/var/empty
-all: post-commit
+all: post-receive
@echo Done
%: %.tmpl %.json
jinja2 --outfile=$@ --format=json $@.tmpl $@.json
-install: post-commit
- cp post-commit ${PREFIX}/
+install: post-receive
+ cp post-receive ${PREFIX}/
diff --git a/post-commit.tmpl b/post-receive.tmpl
index 1904182..1904182 100644
--- a/post-commit.tmpl
+++ b/post-receive.tmpl