start adding support for quincy, quince and klugman

This commit is contained in:
Sandy Walsh 2014-06-03 19:02:25 +00:00
parent 6965c6dc61
commit 80c4928e20
2 changed files with 6 additions and 1 deletions

View File

@ -20,7 +20,8 @@ fi
cd $SOURCE_DIR
for file in StackTach/shoebox StackTach/simport StackTach/notigen \
StackTach/notabene StackTach/notification_utils rackerlabs/yagi \
StackTach/stackdistiller
StackTach/stackdistiller StackTach/quincy StackTach/quince \
StackTach/klugman
do
git clone https://github.com/$file
done

View File

@ -5,3 +5,7 @@ screen -t gen bash
stuff "cd git/notigen/bin; python event_pump.py\r"
screen -t yagi bash
stuff "cd git/yagi/bin; ./yagi-event --config ../../../shoebox.conf\r"
screen -t quincy bash
stuff "cd git/quincy\r"
screen -t klugman bash
stuff "cd git/klugman\r"