From 62d33641fb57338c0c64be998c64946d357bd87f Mon Sep 17 00:00:00 2001 From: "Richard J. Knight" Date: Wed, 25 Jul 2018 14:12:28 -0500 Subject: update gerrit hostname for server migration Change-Id: Ic8905c6f611dee7b2a18ed1ec1eb4c400034a0d4 --- tools/envsetup/gerrit-hostname | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tools/envsetup') 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: $!" ; -- cgit v1.2.1