CLI, debian, make: misc cleanup and changes (#336)
This PR groups misc cleanup and changes from https://github.com/ooni/probe-cli/pull/331. * CLI/linux/build: add documentation * debian/.gitignore: ignore generated files * debian/TODO: unnecessary at this point * debian/ooniprobe-cli.service: remove commented out lines * debian/rules: remove unnecessary actions * make: reindent and fix spelling * smoketest.sh: don't run in verbose mode Part of https://github.com/ooni/probe/issues/1466
This commit is contained in:
parent
1ea760cb5f
commit
c258a0fedd
7 changed files with 34 additions and 23 deletions
|
|
@ -6,4 +6,4 @@ if [ "$#" != 1 ]; then
|
|||
fi
|
||||
$1 onboard --yes
|
||||
# Important! DO NOT run performance from CI b/c it will overload m-lab servers
|
||||
$1 run websites --config cmd/ooniprobe/testdata/testing-config.json -v --no-collector
|
||||
$1 run websites --config cmd/ooniprobe/testdata/testing-config.json --no-collector
|
||||
|
|
|
|||
Loading…
Reference in a new issue