mirror of
https://github.com/dvorka/hstr.git
synced 2025-01-03 05:32:41 +08:00
11 lines
171 B
Bash
11 lines
171 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
rm -vf *.*~
|
||
|
|
||
|
cd ..
|
||
|
bzr commit -m "Sync."
|
||
|
bzr builddeb -- -us -uc
|
||
|
bzr builddeb -S && cd ../build-area && pbuilder-dist raring build hh_0.7-0ubuntu1.dsc
|
||
|
|
||
|
# eof
|