hstr/dist/3-ubuntu-push-deb.sh

13 lines
216 B
Bash
Raw Normal View History

2013-12-26 08:05:38 +08:00
#!/bin/bash
2014-01-05 20:38:18 +08:00
. ./ubuntu-env.sh
2013-12-26 16:26:11 +08:00
2014-01-05 06:08:23 +08:00
cd ..
2014-01-05 20:38:18 +08:00
#bzr commit -m "Sync."
2014-01-05 18:07:31 +08:00
bzr push lp:~ultradvorka/+junk/hh-package
2014-01-05 06:08:23 +08:00
cd ..
2014-01-05 20:38:18 +08:00
#rm -rvf *.orig.tar.gz ./build-area/*.orig.tar.gz
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