Updated packaging scripts to reflect chages added for test calls framework and removing of oudated fs tutorials, thanks @rinor

This commit is contained in:
DanB
2015-03-14 16:35:30 +01:00
parent 50252c3efc
commit e83eed741b
2 changed files with 3 additions and 4 deletions

View File

@@ -6,9 +6,7 @@ mkdir -p $WORK_DIR
cp -r debian $WORK_DIR/debian
cd $WORK_DIR
git clone https://github.com/cgrates/cgrates.git src/github.com/cgrates/cgrates
tar xvzf src/github.com/cgrates/cgrates/data/tutorials/fs_csv/freeswitch/etc/freeswitch_conf.tar.gz -C src/github.com/cgrates/cgrates/data/tutorials/fs_csv/freeswitch/etc/
rm src/github.com/cgrates/cgrates/data/tutorials/fs_csv/freeswitch/etc/freeswitch_conf.tar.gz
tar xvzf src/github.com/cgrates/cgrates/data/tutorials/fs_json/freeswitch/etc/freeswitch_conf.tar.gz -C src/github.com/cgrates/cgrates/data/tutorials/fs_json/freeswitch/etc/
rm src/github.com/cgrates/cgrates/data/tutorials/fs_json/freeswitch/etc/freeswitch_conf.tar.gz
tar xvzf src/github.com/cgrates/cgrates/data/tutorials/fs_evsock/freeswitch/etc/freeswitch_conf.tar.gz -C src/github.com/cgrates/cgrates/data/tutorials/fs_evsock/freeswitch/etc/
rm src/github.com/cgrates/cgrates/data/tutorials/fs_evsock/freeswitch/etc/freeswitch_conf.tar.gz
dpkg-buildpackage -us -uc
#rm -rf $WORK_DIR

View File

@@ -15,4 +15,5 @@ go get -u -v github.com/gorhill/cronexpr
go get -u -v github.com/cgrates/kamevapi
go get -u -v github.com/DisposaBoy/JsonConfigReader
go get -u -v golang.org/x/net/websocket
go get -u -v github.com/kr/pty