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 7d687924fd2852d494c29b2190e3f74a22e77497 Author: Kent Fredric <[email protected]> Date: Tue Nov 5 02:32:02 2013 +1300 use depth 1 --- lib/tools.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/tools.pm b/lib/tools.pm index 4e09744..0da1620 100644 --- a/lib/tools.pm +++ b/lib/tools.pm @@ -85,7 +85,7 @@ sub get_sterile { chdir '/tmp'; my $version = $]; safe_exec( - 'git', 'clone', '--depth=10', + 'git', 'clone', '--depth=1', '--branch=' . $version, 'https://github.com/kentfredric/perl5-sterile.git', 'perl5-sterile' -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libdist-zilla-role-bootstrap-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
