From 918c7f25f7020b01dc124600c17271d10deb54ee Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sun, 28 Jan 2018 14:14:26 -0200 Subject: Migrates from ikiwiki to python-sphinx --- ikiwiki/bin/post-receive | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100755 ikiwiki/bin/post-receive (limited to 'ikiwiki/bin/post-receive') diff --git a/ikiwiki/bin/post-receive b/ikiwiki/bin/post-receive deleted file mode 100755 index 627198d..0000000 --- a/ikiwiki/bin/post-receive +++ /dev/null @@ -1,21 +0,0 @@ -#!/bin/sh -# -# Post-receive git hook -# - -cd .. -unset GIT_DIR - -if [ -d ".git/annex" ]; then - git annex sync -else - git config receive.denyCurrentBranch ignore - #git reset HEAD - git checkout -f -fi - -git submodule sync --recursive -git submodule update --init --recursive - -cd - -exec git update-server-info -- cgit v1.2.3