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 Fri Apr 26 09:59:01 2024 (5260 posts)

Here's the Jenkins command and output: Jenkins Feed: last checked Fri Apr 26 09:59:03 2024 (257 posts)

For more information