aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2016-03-18 16:33:48 -0300
committerSilvio Rhatto <rhatto@riseup.net>2016-03-18 16:33:48 -0300
commit15abd2e6be8405da093a0f39681106631bf3bd57 (patch)
tree271b500789ccde730bd4b8eee17bc2cd872642ea /bin
parent8a14f6d7d05224b225f405e44728d778ce3419db (diff)
downloadpuppet-bootstrap-15abd2e6be8405da093a0f39681106631bf3bd57.tar.gz
puppet-bootstrap-15abd2e6be8405da093a0f39681106631bf3bd57.tar.bz2
Removes post-update hook
Diffstat (limited to 'bin')
-rwxr-xr-xbin/post-update16
1 files changed, 0 insertions, 16 deletions
diff --git a/bin/post-update b/bin/post-update
deleted file mode 100755
index 48a6a16..0000000
--- a/bin/post-update
+++ /dev/null
@@ -1,16 +0,0 @@
-#!/bin/sh
-
-cd ..
-unset GIT_DIR
-
-if [ -d ".git/annex" ]; then
- git annex sync
-else
- git reset HEAD
- git checkout -f
-fi
-
-git submodule update --init --recursive
-
-cd -
-exec git update-server-info