Register the tests in the default Git hooks

This commit is contained in:
Pierre Pronchery 2020-02-24 08:02:15 +01:00
parent a42c7a5d16
commit 5b39afb11a

View File

@ -30,7 +30,8 @@ GIT_GITWEB="https://git.defora.org/gitweb"
HOOKS="irc jobs"
IRC_CHANNEL="#DeforaOS"
IRC_SERVER="irc.oftc.net"
JOBS_BRANCH_MASTER="$PREFIX/libexec/deforaos-git-mirror.sh"
JOBS_BRANCH_MASTER="$PREFIX/libexec/deforaos-git-mirror.sh
$PREFIX/libexec/deforaos-git-tests.sh"
#executables
GIT="/usr/bin/git"
GIT_MESSAGE="$PREFIX/libexec/deforaos-git-message.sh"