]> gitweb.fluxo.info Git - templates.git/commitdiff
Ikiwiki: Makefile cleanup
authorSilvio Rhatto <rhatto@riseup.net>
Mon, 16 Nov 2015 16:23:55 +0000 (14:23 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Mon, 16 Nov 2015 16:23:55 +0000 (14:23 -0200)
ikiwiki/Makefile

index 883cd097c7eaa53103a213ccd9602ed75db572e1..34d04c9fe4b35892de1f3379a5acc9e3a978ace5 100644 (file)
@@ -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