DragonFly BSD

HowToManageThisSite

This site is managed using ikiwiki.

File locations

Making changes

Upgrading

Ikiwiki was patched to make sure it would commit changes to git even when no commit message was added. In /usr/local/lib/perl5/site_perl/5.16/IkiWiki/Plugin/git.pm, change this around line 545:

# Force git to allow empty commit messages.
# (If this version of git supports it.)
my ($version)=`git --version` =~ /git version (.*)/;
if ($version ge "1.5.4") {
    push @opts, '--cleanup=verbatim';
}
else {
    $params{message}.=".";
}

to

$params{message}.="No commit message specified.";

Feeds

Here's the Digest command and output: DragonFly Digest Feed: last checked Sun Jun 15 17:59:16 2025 (5274 posts)

Here's the Jenkins command and output: Jenkins Feed: read timeout (380 posts)

For more information