From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0B3F31396D0 for ; Sat, 16 Sep 2017 22:36:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7011B1FC17D; Sat, 16 Sep 2017 22:36:44 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 52AF21FC17D for ; Sat, 16 Sep 2017 22:36:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2A1973416BA for ; Sat, 16 Sep 2017 22:36:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 81CEC9089 for ; Sat, 16 Sep 2017 22:36:40 +0000 (UTC) From: "Kent Fredric" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kent Fredric" Message-ID: <1505599649.3ada1f58b0b05b765b668a16e317a0319f2c7f1d.kentnl@gentoo> Subject: [gentoo-commits] proj/perl-overlay:master commit in: scripts/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: scripts/ssh_multiplex.pl X-VCS-Directories: scripts/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 3ada1f58b0b05b765b668a16e317a0319f2c7f1d X-VCS-Branch: master Date: Sat, 16 Sep 2017 22:36:40 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: e0c604d7-f498-42b1-b07e-ae3d47eb32a9 X-Archives-Hash: 7a721c49e20662bb2bca99983183f5a7 commit: 3ada1f58b0b05b765b668a16e317a0319f2c7f1d Author: Kent Fredric gentoo org> AuthorDate: Tue Jan 17 01:37:54 2017 +0000 Commit: Kent Fredric gentoo org> CommitDate: Sat Sep 16 22:07:29 2017 +0000 URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=3ada1f58 scripts/: update multiplex script for current gentoo repos scripts/ssh_multiplex.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/ssh_multiplex.pl b/scripts/ssh_multiplex.pl index cb3d4c9bb..703e4c96d 100755 --- a/scripts/ssh_multiplex.pl +++ b/scripts/ssh_multiplex.pl @@ -38,9 +38,9 @@ spawn_cmd( { pids => \@pids, params => [qw( background no_execute_command no_stdin control_master )], - connect => 'git@git.overlays.gentoo.org', + connect => 'git@git.gentoo.org', cleanup => sub { - say "\e[32mConnected to git\@git.overlays.gentoo.org\e[0m"; + say "\e[32mConnected to git\@git.gentoo.org\e[0m"; }, } );