diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2016-03-18 16:33:48 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2016-03-18 16:33:48 -0300 |
commit | 15abd2e6be8405da093a0f39681106631bf3bd57 (patch) | |
tree | 271b500789ccde730bd4b8eee17bc2cd872642ea /bin/post-update | |
parent | 8a14f6d7d05224b225f405e44728d778ce3419db (diff) | |
download | puppet-bootstrap-15abd2e6be8405da093a0f39681106631bf3bd57.tar.gz puppet-bootstrap-15abd2e6be8405da093a0f39681106631bf3bd57.tar.bz2 |
Removes post-update hook
Diffstat (limited to 'bin/post-update')
-rwxr-xr-x | bin/post-update | 16 |
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 |