mirror of
https://github.com/dvorka/hstr.git
synced 2024-11-15 12:30:45 +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
|