Skip to content

Commit

Permalink
update gerrit hostname for server migration
Browse files Browse the repository at this point in the history
Change-Id: Ic8905c6f611dee7b2a18ed1ec1eb4c400034a0d4
  • Loading branch information
rjknight committed Jul 25, 2018
1 parent 8c2de09 commit d9f40cc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tools/envsetup/gerrit-hostname
Original file line number Diff line number Diff line change
Expand Up @@ -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.
#
#
Expand Down Expand Up @@ -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: $!" ;
Expand Down

0 comments on commit d9f40cc

Please sign in to comment.