]> gitweb.fluxo.info Git - puppet-bootstrap.git/commitdiff
Removes post-update hook
authorSilvio Rhatto <rhatto@riseup.net>
Fri, 18 Mar 2016 19:33:48 +0000 (16:33 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Fri, 18 Mar 2016 19:33:48 +0000 (16:33 -0300)
bin/post-update [deleted file]

diff --git a/bin/post-update b/bin/post-update
deleted file mode 100755 (executable)
index 48a6a16..0000000
+++ /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