[libcode-tidyall-perl] 299/374: add stderr

Jonas Smedegaard js at alioth.debian.org
Sun Sep 29 22:26:39 UTC 2013


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

js pushed a commit to branch master
in repository libcode-tidyall-perl.

commit 471fa5c38dc1587a06b6b0b678fcb78169f0974b
Author: Jonathan Swartz <swartz at pobox.com>
Date:   Tue Oct 2 17:04:34 2012 -0700

    add stderr
---
 lib/Code/TidyAll/Git/Prereceive.pm |    1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/Code/TidyAll/Git/Prereceive.pm b/lib/Code/TidyAll/Git/Prereceive.pm
index 768c409..032cfba 100644
--- a/lib/Code/TidyAll/Git/Prereceive.pm
+++ b/lib/Code/TidyAll/Git/Prereceive.pm
@@ -120,6 +120,7 @@ sub check_repeated_push {
             my $push_sig = sha1_hex($input);
             if ( -f $last_push_file ) {
                 my ( $last_push_sig, $count ) = split( /\s+/, read_file($last_push_file) );
+                print STDERR "*** last_push_sig = $last_push_sig\n";
                 if ( $last_push_sig eq $push_sig ) {
                     ++$count;
                     print STDERR "*** Identical push seen $count times\n";

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libcode-tidyall-perl.git



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