]> sipb.mit.edu Git - ikiwiki.git/commitdiff
fix handling of wrappergroup option
authorJoey Hess <joey@kodama.kitenet.net>
Wed, 26 Nov 2008 18:28:16 +0000 (13:28 -0500)
committerJoey Hess <joey@kodama.kitenet.net>
Wed, 26 Nov 2008 18:28:16 +0000 (13:28 -0500)
Had forgot to include it in the option list.

IkiWiki.pm
debian/changelog

index 17e2a2a857e098e7feb10bc21fe326ee22df509e..2ad2f792d144b8d52c2d8b4a978d365586ed76a2 100644 (file)
@@ -277,13 +277,20 @@ sub getsetup () { #{{{
        },
        umask => {
                type => "integer",
-               description => "",
                example => "022",
                description => "force ikiwiki to use a particular umask",
                advanced => 1,
                safe => 0, # paranoia
                rebuild => 0,
        },
+       wrappergroup => {
+               type => "string",
+               example => "ikiwiki",
+               description => "group for wrappers to run in",
+               advanced => 1,
+               safe => 0, # paranoia
+               rebuild => 0,
+       },
        libdir => {
                type => "string",
                default => "",
index 6650baa5b86c5388a33c76245e914db693eec332..39bca7a10fd81217298a0f695d4c0d698741ff93 100644 (file)
@@ -7,6 +7,7 @@ ikiwiki (2.71) UNRELEASED; urgency=low
     produced by aggregate and recentchanges.
   * French translation update from Philippe Batailler. Closes: #506250
   * Spanish translation update from Victor Moral.
+  * Fix handling of wrappergroup option.
 
  -- Joey Hess <joeyh@debian.org>  Mon, 17 Nov 2008 14:02:10 -0500