Name : perl-Dist-Zilla-Plugin-GitObtain
| |
Version : 0.06
| Vendor : obs://build_opensuse_org/devel:languages:perl
|
Release : 1.1
| Date : 2015-04-17 19:22:32
|
Group : Development/Libraries/Perl
| Source RPM : perl-Dist-Zilla-Plugin-GitObtain-0.06-1.1.src.rpm
|
Size : 0.03 MB
| |
Packager : (none)
| |
Summary : Obtain files from a git repository before building a distribution
|
Description :
This module uses the Git::Wrapper manpage to obtain files from git repositories before building a distribution.
Projects downloaded via git would be placed into the current directory by default. To specify an alternate location, use the \'--git_dir\' option. This directory and any intermediate directories in the path will be created if they do not already exist.
Following the \'[GitObtain]\' section header is the list of git repositories to download and include in the distribution. Each repository is specified by the name of the directory in which the repository will be checked out, an equals sign (\'=\'), the URL to the git repository, and an optional \"tag\" to checkout. Anything that may be passed to \'git checkout\' may be used for the \"tag\"; the default is \'master\'. The repository directory will be created beneath the path specified in the section heading. So,
[GitObtain] --git_dir = foo my_project = git://github.com/example/my_project.git another_project = git://github.com/example/another_project.git
will create a _foo_ directory beneath the current directory and _my_project_ and _another_project_ directories inside of the _foo_ directory. Each of the _my_project_ and _another_project_ directories will be git repositories.
To specify multiple target directories in which to obtain git repositories, use alternate section names in the section header:
[GitObtain / alpha ] --git_dir = foo my_project = git://github.com/example/my_project.git
[GitObtain / beta ] --git_dir = bar another_project = git://github.com/example/another_project.git
The above example config contains 2 GitObtain sections called \'alpha\' and \'beta\'. The \'alpha\' section creates repositories in the _foo_ directory and the \'beta\' section creates repositories in the _bar_ directory.
|
RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/languages:/perl/SLE_12/noarch |
Hmm ... It's impossible ;-) This RPM doesn't exist on any FTP server
Provides :
perl(Dist::Zilla::Plugin::GitObtain)
perl-Dist-Zilla-Plugin-GitObtain
Requires :