blob: 788f61b56e1695bd6418db404fcc62ccc40eed4c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
debs: webdeb prepdeb wirelessdeb
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
wirelessdeb:
# By default we will but not sign for now
cd dreamplug-uaputl && debuild --no-tgz-check -us -uc
|