- add libcoredumper to support newest changes in master

This commit is contained in:
Michael Iedema 2014-03-31 14:38:42 +02:00
parent bc0042a39c
commit 12d98f7539
3 changed files with 11 additions and 0 deletions

1
.gitignore vendored
View File

@ -16,3 +16,4 @@ asterisk-config
asterisk
libsqliteodbc
system-config
libcoredumper

View File

@ -73,6 +73,15 @@ BUILDNAME="BUILD-`date +"%Y-%m-%d--%H-%M-%S"`"
echo "# make a home for this build"
sayAndDo mkdir $BUILDNAME
echo "# libcoredumper - building Debian package and installing as dependency"
sayAndDo cd libcoredumper
sayAndDo ./build.sh
sayAndDo mv libcoredumper* ../$BUILDNAME
sayAndDo cd ..
sayAndDo sudo dpkg -i $BUILDNAME/libcoredumper*.deb
echo "# - done"
echo
echo "# libsqliteodbc - building Debian package and installing as dependency"
sayAndDo cd libsqliteodbc
sayAndDo ./build.sh

View File

@ -30,6 +30,7 @@ REPOS="\
asterisk-config \
CommonLibs \
liba53 \
libcoredumper \
libsqliteodbc \
libzmq \
NodeManager \