* add a pull target

This commit is contained in:
Jeff Carr 2011-09-27 10:55:50 -04:00
parent b993aef039
commit dec07a6b10
1 changed files with 4 additions and 0 deletions

View File

@ -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"