[Xfce4-commits] <xfce-git-migration:master> Add post-receive to the hooks linked into all repositories.
Jannis Pohlmann
jannis at xfce.org
Thu Sep 17 02:30:01 CEST 2009
Updating branch refs/heads/master
to 46537f71a27061ad5a9ab472be12dfd37964ca95 (commit)
from d8749a22198a6605c034997dd5770f56e6133019 (commit)
commit 46537f71a27061ad5a9ab472be12dfd37964ca95
Author: Jannis Pohlmann <jannis at xfce.org>
Date: Thu Sep 17 02:28:50 2009 +0200
Add post-receive to the hooks linked into all repositories.
repos-final-prep.sh | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/repos-final-prep.sh b/repos-final-prep.sh
index b24e2ad..48d6d75 100755
--- a/repos-final-prep.sh
+++ b/repos-final-prep.sh
@@ -2,7 +2,7 @@
GIT_REPOS_ROOT=/var/git
HOOKS_DIR=/usr/local/share/xfce-git-hooks
-HOOKS="update post-update"
+HOOKS="update post-update post-receive"
setup_repo() {
export GIT_DIR="$1"
More information about the Xfce4-commits
mailing list