r191 - /ikiwiki.setup /svnhooks/post-commit

plessy at users.alioth.debian.org plessy at users.alioth.debian.org
Sat Jul 23 07:05:56 UTC 2011


Author: plessy
Date: Sat Jul 23 07:05:55 2011
New Revision: 191

URL: http://svn.debian.org/wsvn/dep/?sc=1&rev=191
Log:
To run ikiwiki on wagner.d.o directly, without a post-commit hook.

Synchronisation will be done with the pingee plugin.

In the absence of perlmagick, the homepage lacks the diagram and displays an
error message instead.  I asked for installing perlmagick on wagner through
the Titanpad page (http://titanpad.com/yyhfwA9Pyr).

Modified:
    ikiwiki.setup
    svnhooks/post-commit

Modified: ikiwiki.setup
URL: http://svn.debian.org/wsvn/dep/ikiwiki.setup?rev=191&op=diff
==============================================================================
--- ikiwiki.setup (original)
+++ ikiwiki.setup Sat Jul 23 07:05:55 2011
@@ -6,24 +6,28 @@
 	adminemail => 'zack at debian.org',
 
 	url => 'http://dep.debian.net',
-	destdir => '/srv/alioth.debian.org/chroot/home/groups/dep/htdocs',
-	srcdir  => '/srv/alioth.debian.org/chroot/home/groups/dep/checkout/web',
+	destdir => '/srv/home/groups/dep/htdocs',
+	srcdir  => '/srv/home/groups/dep/checkout/web',
 
 	underlaydir => '/dev/null',
-	templatedir => '/srv/alioth.debian.org/chroot/home/groups/dep/checkout/web/.templates',
+	templatedir => '/srv/home/groups/dep/checkout/web/.templates',
 
 	rcs => 'svn',
 	umask => 002,
 	svnrepo => '/svn/dep',
 	svnpath => 'web',
-	wrappers => [
-	    {
-		wrapper => "/svn/dep/hooks/post-commit.ikiwiki",
-		wrappermode => "02755",
-		notify => 0,
-		syslog => 0,
-	    },
-	],
+#
+# 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,
 

Modified: svnhooks/post-commit
URL: http://svn.debian.org/wsvn/dep/svnhooks/post-commit?rev=191&op=diff
==============================================================================
--- svnhooks/post-commit (original)
+++ svnhooks/post-commit Sat Jul 23 07:05:55 2011
@@ -1,6 +1,7 @@
 #! /bin/sh
+
+# Copied from wagner:/var/lib/gforge/chroot/home/groups/dep/checkout/svnhooks/post-commit
 
 set -e
 
 /usr/bin/svn-mailer --commit --config "$1/hooks/svnmailer.conf" --repository "$1" --revision "$2" &
-/svn/dep/hooks/post-commit.ikiwiki




More information about the dep-commits mailing list