diff --git a/Makefile b/Makefile index 634d263..4c20024 100644 --- a/Makefile +++ b/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"