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
path: root/tests
diff options
context:
space:
mode:
authorBrad Warren <bmw@users.noreply.github.com>2021-07-15 00:34:54 +0300
committerGitHub <noreply@github.com>2021-07-15 00:34:54 +0300
commit117791b582fcf78d7f5cedf7921f856f5274ab6a (patch)
tree8de29eab082d4b8dbe2c22d6d5df666cb19c9e8c /tests
parent2ab7857fa58797ff9cad26b5de067d0f6210a97c (diff)
Remove unneeded certbot-auto files (#8938)
Diffstat (limited to 'tests')
-rwxr-xr-xtests/modification-check.py11
1 files changed, 0 insertions, 11 deletions
diff --git a/tests/modification-check.py b/tests/modification-check.py
index 8f3ae1264..c1530d1f9 100755
--- a/tests/modification-check.py
+++ b/tests/modification-check.py
@@ -10,11 +10,6 @@ import os
# taken from our v1.14.0 tag which was the last release we intended to make
# changes to certbot-auto.
#
-# certbot-auto, letsencrypt-auto, and letsencrypt-auto-source/certbot-auto.asc
-# can be removed from this dict after coordinating with tech ops to ensure we
-# get the behavior we want from https://dl.eff.org. See
-# https://github.com/certbot/certbot/issues/8742 for more info.
-#
# Deleting letsencrypt-auto-source/letsencrypt-auto and
# letsencrypt-auto-source/letsencrypt-auto.sig can be done once we're
# comfortable breaking any certbot-auto scripts that haven't already updated to
@@ -22,14 +17,8 @@ import os
# https://opensource.eff.org/eff-open-source/pl/65geri7c4tr6iqunc1rpb3mpna for
# more info.
EXPECTED_FILES = {
- 'certbot-auto':
- 'b997e3608526650a08e36e682fc3bf0c29903c06fa5ba4cc49308c43832450c2',
- 'letsencrypt-auto':
- 'b997e3608526650a08e36e682fc3bf0c29903c06fa5ba4cc49308c43832450c2',
os.path.join('letsencrypt-auto-source', 'letsencrypt-auto'):
'b997e3608526650a08e36e682fc3bf0c29903c06fa5ba4cc49308c43832450c2',
- os.path.join('letsencrypt-auto-source', 'certbot-auto.asc'):
- '0558ba7bd816732b38c092e8fedb6033dad01f263e290ec6b946263aaf6625a8',
os.path.join('letsencrypt-auto-source', 'letsencrypt-auto.sig'):
'61c036aabf75da350b0633da1b2bef0260303921ecda993455ea5e6d3af3b2fe',
}