[pkg-perl-tools] 02/03: Increase verbosity when patching fails

Alex Muntada alexm at debian.org
Tue Nov 21 18:56:45 UTC 2017


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 <alexm at 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



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