Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrien Ferrand <adferrand@users.noreply.github.com>2019-08-06 01:57:20 +0300
committerBrad Warren <bmw@users.noreply.github.com>2019-08-06 01:57:20 +0300
commitf4d17d9a6b0f2ba997cdc8da75dd60c1bbf5ebf1 (patch)
tree397560b27e1ff2bde36963de2cb2c466c8b17e90
parent8bcb04af4a1aec87fa838283eb5c6a4e2d1a625c (diff)
Clean the useless entries in MANIFEST.in (#7299)
Since #7191, TLS configuration files for Apache have been moved to a dedicated folder tls_configs. Then the entries in MANIFEST.in removed by this PR do not correspond to an existing path, and so are not useful anymore.
-rw-r--r--certbot-apache/MANIFEST.in2
1 files changed, 0 insertions, 2 deletions
diff --git a/certbot-apache/MANIFEST.in b/certbot-apache/MANIFEST.in
index a34e215e7..c1f79fcc7 100644
--- a/certbot-apache/MANIFEST.in
+++ b/certbot-apache/MANIFEST.in
@@ -2,7 +2,5 @@ include LICENSE.txt
include README.rst
recursive-include docs *
recursive-include certbot_apache/tests/testdata *
-include certbot_apache/centos-options-ssl-apache.conf
-include certbot_apache/options-ssl-apache.conf
recursive-include certbot_apache/augeas_lens *.aug
recursive-include certbot_apache/tls_configs *.conf