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

alexm-guest pushed a commit to branch master
in repository pkg-perl-tools.

commit 2b271248f0fe6bd951b1be42489bf47924c0f21a
Author: Alex Muntada <al...@alexm.org>
Date:   Sat May 28 12:14:56 2016 +0200

    scripts/github-oauth: build default note-text as documented
---
 scripts/github-oauth | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/github-oauth b/scripts/github-oauth
index ef2071b..bea26c9 100755
--- a/scripts/github-oauth
+++ b/scripts/github-oauth
@@ -55,7 +55,7 @@ my $note = $ARGV[1];
 unless ($note) {
     require Sys::Hostname;
     my $host = Sys::Hostname::hostname();
-    $note = "pkg-perl-tools";
+    $note = "pkg-perl-tools on host $host";
 }
 
 my $gh = Net::GitHub->new(    # Net::GitHub::V3

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

Reply via email to