summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xtools/envsetup/gerrit-hostname6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/envsetup/gerrit-hostname b/tools/envsetup/gerrit-hostname
index 443a6598..ad0fe168 100755
--- a/tools/envsetup/gerrit-hostname
+++ b/tools/envsetup/gerrit-hostname
@@ -4,9 +4,9 @@
#
# $Source: tools/envsetup/gerrit-hostname $
#
-# OpenPOWER HCODE Project
+# OpenPOWER EKB Project
#
-# COPYRIGHT 2015,2017
+# COPYRIGHT 2015,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