From 80c4928e20fa4dfb89addb5edc3ee58f2f2df32f Mon Sep 17 00:00:00 2001 From: Sandy Walsh Date: Tue, 3 Jun 2014 19:02:25 +0000 Subject: [PATCH] start adding support for quincy, quince and klugman --- build.sh | 3 ++- screenrc | 4 ++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/build.sh b/build.sh index c89ead3..aefaf66 100755 --- a/build.sh +++ b/build.sh @@ -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 diff --git a/screenrc b/screenrc index 65de29d..9d3f40e 100644 --- a/screenrc +++ b/screenrc @@ -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"