1
0
mirror of https://github.com/certbot/certbot.git synced 2026-01-26 07:41:33 +03:00

Bump initial version to 0.33.1. (#7017)

We made this change locally yesterday while preparing the release.

I tested this change on all AMIs currently in the test farm as well as Fedora 29 and this test passed on all instances.
This commit is contained in:
Brad Warren
2019-05-02 11:32:49 -07:00
committed by GitHub
parent 82f64126d9
commit 862577fffc

View File

@@ -15,8 +15,8 @@ if ! command -v git ; then
exit 1
fi
fi
# 0.18.0 is the oldest version of letsencrypt-auto that works on Fedora 26+.
INITIAL_VERSION="0.18.0"
# 0.33.x is the oldest version of letsencrypt-auto that works on Fedora 29+.
INITIAL_VERSION="0.33.1"
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