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 Thu Nov 21 03:59:01 2024 (5265 posts)

Here's the Jenkins command and output: Jenkins Feed: last checked Thu Nov 21 03:59:01 2024 (289 posts)

For more information