* add a pull target
This commit is contained in:
parent
b993aef039
commit
dec07a6b10
4
Makefile
4
Makefile
|
@ -15,6 +15,10 @@ prep:
|
|||
cat loadbot/testservers |xargs -n 1 --replace=BLAH scp loadbot/prep.pl BLAH:
|
||||
cat loadbot/testservers |xargs --verbose -n 1 --replace=BLAH ssh BLAH ./prep.pl
|
||||
|
||||
pull:
|
||||
git update-server-info
|
||||
cat loadbot/testservers |xargs --verbose -n 1 --replace=BLAH ssh BLAH "cd benchmarks; git pull"
|
||||
|
||||
screen:
|
||||
cat loadbot/testservers |xargs --verbose -n 1 --replace=BLAH ssh BLAH "screen -d -m -S loadbot -c /root/benchmarks/screenrc"
|
||||
|
||||
|
|
Loading…
Reference in New Issue