[pkg-perl-tools] 04/06: Make patch silent

Alex Muntada alexm-guest at moszumanska.debian.org
Mon Oct 31 17:14:54 UTC 2016


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

alexm-guest pushed a commit to branch forward-github-pr
in repository pkg-perl-tools.

commit a1fecc7a9efd1be8f5700f9430c77210650a58f0
Author: Alex Muntada <alexm at alexm.org>
Date:   Fri Oct 14 18:53:41 2016 +0200

    Make patch silent
---
 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 c5c7f4f..983b119 100644
--- a/lib/Debian/PkgPerl/GitHub.pm
+++ b/lib/Debian/PkgPerl/GitHub.pm
@@ -46,7 +46,7 @@ sub clone_branch_patch_push {
     $r->run( checkout => '-b', $branch, { quiet => 1 } );
 
     # Patch
-    my $patched = system("cat $patch|(cd $workdir && patch -p1)") == 0;
+    my $patched = system("cat $patch|(cd $workdir && patch -p1 --silent)") == 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