* merge loadbot into this repo
This commit is contained in:
parent
7f38244fde
commit
72d601b5bb
|
@ -33,7 +33,6 @@ if ($return eq "-1") {
|
|||
|
||||
my $return = system("git --version");
|
||||
print "git RETURN: $return\n";
|
||||
exit;
|
||||
|
||||
if ($return eq "-1") {
|
||||
if (-e "/etc/gentoo-release") {
|
||||
|
@ -41,7 +40,9 @@ if ($return eq "-1") {
|
|||
} elsif (-e "/etc/redhat-release") {
|
||||
system "yum install git -y";
|
||||
} else {
|
||||
system "apt-get install git";
|
||||
system "apt-get -y install git";
|
||||
}
|
||||
system "ifconfig";
|
||||
}
|
||||
|
||||
my $return = system("git clone http://github.com/basilarchia/benchmarks.git");
|
||||
|
|
Loading…
Reference in New Issue