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>