File: control

package info (click to toggle)
python-certbot-nginx 4.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 660 kB
  • sloc: python: 4,507; sh: 47; makefile: 11
file content (14 lines) | stat: -rw-r--r-- 512 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# <bmw> rbasak: while it's not exactly pretty, here's a pretty decent
# one line test that certbot and its plugins and dependencies are
# installed correctly
# <bmw> certbot plugins --prepare | grep -q apache && certbot --help
# nginx | grep -q nginx-ctl

# Changed due to removal of prefix
Test-Command: certbot --help nginx | grep -q "sleep-seconds"
Depends: python3-certbot-nginx

# End to end nginx test
Tests: nginx
Depends: @, pebble, nginx, curl
Restrictions: needs-root, allow-stderr, isolation-container