summaryrefslogtreecommitdiff
path: root/hooks/post-receive
diff options
context:
space:
mode:
Diffstat (limited to 'hooks/post-receive')
-rwxr-xr-xhooks/post-receive2
1 files changed, 0 insertions, 2 deletions
diff --git a/hooks/post-receive b/hooks/post-receive
index 58d831e..77ffc88 100755
--- a/hooks/post-receive
+++ b/hooks/post-receive
@@ -12,10 +12,8 @@ dst="$www/$(basename "$name" '.git')"
[ ! -d dst ] && mkdir -p "$dst"
cd "$dst" || exit 1
-echo "[stagit] building $dst"
stagit "$src"
-echo "[stagit] linking $dst"
ln -sf log.html index.html
ln -sf ../style.css style.css
ln -sf ../logo.png logo.png