hstr/dist/deb-build.sh
2013-12-26 09:26:11 +01:00

12 lines
180 B
Bash
Executable file

#!/bin/bash
. ./env.sh
rm -vf *.*~
cd ..
bzr commit -m "Sync."
bzr builddeb -- -us -uc
bzr builddeb -S && cd ../build-area && pbuilder-dist raring build ${HHRELEASE}.dsc
# eof