mirror of
https://github.com/certbot/certbot.git
synced 2026-01-26 07:41:33 +03:00
Update Fedora AMI (#6956)
* Update Fedora AMI to Fedora 28. * Update initial version in test_leauto_upgrades.
This commit is contained in:
committed by
Adrien Ferrand
parent
de84688844
commit
d7610c1ae7
@@ -15,13 +15,8 @@ if ! command -v git ; then
|
||||
exit 1
|
||||
fi
|
||||
fi
|
||||
# 0.17.0 is the oldest version of letsencrypt-auto that has precompiled
|
||||
# cryptography and the tagged commit is in master. 0.16.0 was the first version
|
||||
# to use precompiled cryptography, but the release PR was squashed losing the
|
||||
# commit. We want to use a precompiled version of cryptography for stability.
|
||||
# Previous versions that have to compile against OpenSSL on installation
|
||||
# started failing on newer distros with newer versions of OpenSSL.
|
||||
INITIAL_VERSION="0.17.0"
|
||||
# 0.18.0 is the oldest version of letsencrypt-auto that works on Fedora 26+.
|
||||
INITIAL_VERSION="0.18.0"
|
||||
git checkout -f "v$INITIAL_VERSION" letsencrypt-auto
|
||||
if ! ./letsencrypt-auto -v --debug --version --no-self-upgrade 2>&1 | tail -n1 | grep "^certbot $INITIAL_VERSION$" ; then
|
||||
echo initial installation appeared to fail
|
||||
|
||||
@@ -49,8 +49,8 @@ targets:
|
||||
type: centos
|
||||
virt: hvm
|
||||
user: ec2-user
|
||||
- ami: ami-518bfb3b
|
||||
name: fedora23
|
||||
- ami: ami-5c69df23
|
||||
name: fedora28
|
||||
type: centos
|
||||
virt: hvm
|
||||
user: fedora
|
||||
|
||||
Reference in New Issue
Block a user