certbot/certbot-apache
Brad Warren c3cb01d24a
Fixing hanging test farm tests (#9211)
[Our test farm tests started hanging last night](https://dev.azure.com/certbot/certbot/_build/results?buildId=5151&view=logs&j=23275d9a-33b0-57f8-5f28-197fe2e5b9cd&s=1dfbc15b-7d0f-52a9-b1da-b17592bf94f8). Running the tests locally, the cause was `apt-get install` raised an interactive prompt that wasn't handled well and caused the entire system to restart. Here's a [log of that](https://gist.github.com/fb80d0279306d08e4ffd744e559a3df2).

I fixed this by setting `DEBIAN_FRONTEND=noninteractive` as is commonly done in things like Dockerfiles to avoid this problem.
2022-02-22 13:19:48 -08:00
..
certbot_apache Fully type certbot apache (#9177) 2022-01-31 19:17:40 +11:00
tests Fixing hanging test farm tests (#9211) 2022-02-22 13:19:48 -08:00
LICENSE.txt s/letsencrypt/certbot letsencrypt-apache 2016-04-13 16:30:57 -07:00
MANIFEST.in include py.typed marker files in distribution (#9187) 2022-02-04 18:29:26 +01:00
README.rst s/Let's Encrypt/Certbot certbot-apache 2016-04-13 16:36:53 -07:00
setup.py Bump version to 1.24.0 2022-02-08 07:50:45 -08:00

Apache plugin for Certbot