Skip to content

Commit

Permalink
Updated gerrit hostname
Browse files Browse the repository at this point in the history
Change-Id: Ie55fd178758591fbed96187c94c2cc1b00eac024
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/62924
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
  • Loading branch information
sumitk56 authored and sgupta2m committed Jul 20, 2018
1 parent 0eff4a7 commit 08a3b13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/tools/hooks/gerrit-hostname
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
# OpenPOWER sbe Project
#
# Contributors Listed Below - COPYRIGHT 2016
# Contributors Listed Below - COPYRIGHT 2016,2018
# [+] International Business Machines Corp.
#
#
Expand Down Expand Up @@ -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: $!" ;
Expand Down

0 comments on commit 08a3b13

Please sign in to comment.