1 When building ikiwiki in the background, having a --quiet which will only
2 report errors would be nice. -- RichiH
4 > Except for building wrappers, and possibly progress cruft output to
5 > stderr by git (gag), ikiwiki is quiet by default. --[[Joey]]
7 >> Correct, which means it's not quite quiet:
9 % ikiwiki --setup foo --rebuild
11 successfully generated foo
12 successfully generated foo
20 Yes, I can simply redirect the output, but an option would be cleaner, imo. -- Richard
22 > The output above looks like verbose mode output to me (the scanning/building lines, at least). Check you haven't enabled it in your setup file by accident. I get the following:
24 $ ikiwiki --setup setup
25 successfully generated [cgi]
26 successfully generated [post-update]
27 skipping bad filename [...]
29 > I've written a patch ([[merged|done]]), pull request sent) that fixes the 'generated...' lines. -- [[Jon]]