From 08a3b13f505d81a100cb311330b19202c3a8753b Mon Sep 17 00:00:00 2001 From: Sumit Kumar Date: Thu, 19 Jul 2018 11:36:44 -0500 Subject: Updated gerrit hostname Change-Id: Ie55fd178758591fbed96187c94c2cc1b00eac024 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/62924 Tested-by: Jenkins Server Reviewed-by: Sachin Gupta --- src/tools/hooks/gerrit-hostname | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/tools') diff --git a/src/tools/hooks/gerrit-hostname b/src/tools/hooks/gerrit-hostname index d0aafab0..a36c1cfd 100755 --- a/src/tools/hooks/gerrit-hostname +++ b/src/tools/hooks/gerrit-hostname @@ -6,7 +6,7 @@ # # OpenPOWER sbe Project # -# Contributors Listed Below - COPYRIGHT 2016 +# Contributors Listed Below - COPYRIGHT 2016,2018 # [+] International Business Machines Corp. # # @@ -34,7 +34,7 @@ use strict; my $homeDir = $ENV{'HOME'}; my $sshConfigFile = $homeDir."/.ssh/config"; # If the server changes location these will change -my $gerritHostname = "ralgit01.raleigh.ibm.com"; +my $gerritHostname = "rchgit01.rchland.ibm.com"; my $gerritPort = "29418"; open(CONFIG, "< $sshConfigFile") or die " $? can't open $sshConfigFile: $!" ; -- cgit v1.2.1