From: Cache Saravento Date: Fri, 7 Aug 2015 16:34:21 +0000 (-0300) Subject: Post update hook X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=d28b1d73631072ec76e9a44a2c59dd94c5d332b3;p=cache.git Post update hook --- diff --git a/bin/post-update b/bin/post-update new file mode 100755 index 0000000..3098dab --- /dev/null +++ b/bin/post-update @@ -0,0 +1,8 @@ +#!/bin/sh + +cd .. +unset GIT_DIR +git annex sync + +cd - +exec git update-server-info