summaryrefslogtreecommitdiffstats
path: root/src/tools
diff options
context:
space:
mode:
authorSumit Kumar <sumit_kumar@in.ibm.com>2018-07-19 11:36:44 -0500
committerSachin Gupta <sgupta2m@in.ibm.com>2018-07-20 08:45:23 -0500
commit08a3b13f505d81a100cb311330b19202c3a8753b (patch)
tree870f6dca6de04fb260313c6e18f0579b834727c5 /src/tools
parent0eff4a7aa441c5197a5d788b1aa341077d7cdc45 (diff)
downloadtalos-sbe-08a3b13f505d81a100cb311330b19202c3a8753b.tar.gz
talos-sbe-08a3b13f505d81a100cb311330b19202c3a8753b.zip
Updated gerrit hostname
Change-Id: Ie55fd178758591fbed96187c94c2cc1b00eac024 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/62924 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
Diffstat (limited to 'src/tools')
-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