hstr/dist/3-deb-push.sh
2014-01-04 23:08:23 +01:00

11 lines
157 B
Bash
Executable file

#!/bin/bash
. ./env.sh
cd ..
bzr commit -m "Sync."
bzr push lp:~ultradvorka/+junk/hh-package
cd ..
dput ppa:ultradvorka ${HHRELEASE}_source.changes
# eof