Merge branch 'master' into leauto-upgrades

This commit is contained in:
Peter Eckersley
2016-01-27 15:35:46 -08:00
28 changed files with 517 additions and 154 deletions
@@ -29,7 +29,7 @@ unset PIP_INDEX_URL
export PIP_EXTRA_INDEX_URL="$SAVE"
git checkout -f "$BRANCH"
if ! ./letsencrypt-auto -v --debug --version | grep 0.1.1 ; then
if ! ./letsencrypt-auto -v --debug --version | grep 0.3.0 ; then
echo upgrade appeared to fail
exit 1
fi