mirror of
https://github.com/certbot/certbot.git
synced 2026-08-01 19:02:52 +02: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
|
exit 1
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
# 0.17.0 is the oldest version of letsencrypt-auto that has precompiled
|
# 0.18.0 is the oldest version of letsencrypt-auto that works on Fedora 26+.
|
||||||
# cryptography and the tagged commit is in master. 0.16.0 was the first version
|
INITIAL_VERSION="0.18.0"
|
||||||
# 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"
|
|
||||||
git checkout -f "v$INITIAL_VERSION" letsencrypt-auto
|
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
|
if ! ./letsencrypt-auto -v --debug --version --no-self-upgrade 2>&1 | tail -n1 | grep "^certbot $INITIAL_VERSION$" ; then
|
||||||
echo initial installation appeared to fail
|
echo initial installation appeared to fail
|
||||||
|
|||||||
@@ -49,8 +49,8 @@ targets:
|
|||||||
type: centos
|
type: centos
|
||||||
virt: hvm
|
virt: hvm
|
||||||
user: ec2-user
|
user: ec2-user
|
||||||
- ami: ami-518bfb3b
|
- ami: ami-5c69df23
|
||||||
name: fedora23
|
name: fedora28
|
||||||
type: centos
|
type: centos
|
||||||
virt: hvm
|
virt: hvm
|
||||||
user: fedora
|
user: fedora
|
||||||
|
|||||||
Reference in New Issue
Block a user