#!/bin/sh
#
# An example hook script that is called after a successful
# commit is made.
#
# To enable this hook, make this file executable.

# Scmbug_STANZA_START
#
#
# Call the Scmbug integration glue
REPOS="Scmbug_STANZA_REPOS"

/usr/bin/perl -I ${REPOS}/.git/hooks/lib/scmbug ${REPOS}/.git/hooks/bin/scmbug_activity.pl ${REPOS}/.git/hooks/etc/scmbug/glue.conf activity_commit >&2

exit $?
#
#
# Scmbug_STANZA_STOP
