summaryrefslogtreecommitdiffstats
path: root/packaging/deb/trusty/debuild.sh
blob: af991ce9e78e62aec53ca9a764e4e0976cdc4dbf (plain)
1
2
3
4
5
6
7
#!/bin/bash
set -xe
DIR=$(dirname $0)
DIR=$(readlink -f ${DIR})

BUILD_FOLDER=$(${DIR}/../common/prepare.sh ${DIR} ${DIR}/debian honeycomb.conf /etc/init/ ${DIR}/build_dependencies)
${DIR}/../common/debuild.sh ${BUILD_FOLDER}