[libdist-zilla-role-bootstrap-perl] 26/101: Configure Git configuration data

Axel Beckert abe at deuxchevaux.org
Sat Aug 8 11:58:32 UTC 2015


This is an automated email from the git hooks/post-receive script.

abe pushed a commit to annotated tag 0.2.2-source
in repository libdist-zilla-role-bootstrap-perl.

commit 49b2786cb6d195fb83e1aeb47de92423323a2176
Author: Kent Fredric <kentfredric at gmail.com>
Date:   Thu Oct 24 09:44:42 2013 +1300

    Configure Git configuration data
---
 install_deps.pl | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/install_deps.pl b/install_deps.pl
index f9a78a0..d4fcd3b 100644
--- a/install_deps.pl
+++ b/install_deps.pl
@@ -59,7 +59,8 @@ if ( env_true('DEVELOPER_DEPS') ) {
 if ( env_is( 'TRAVIS_BRANCH', 'master' ) ) {
   cpanm( @params, 'Dist::Zilla', 'Capture::Tiny', 'Pod::Weaver' );
   cpanm( @params, '--dev',       'Dist::Zilla',   'Pod::Weaver' );
-
+  safe_exec( 'git', 'config', '--global', 'user.email', 'kentfredric+travisci at gmail.com' );
+  safe_exec( 'git', 'config', '--global', 'user.name',  'Travis CI ( On behalf of Kent Fredric )' );
   mkdir '/tmp';
   my $cwd = cwd();
   chdir '/tmp';

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libdist-zilla-role-bootstrap-perl.git



More information about the Pkg-perl-cvs-commits mailing list