From: Carl Worth Date: Fri, 15 Jun 2007 21:12:20 +0000 (-0700) Subject: Add notes on --verbose and --rebuild X-Git-Url: https://git.cworth.org/git?p=ikiwiki-bootstrap;a=commitdiff_plain;h=d8ec59fd4a2325bd1168ba6ed3f742d93a3ee672 Add notes on --verbose and --rebuild --- diff --git a/README b/README index a222232..1aa6099 100644 --- a/README +++ b/README @@ -89,6 +89,13 @@ simple as "git push". Problems ======== +Here is a useful, (self explanatory), command-line options for +debugging ikiwiki problems: + + ikiwiki --verbose --setup ikiwiki.setup + + ikiwiki --verbose --rebuild --setup ikiwiki.setup + I've had occasions where the hook-based update fails for one reason or another, (for example, once when I moved the location of $gitrepo, but the compiled hook still had the old location). The basic recipe for