aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2015-11-16 14:23:55 -0200
committerSilvio Rhatto <rhatto@riseup.net>2015-11-16 14:23:55 -0200
commit4baab61e90cd03cd4096ba92e5061147db63d9cd (patch)
tree519bdc595bc0a4bb9502c4b831278d85901856e6
parent80c14f00ccffcd1963584d7329494839348f80c4 (diff)
downloadtemplates-4baab61e90cd03cd4096ba92e5061147db63d9cd.tar.gz
templates-4baab61e90cd03cd4096ba92e5061147db63d9cd.tar.bz2
Ikiwiki: Makefile cleanup
-rw-r--r--ikiwiki/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/ikiwiki/Makefile b/ikiwiki/Makefile
index 883cd09..34d04c9 100644
--- a/ikiwiki/Makefile
+++ b/ikiwiki/Makefile
@@ -25,10 +25,6 @@ web_deploy:
#git annex sync
@rsync -avz --delete www/ templates:/var/sites/templates/www/
-post_update:
- git config receive.denyCurrentBranch ignore
- cd .git/hooks && ln -sf ../../bin/post-update
-
post_receive:
git config receive.denyCurrentBranch ignore
cd .git/hooks && ln -sf ../../bin/post-receive