The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

App::Slackeria::Plugin::Git - Check if bare git repo exists in a local directory

SYNOPSIS

In slackeria/config

    [git]
    git_dir = /home/user/var/git_root/%s
    href = http://git.example.org/%s/

VERSION

version 0.12

DESCRIPTION

This plugin checks if a git repo exists on the local host and ensures it is set as world-readable and contains the "git-daemon-export-ok" file.

CONFIGURATION

git_dir

Path to bare git files, %s is replaced by name. Mandatory

href

Link to point to in output, again %s is replaced by name

DEPENDENCIES

File::Slurp(3pm), List::Util(3pm), Sort::Versions(3pm). The git executable must be available.

BUGS AND LIMITATIONS

None known.

SEE ALSO

slackeria(1)

AUTHOR

Copyright (C) 2011 by Daniel Friesel <derf@finalrewind.org>

LICENSE

  0. You just DO WHAT THE FUCK YOU WANT TO.