updated post-commit

This commit is contained in:
hyung-hwan 2013-12-11 15:38:18 +00:00
parent cea27322d9
commit 9d983dc548

View File

@ -3,7 +3,7 @@
REPOBASE="`basename "${1}"`"
REV="${2}"
AUTHOR="$(svnlook author -r ${REV} ${1})"
AUTHOR="`svnlook author -r ${REV} "${1}"`"
# does not care if logging has failed.
wget -q -O- "%API%/logCodeCommit/svn/${REPOBASE}/${REV}/${AUTHOR}" 2>/dev/null