blob: eec600c9624391ade6869d23bf92f54e4b28f386 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
debs: webdeb prepdeb mvdebs
webdeb:
# By default we will but not sign for now
cd torouter-web && debuild --no-tgz-check -us -uc
prepdeb:
# By default we will but not sign for now
cd torouter-prep && debuild --no-tgz-check -us -uc
mvdebs:
mv *.deb *.build *.changes *.dsc *.tar.gz packages-for-upload/
|