hstr/dist/3-deb-push.sh

12 lines
157 B
Bash
Raw Normal View History

2013-12-26 08:05:38 +08:00
#!/bin/bash
2013-12-26 16:26:11 +08:00
. ./env.sh
2014-01-05 06:08:23 +08:00
cd ..
bzr commit -m "Sync."
2013-12-26 08:05:38 +08:00
bzr push lp:~ultradvorka/+junk/hh-package
2014-01-05 06:08:23 +08:00
cd ..
2013-12-26 16:26:11 +08:00
dput ppa:ultradvorka ${HHRELEASE}_source.changes
2013-12-26 08:05:38 +08:00
2014-01-05 06:08:23 +08:00
# eof