summaryrefslogtreecommitdiff
path: root/d
diff options
context:
space:
mode:
authordemonchy2005-11-27 18:25:53 +0000
committerdemonchy2005-11-27 18:25:53 +0000
commit41d71d3edcb38510dc2e75f252b450a0f8f25373 (patch)
treeb54d635f9479181f55d063758111a72c10cf236d /d
parentbfb61083f1467f902e7fae4610420e959dcf3089 (diff)
Ajout du script de post-commit pour les todo
Diffstat (limited to 'd')
-rwxr-xr-xd/sys/lampion/local/sbin/post-commit-todo8
1 files changed, 8 insertions, 0 deletions
diff --git a/d/sys/lampion/local/sbin/post-commit-todo b/d/sys/lampion/local/sbin/post-commit-todo
new file mode 100755
index 0000000..c23277f
--- /dev/null
+++ b/d/sys/lampion/local/sbin/post-commit-todo
@@ -0,0 +1,8 @@
+#!/bin/zsh
+
+svncodir=/tmp/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