summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xsrc/tools/hooks/gerrit-hostname4
1 files changed, 2 insertions, 2 deletions
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: $!" ;
OpenPOWER on IntegriCloud