aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/wiki_rebuild_should_throw_errors_if_the_configured_underlaydir_or_templatedir...
diff options
context:
space:
mode:
authorhttps://www.google.com/accounts/o8/id?id=AItOawlnbESeWdgYoNUv8CK1AowvNCOHehGavwg <Christian@web>2011-10-28 10:01:22 -0400
committeradmin <admin@branchable.com>2011-10-28 10:01:22 -0400
commit86a9471ec91b86c35cba2a446d8a750f3405d1dc (patch)
treec457eb2ec965984fc760db432c061af74ee0eec1 /doc/bugs/wiki_rebuild_should_throw_errors_if_the_configured_underlaydir_or_templatedir_don__39__t_exist.mdwn
parent119fd67ade10fae00f756f4a889b0d9f2654c5b8 (diff)
downloadikiwiki-86a9471ec91b86c35cba2a446d8a750f3405d1dc.tar
ikiwiki-86a9471ec91b86c35cba2a446d8a750f3405d1dc.tar.gz
added a bug report
Diffstat (limited to 'doc/bugs/wiki_rebuild_should_throw_errors_if_the_configured_underlaydir_or_templatedir_don__39__t_exist.mdwn')
-rw-r--r--doc/bugs/wiki_rebuild_should_throw_errors_if_the_configured_underlaydir_or_templatedir_don__39__t_exist.mdwn1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/bugs/wiki_rebuild_should_throw_errors_if_the_configured_underlaydir_or_templatedir_don__39__t_exist.mdwn b/doc/bugs/wiki_rebuild_should_throw_errors_if_the_configured_underlaydir_or_templatedir_don__39__t_exist.mdwn
new file mode 100644
index 000000000..8da9f4f6b
--- /dev/null
+++ b/doc/bugs/wiki_rebuild_should_throw_errors_if_the_configured_underlaydir_or_templatedir_don__39__t_exist.mdwn
@@ -0,0 +1 @@
+I originally set up ikiwiki by using the debian package, but had some odd issues, so i figured i'd try installing from git. To do that i uninstalled the debian package and then did the Makefile dance from the git dir. In that process the original dirs configured in templatedir underlaydir in my wiki were deleted; HOWEVER when rebuilding the script just went ahead and did not even note the lack of those dirs. It would be nice if it threw errors if the dirs were configured, but non-existant.