mirror of
https://github.com/dvorka/hstr.git
synced 2025-01-06 15:08:13 +08:00
12 lines
180 B
Bash
Executable file
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
|