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