r192 - /ikiwiki.setup /svnhooks/post-commit
plessy at users.alioth.debian.org
plessy at users.alioth.debian.org
Sat Jul 23 07:52:24 UTC 2011
Author: plessy
Date: Sat Jul 23 07:52:24 2011
New Revision: 192
URL: http://svn.debian.org/wsvn/dep/?sc=1&rev=192
Log:
Updates using svn post-commit hook on wasks and ikiwiki pingee pluging on wagner.
Modified:
ikiwiki.setup
svnhooks/post-commit
Modified: ikiwiki.setup
URL: http://svn.debian.org/wsvn/dep/ikiwiki.setup?rev=192&op=diff
==============================================================================
--- ikiwiki.setup (original)
+++ ikiwiki.setup Sat Jul 23 07:52:24 2011
@@ -8,6 +8,8 @@
url => 'http://dep.debian.net',
destdir => '/srv/home/groups/dep/htdocs',
srcdir => '/srv/home/groups/dep/checkout/web',
+ cgiurl => 'http://dep.debian.net/cgi-bin/ikiwiki.cgi',
+ cgi_wrapper => '/srv/home/groups/dep/cgi-bin/ikiwiki.cgi',
underlaydir => '/dev/null',
templatedir => '/srv/home/groups/dep/checkout/web/.templates',
@@ -16,18 +18,6 @@
umask => 002,
svnrepo => '/svn/dep',
svnpath => 'web',
-#
-# Disable the wrapper, as svn runs on vasks.debian.org and this
-# site is hosted on wagner.debian.org.
-#
-# wrappers => [i
-# {
-# wrapper => "/svn/dep/hooks/post-commit.ikiwiki",
-# wrappermode => "02755",
-# notify => 0,
-# syslog => 0,
-# },
-# ],
usedirs => 1,
@@ -54,6 +44,7 @@
table
typography
pagetemplate
+ pingee
rawhtml
img
}],
Modified: svnhooks/post-commit
URL: http://svn.debian.org/wsvn/dep/svnhooks/post-commit?rev=192&op=diff
==============================================================================
--- svnhooks/post-commit (original)
+++ svnhooks/post-commit Sat Jul 23 07:52:24 2011
@@ -5,3 +5,5 @@
set -e
/usr/bin/svn-mailer --commit --config "$1/hooks/svnmailer.conf" --repository "$1" --revision "$2" &
+printf "Pinging Ikiwiki:\t"
+curl 'http://dep.debian.net/cgi-bin/ikiwiki.cgi?do=ping'
More information about the dep-commits
mailing list