mirror of
https://github.com/dvorka/hstr.git
synced 2024-11-15 12:30:45 +08:00
11 lines
157 B
Bash
Executable file
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
|