summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xsrc/build/tools/gerrit-hostname2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/build/tools/gerrit-hostname b/src/build/tools/gerrit-hostname
index e717e56a5..6483a657c 100755
--- a/src/build/tools/gerrit-hostname
+++ b/src/build/tools/gerrit-hostname
@@ -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