From 7c34df633d6dd0d16538b1911694351b604104ef Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Sat, 24 Dec 2016 12:27:21 +0000 Subject: git_revert test: reinstate ikiwiki.setup, and make it work uninstalled Previously it was relying on running with an installed ikiwiki and being able to copy in recentchanges.mdwn and wikiicons/ from the underlay in /usr. The underlay in ./underlays/basewiki can't be used (yet) because ikiwiki doesn't allow following symlinks, even from underlays. I'd like to make ikiwiki follow symlinks whose destinations can be verified to be safe (for example making it willing to expose /usr/share/javascript to the web, but not /etc/passwd), at least from underlays, but this is security-sensitive so I'm not going to rush into it. --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 5ddda1bdd..d27140896 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ -ikiwiki.setup +/ikiwiki.setup /Makefile Makefile.old blib/* -- cgit v1.2.3