From 6618720964967644e4c4489cab78b0b2ac2d746e Mon Sep 17 00:00:00 2001 From: demonchy Date: Fri, 13 Jan 2006 15:52:06 +0000 Subject: Correction du script de post commit sur les todos --- d/sys/lampion/local/sbin/post-commit-todo | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'd') diff --git a/d/sys/lampion/local/sbin/post-commit-todo b/d/sys/lampion/local/sbin/post-commit-todo index c23277f..8e5600c 100755 --- a/d/sys/lampion/local/sbin/post-commit-todo +++ b/d/sys/lampion/local/sbin/post-commit-todo @@ -1,8 +1,8 @@ #!/bin/zsh -svncodir=/tmp/svnco-todo +svncodir=/var/data/svnco-todo cd $svncodir || exit 1 svn up > /dev/null || echo "Error in svn up" -cd /var/data/svnco/p/tools && ./todo.pl -f html > /var/data/svnco/p/tools/todo.html +cd /var/data/svnco/p/tools && ./todo.pl -t $svncodir -f html > /var/data/svnco/p/tools/todo.html -- cgit v1.2.3