mdserver-web/plugins/csvn/hook/post-commit.tpl

12 lines
144 B
Smarty
Raw Permalink Normal View History

2018-12-13 04:09:23 -05:00
#!/bin/bash
REPOS="$1"
REV="$2"
TXN_NAME="$3"
REPOS_NAME=${REPOS##*/}
2018-12-13 07:01:29 -05:00
sh -x $REPOS/hooks/commit $REPOS_NAME $REV $TXN_NAME 2>$REPOS/sh.log