start adding support for quincy, quince and klugman
This commit is contained in:
parent
6965c6dc61
commit
80c4928e20
3
build.sh
3
build.sh
@ -20,7 +20,8 @@ fi
|
|||||||
cd $SOURCE_DIR
|
cd $SOURCE_DIR
|
||||||
for file in StackTach/shoebox StackTach/simport StackTach/notigen \
|
for file in StackTach/shoebox StackTach/simport StackTach/notigen \
|
||||||
StackTach/notabene StackTach/notification_utils rackerlabs/yagi \
|
StackTach/notabene StackTach/notification_utils rackerlabs/yagi \
|
||||||
StackTach/stackdistiller
|
StackTach/stackdistiller StackTach/quincy StackTach/quince \
|
||||||
|
StackTach/klugman
|
||||||
do
|
do
|
||||||
git clone https://github.com/$file
|
git clone https://github.com/$file
|
||||||
done
|
done
|
||||||
|
4
screenrc
4
screenrc
@ -5,3 +5,7 @@ screen -t gen bash
|
|||||||
stuff "cd git/notigen/bin; python event_pump.py\r"
|
stuff "cd git/notigen/bin; python event_pump.py\r"
|
||||||
screen -t yagi bash
|
screen -t yagi bash
|
||||||
stuff "cd git/yagi/bin; ./yagi-event --config ../../../shoebox.conf\r"
|
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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user