From 8ffd600d17c5bad674faebe9d112b4f43b759aa2 Mon Sep 17 00:00:00 2001 From: Lisa Marie Maginnis Date: Fri, 20 Feb 2015 12:25:57 -0500 Subject: [PATCH] fixed gluestick branch hook checker --- gluestick.git/post-update | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/gluestick.git/post-update b/gluestick.git/post-update index caad0b9..ddfe6a7 100755 --- a/gluestick.git/post-update +++ b/gluestick.git/post-update @@ -6,8 +6,8 @@ REPO_DIR=$HOME/repositories CHECKOUT_DIR=$HOME/local/checkouts/deploy-hooks case $1 in - refs/heads/stable) - echo "Updating hooks on vcs.fsf.org..." + refs/heads/master) + echo "Updating gluestick.office.fsf.org..." ;; *) echo 'No rules for this branch!' @@ -15,7 +15,6 @@ case $1 in ;; esac -echo "Syncing wiki..." wget git log -1 --format=format:%ae HEAD | grep -e '@web$' -e 'ikiwiki@peg' || curl -s --insecure 'https://techteam:aoNe6oor@pinger.fsf.org:8000/ikiwiki.cgi?do=ping' exec git update-server-info -- 2.25.1