From f84f50088e1fd0d676ee12f06876c32fdcbc0a6b Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Wed, 26 Oct 2011 18:29:44 -0400 Subject: [PATCH] * update ip address for loadbot. This shouldn't be hard coded. oh well --- loadbot/prep.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/loadbot/prep.pl b/loadbot/prep.pl index 5852cdb..aa35f63 100755 --- a/loadbot/prep.pl +++ b/loadbot/prep.pl @@ -57,7 +57,7 @@ if ($return eq "-1") { } if ( ! -e "benchmarks") { - my $return = system("git clone http://69.55.54.144/benchmarks/.git/"); + my $return = system("git clone http://69.55.54.91/benchmarks/.git/"); } else { chdir "benchmarks"; my $return = system("git pull");