The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

    GitMeta::SshDir

SYNOPSIS

    # myrepos.gmf

    # All projects in directory 'projects' 
    # on some host via git/SSH
    -
        type: SshDir
        host: username@hoster.com
        dir:  projects

DESCRIPTION

GitMeta subclass to pull in repos from a server accessible via ssh. Uses the first available ssh command via $PATH but accepts GIT_SSH environment variable settings as well.

Read the main GitMeta documentation for details.

LEGALESE

Copyright 2010-2011 by Mike Schilli, all rights reserved. This program is free software, you can redistribute it and/or modify it under the same terms as Perl itself.

AUTHOR

2010, Mike Schilli <cpan@perlmeister.com>