#!/bin/sh #grep -v refs/heads/upstream | /usr/local/bin/git-commit-notice # KGB notification KGB=/home/groups/kgb/trunk CONF=/home/groups/pkg-perl/kgb-client.conf tee hooks/reflog | PERL5LIB=$KGB/lib $KGB/script/kgb-client --conf $CONF --repository git --git-reflog - --module scripts # update the working version ( umask 002 unset GIT_DIR cd /home/groups/pkg-perl/scripts && git fetch origin && git reset --hard origin/master )