summaryrefslogtreecommitdiffstats
path: root/tools/envsetup
diff options
context:
space:
mode:
authorRichard J. Knight <rjknight@us.ibm.com>2018-07-25 14:12:28 -0500
committerRichard J. Knight <rjknight@us.ibm.com>2018-07-25 14:12:28 -0500
commit62d33641fb57338c0c64be998c64946d357bd87f (patch)
tree0d5f765aae7a25b6bcab7d2a493b92533f190f01 /tools/envsetup
parentc55120a93fee2d0a3a6a230587554ca996cabbb6 (diff)
downloadtalos-hcode-62d33641fb57338c0c64be998c64946d357bd87f.tar.gz
talos-hcode-62d33641fb57338c0c64be998c64946d357bd87f.zip
update gerrit hostname for server migration
Change-Id: Ic8905c6f611dee7b2a18ed1ec1eb4c400034a0d4
Diffstat (limited to 'tools/envsetup')
-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