certbot/certbot-apache/certbot_apache/tests/testdata
ohemorange 34d655151d Remove commas in filename (#6692)
This will immediately address the breakage reported in #6682 and tracked at #6685. Pip 19.0.0 and 19.0.1 don't allow commas in filenames, so don't use commas in filenames in certbot-apache test code.

I've confirmed that this fixes the issue on a machine that fails with the version of certbot-auto currently in master: recent version of virtualenv, python 2.7.

Steps to test:

push master to test box
run tools/venv.py
activate venv
pip --version: 19.0.1
pip install ./certbot-apache/: fails
push branch code to test box
confirm pip --version still 19.0.1
pip install ./certbot-apache/: success

* Rename old,default.conf to old-and-default.conf

* Update changelog

* sites-enabled should contain a symlink to sites-available
2019-01-24 11:37:36 -08:00
..
centos7_apache/apache Parse variables without whitespace separator correctly in CentOS family of distributions (#5318) 2017-12-11 11:50:56 -08:00
complex_parsing s/letsencrypt/certbot letsencrypt-apache 2016-04-13 16:30:57 -07:00
debian_apache_2_4 Remove commas in filename (#6692) 2019-01-24 11:37:36 -08:00
gentoo_apache/apache Remove unnecessary dotfiles (#6151) 2018-06-27 09:32:53 -07:00