blob: 2a25f111118610259605388be7874dd0fa585f9a (
plain)
1
2
3
4
5
6
7
8
9
|
debs: webdeb prepdeb
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
|