From ff8afe827b217573866a39e685f8d21af9ecb011 Mon Sep 17 00:00:00 2001 From: Remi Rampin Date: Wed, 7 Jun 2023 20:27:28 -0400 Subject: [PATCH] Update GitHub repo location letsencrypt -> certbot (#9713) * Update GitHub repo location letsencrypt -> certbot * Revert changes to CHANGELOG --- acme/setup.py | 2 +- certbot-apache/setup.py | 2 +- certbot-compatibility-test/setup.py | 2 +- certbot-nginx/setup.py | 2 +- certbot/certbot/_internal/tests/main_test.py | 2 +- certbot/certbot/configuration.py | 1 - certbot/setup.py | 2 +- letstest/README.md | 2 +- letstest/letstest/multitester.py | 6 +++--- windows-installer/setup.py | 2 +- 10 files changed, 11 insertions(+), 12 deletions(-) diff --git a/acme/setup.py b/acme/setup.py index 4296e4ad6..8581a1e23 100644 --- a/acme/setup.py +++ b/acme/setup.py @@ -31,7 +31,7 @@ setup( name='acme', version=version, description='ACME protocol implementation in Python', - url='https://github.com/letsencrypt/letsencrypt', + url='https://github.com/certbot/certbot', author="Certbot Project", author_email='certbot-dev@eff.org', license='Apache License 2.0', diff --git a/certbot-apache/setup.py b/certbot-apache/setup.py index d877eb668..78ada824c 100644 --- a/certbot-apache/setup.py +++ b/certbot-apache/setup.py @@ -25,7 +25,7 @@ setup( name='certbot-apache', version=version, description="Apache plugin for Certbot", - url='https://github.com/letsencrypt/letsencrypt', + url='https://github.com/certbot/certbot', author="Certbot Project", author_email='certbot-dev@eff.org', license='Apache License 2.0', diff --git a/certbot-compatibility-test/setup.py b/certbot-compatibility-test/setup.py index 291604986..0dd141c25 100644 --- a/certbot-compatibility-test/setup.py +++ b/certbot-compatibility-test/setup.py @@ -14,7 +14,7 @@ setup( name='certbot-compatibility-test', version=version, description="Compatibility tests for Certbot", - url='https://github.com/letsencrypt/letsencrypt', + url='https://github.com/certbot/certbot', author="Certbot Project", author_email='certbot-dev@eff.org', license='Apache License 2.0', diff --git a/certbot-nginx/setup.py b/certbot-nginx/setup.py index e0dcd4f22..6aa48c2fc 100644 --- a/certbot-nginx/setup.py +++ b/certbot-nginx/setup.py @@ -23,7 +23,7 @@ setup( name='certbot-nginx', version=version, description="Nginx plugin for Certbot", - url='https://github.com/letsencrypt/letsencrypt', + url='https://github.com/certbot/certbot', author="Certbot Project", author_email='certbot-dev@eff.org', license='Apache License 2.0', diff --git a/certbot/certbot/_internal/tests/main_test.py b/certbot/certbot/_internal/tests/main_test.py index c67958fcd..b2b715ea8 100644 --- a/certbot/certbot/_internal/tests/main_test.py +++ b/certbot/certbot/_internal/tests/main_test.py @@ -1110,7 +1110,7 @@ class MainTest(test_util.ConfigTestCase): # This needed two calls to find_all(), which we're avoiding for now # because of possible side effects: - # https://github.com/letsencrypt/letsencrypt/commit/51ed2b681f87b1eb29088dd48718a54f401e4855 + # https://github.com/certbot/certbot/commit/51ed2b681f87b1eb29088dd48718a54f401e4855 # with mock.patch('certbot._internal.cli.plugins_testable') as plugins: # plugins.return_value = {"apache": True, "nginx": True} # ret, _, _, _ = self._call(args) diff --git a/certbot/certbot/configuration.py b/certbot/certbot/configuration.py index 62277db6c..4720d7ecc 100644 --- a/certbot/certbot/configuration.py +++ b/certbot/certbot/configuration.py @@ -423,7 +423,6 @@ class NamespaceConfig: def __deepcopy__(self, _memo: Any) -> 'NamespaceConfig': # Work around https://bugs.python.org/issue1515 for py26 tests :( :( - # https://travis-ci.org/letsencrypt/letsencrypt/jobs/106900743#L3276 new_ns = copy.deepcopy(self.namespace) new_config = type(self)(new_ns) if self.set_argument_sources is not None: diff --git a/certbot/setup.py b/certbot/setup.py index 2e60c30a7..15ca1f865 100644 --- a/certbot/setup.py +++ b/certbot/setup.py @@ -117,7 +117,7 @@ setup( version=version, description="ACME client", long_description=readme, - url='https://github.com/letsencrypt/letsencrypt', + url='https://github.com/certbot/certbot', author="Certbot Project", author_email='certbot-dev@eff.org', license='Apache License 2.0', diff --git a/letstest/README.md b/letstest/README.md index 3f6017af3..40e4833a7 100644 --- a/letstest/README.md +++ b/letstest/README.md @@ -50,4 +50,4 @@ See: - https://docs.aws.amazon.com/cli/latest/userguide/cli-ec2-keypairs.html Main repos: -- https://github.com/letsencrypt/letsencrypt +- https://github.com/certbot/certbot diff --git a/letstest/letstest/multitester.py b/letstest/letstest/multitester.py index c213a8637..336c6d545 100644 --- a/letstest/letstest/multitester.py +++ b/letstest/letstest/multitester.py @@ -58,17 +58,17 @@ parser.add_argument('test_script', default='test_apache2.sh', help='path of bash script in to deploy and run') parser.add_argument('--repo', - default='https://github.com/letsencrypt/letsencrypt.git', + default='https://github.com/certbot/certbot.git', help='certbot git repo to use') parser.add_argument('--branch', default='~', help='certbot git branch to trial') parser.add_argument('--pull_request', default='~', - help='letsencrypt/letsencrypt pull request to trial') + help='certbot/certbot pull request to trial') parser.add_argument('--merge_master', action='store_true', - help="if set merges PR into master branch of letsencrypt/letsencrypt") + help="if set merges PR into master branch of certbot/certbot") parser.add_argument('--saveinstances', action='store_true', help="don't kill EC2 instances after run, useful for debugging") diff --git a/windows-installer/setup.py b/windows-installer/setup.py index c1f038749..05ac7f12a 100644 --- a/windows-installer/setup.py +++ b/windows-installer/setup.py @@ -7,7 +7,7 @@ setup( name='windows-installer', version=version, description='Environment to build the Certbot Windows installer', - url='https://github.com/letsencrypt/letsencrypt', + url='https://github.com/certbot/certbot', author="Certbot Project", author_email='certbot-dev@eff.org', license='Apache License 2.0',