summaryrefslogtreecommitdiffstats
path: root/src/build/tools/gerrit-hostname
diff options
context:
space:
mode:
authorStephen Cprek <smcprek@us.ibm.com>2016-02-27 00:23:05 -0600
committerStephen M. Cprek <smcprek@us.ibm.com>2016-02-27 13:36:15 -0500
commit585ef72dbfcde63b0686d6b9494bbe88ce658d81 (patch)
treebcbc6b1110b514163c834018f0a488359447f52d /src/build/tools/gerrit-hostname
parentda05b018735c570e2da53d9d547e12e92c83c130 (diff)
downloadtalos-hostboot-585ef72dbfcde63b0686d6b9494bbe88ce658d81.tar.gz
talos-hostboot-585ef72dbfcde63b0686d6b9494bbe88ce658d81.zip
update gerrit hostname for migration
Change-Id: If212835a0d790c87f893c262204b7fdd45652891 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/21388 Tested-by: Jenkins Server Reviewed-by: Stephen M. Cprek <smcprek@us.ibm.com>
Diffstat (limited to 'src/build/tools/gerrit-hostname')
-rwxr-xr-xsrc/build/tools/gerrit-hostname4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/build/tools/gerrit-hostname b/src/build/tools/gerrit-hostname
index 6f77778bd..e717e56a5 100755
--- a/src/build/tools/gerrit-hostname
+++ b/src/build/tools/gerrit-hostname
@@ -6,7 +6,7 @@
#
# OpenPOWER HostBoot Project
#
-# Contributors Listed Below - COPYRIGHT 2015
+# Contributors Listed Below - COPYRIGHT 2015,2016
# [+] 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 = "gfw160.aus.stglabs.ibm.com";
+my $gerritHostname = "ralgit01.raleigh.ibm.com";
my $gerritPort = "29418";
open(CONFIG, "< $sshConfigFile") or die " $? can't open $sshConfigFile: $!" ;
OpenPOWER on IntegriCloud