* update ip address for loadbot. This shouldn't be hard coded. oh well
This commit is contained in:
parent
4e4e8aa5af
commit
f84f50088e
|
@ -57,7 +57,7 @@ if ($return eq "-1") {
|
||||||
}
|
}
|
||||||
|
|
||||||
if ( ! -e "benchmarks") {
|
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 {
|
} else {
|
||||||
chdir "benchmarks";
|
chdir "benchmarks";
|
||||||
my $return = system("git pull");
|
my $return = system("git pull");
|
||||||
|
|
Loading…
Reference in New Issue