]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blobdiff - test-wiki/test.setup
add support for about_comments page
[git.ikiwiki.info.git] / test-wiki / test.setup
index c8af8f3282688ae074a5ae9c3e3346b3cbc5f466..a04a22c28107245d92d1c371d4252e661ae22e54 100644 (file)
@@ -11,10 +11,10 @@ use IkiWiki::Setup::Standard {
        adminemail => 'me@example.org',
 
        # Be sure to customise these..
-       srcdir => "test-src",
+       srcdir => $ENV{PWD}."/test-src",
        destdir => "/tmp/postal-test",
 
-       url => "file:///tmp/postaltest-wiki/",
+       url => "file:///tmp/postal-test/",
        #cgiurl => "http://example.org/wiki/ikiwiki.cgi",
        templatedir => $ENV{PWD}."/../examples",
        #underlaydir => "/usr/share/ikiwiki/basewiki",
@@ -30,8 +30,8 @@ use IkiWiki::Setup::Standard {
        rcs => "git",
        #historyurl => "http://git.example.org/gitweb.cgi?p=wiki.git;a=history;f=[[file]]",
        #diffurl => "http://git.example.org/gitweb.cgi?p=wiki.git;a=blobdiff;h=[[sha1_to]];hp=[[sha1_from]];hb=[[sha1_parent]];f=[[file]]",
-       #gitorigin_branch => "origin",
-       gitmaster_branch => "testvcs",
+       gitorigin_branch => "origin",
+       gitmaster_branch => "master",
 
        # Tla stuff.
        #rcs => "tla"