This is an automated email from the git hooks/post-receive script. alexm pushed a commit to branch master in repository pkg-perl-tools.
commit 878be0117d995cb00ce699db04a779f24161f6c5 Author: Alex Muntada <al...@debian.org> Date: Tue Nov 21 19:51:04 2017 +0100 Increase verbosity when patching fails --- lib/Debian/PkgPerl/GitHub.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Debian/PkgPerl/GitHub.pm b/lib/Debian/PkgPerl/GitHub.pm index ae89756..946697e 100644 --- a/lib/Debian/PkgPerl/GitHub.pm +++ b/lib/Debian/PkgPerl/GitHub.pm @@ -233,7 +233,7 @@ sub clone_branch_patch_push { $r->run( checkout => '-b', $branch ); # Patch - $r->run( apply => '-p1', realpath($patch) ); + $r->run( apply => '-p1', realpath($patch), { quiet => 0 } ); # Push $r->run( add => '.' ); -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/pkg-perl-tools.git _______________________________________________ Pkg-perl-cvs-commits mailing list Pkg-perl-cvs-commits@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits