Update GitHub repo location letsencrypt -> certbot (#9713)

* Update GitHub repo location letsencrypt -> certbot

* Revert changes to CHANGELOG
This commit is contained in:
Remi Rampin
2023-06-08 10:27:28 +10:00
committed by GitHub
parent 468f4749b8
commit ff8afe827b
10 changed files with 11 additions and 12 deletions
+1 -1
View File
@@ -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
+3 -3
View File
@@ -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")