]> sipb.mit.edu Git - ikiwiki.git/commitdiff
* Don't sent pings if the wiki is being rebuilt.
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Tue, 4 Jul 2006 01:02:04 +0000 (01:02 +0000)
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Tue, 4 Jul 2006 01:02:04 +0000 (01:02 +0000)
IkiWiki/Plugin/inline.pm
debian/changelog

index dc167043f05e7aab0884f70d84fd51851297fa63..08126c4e6f6f6a399de8b2346626ed908d3a5734 100644 (file)
@@ -89,7 +89,7 @@ sub preprocess_inline (@) { #{{{
        if ($config{rss}) {
                writefile(rsspage($params{page}), $config{destdir},
                        genrss($params{page}, @list));
-               $toping{$params{page}}=1;
+               $toping{$params{page}}=1 unless $config{rebuild};
        }
        
        return $ret;
index 2f9fe0cdbb47e05e4d4b7e4a64a1e6bc1a5e9b92..7fc285bcbfaf6b87913987f94dc1480f2496383f 100644 (file)
@@ -37,8 +37,9 @@ ikiwiki (1.8) UNRELEASED; urgency=low
   * Rebuilding wrappers is necessary on upgrade to this version.
   * Make ikiwiki --setup --refresh rebuild wrappers, so wrapper rebuild
     will be automatically done on all upgrades.
+  * Don't sent pings if the wiki is being rebuilt.
 
- -- Joey Hess <joeyh@debian.org>  Mon,  3 Jul 2006 20:24:18 -0400
+ -- Joey Hess <joeyh@debian.org>  Mon,  3 Jul 2006 21:01:28 -0400
 
 ikiwiki (1.7) unstable; urgency=low