* Fix ikiwiki-mass-rebuild to work in the way the postinst uses it.
parent
bcf135038a
commit
ccd3a7e2c2
|
@ -11,8 +11,9 @@ ikiwiki (1.21) UNRELEASED; urgency=low
|
||||||
will now work.
|
will now work.
|
||||||
* Add a map plugin contributed by Alessandro Dotti Contra.
|
* Add a map plugin contributed by Alessandro Dotti Contra.
|
||||||
* Add otl format plugin, which handles files as created by vimoutliner.
|
* Add otl format plugin, which handles files as created by vimoutliner.
|
||||||
|
* Fix ikiwiki-mass-rebuild to work in the way the postinst uses it.
|
||||||
|
|
||||||
-- Joey Hess <joeyh@debian.org> Fri, 18 Aug 2006 17:27:38 -0400
|
-- Joey Hess <joeyh@debian.org> Fri, 18 Aug 2006 22:54:08 -0400
|
||||||
|
|
||||||
ikiwiki (1.20) unstable; urgency=low
|
ikiwiki (1.20) unstable; urgency=low
|
||||||
|
|
||||||
|
|
|
@ -16,10 +16,7 @@ user /path/to/wiki
|
||||||
|
|
||||||
# OPTIONS
|
# OPTIONS
|
||||||
|
|
||||||
* -refresh
|
All options are passed on to ikiwiki.
|
||||||
|
|
||||||
Rather than rebuilding all the wikis, just build any changed pages
|
|
||||||
(including pages inherited from the basewiki).
|
|
||||||
|
|
||||||
# AUTHOR
|
# AUTHOR
|
||||||
|
|
||||||
|
|
|
@ -1,10 +1,7 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
action=""
|
action="$@"
|
||||||
if [ -n "$1" ]; then
|
|
||||||
action="$1"
|
|
||||||
fi
|
|
||||||
|
|
||||||
wikilist=/etc/ikiwiki/wikilist
|
wikilist=/etc/ikiwiki/wikilist
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue