summaryrefslogtreecommitdiff
path: root/backend/resilient/__init__.py
diff options
context:
space:
mode:
authorKarl Semich <0xloem@gmail.com>2016-08-28 01:57:50 -0400
committerKarl Semich <0xloem@gmail.com>2016-08-28 01:57:50 -0400
commit91262e2c23ed5bff8d6471e3a8a7aeb9461a2f7b (patch)
treec770a496b0df90828c7f878e41b2cc604b0afbb7 /backend/resilient/__init__.py
parenteb1bad975acec542884865f25cad57f0bbb6122a (diff)
downloadstandingwithresilience-91262e2c23ed5bff8d6471e3a8a7aeb9461a2f7b.tar.gz
standingwithresilience-91262e2c23ed5bff8d6471e3a8a7aeb9461a2f7b.zip
Setup ikiwiki for git
Diffstat (limited to 'backend/resilient/__init__.py')
-rw-r--r--backend/resilient/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/resilient/__init__.py b/backend/resilient/__init__.py
index c8675d2..424c73c 100644
--- a/backend/resilient/__init__.py
+++ b/backend/resilient/__init__.py
@@ -80,7 +80,7 @@ class ikiwiki:
shutil.rmtree(html_path)
os.mkdir(html_path)
- status = os.system("ikiwiki --setup '%s' '%s' '%s'" % (ikiwiki_setup_path, wiki_src_path, html_path))
+ status = os.system("ikiwiki --rcs git --setup '%s' '%s' '%s'" % (ikiwiki_setup_path, wiki_src_path, html_path))
# workaround for ikistrap overwriting custom css files, which are included for freenet's filter
os.system("git checkout -- '%s'/css" % html_path)