mirror of
https://github.com/certbot/certbot.git
synced 2026-08-01 19:02:52 +02:00
Check out a specific version of Boulder.
A recent Boulder change broke integration tests, this fixes it.
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
set -xe
|
set -xe
|
||||||
|
|
||||||
# Check out special branch until latest docker changes land in Boulder master.
|
# Check out special branch until latest docker changes land in Boulder master.
|
||||||
git clone https://github.com/letsencrypt/boulder $BOULDERPATH
|
git clone -b 71e4af43f792f33e6ab1aa87ddc23a6a368889f2 https://github.com/letsencrypt/boulder $BOULDERPATH
|
||||||
cd $BOULDERPATH
|
cd $BOULDERPATH
|
||||||
sed -i 's/FAKE_DNS: .*/FAKE_DNS: 172.17.42.1/' docker-compose.yml
|
sed -i 's/FAKE_DNS: .*/FAKE_DNS: 172.17.42.1/' docker-compose.yml
|
||||||
docker-compose up -d
|
docker-compose up -d
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
# >>>> only tested on Ubuntu 14.04LTS <<<<
|
# >>>> only tested on Ubuntu 14.04LTS <<<<
|
||||||
|
|
||||||
# Check out special branch until latest docker changes land in Boulder master.
|
# Check out special branch until latest docker changes land in Boulder master.
|
||||||
git clone https://github.com/letsencrypt/boulder $BOULDERPATH
|
git clone -b 71e4af43f792f33e6ab1aa87ddc23a6a368889f2 https://github.com/letsencrypt/boulder $BOULDERPATH
|
||||||
cd $BOULDERPATH
|
cd $BOULDERPATH
|
||||||
sed -i 's/FAKE_DNS: .*/FAKE_DNS: 172.17.42.1/' docker-compose.yml
|
sed -i 's/FAKE_DNS: .*/FAKE_DNS: 172.17.42.1/' docker-compose.yml
|
||||||
docker-compose up -d
|
docker-compose up -d
|
||||||
|
|||||||
Reference in New Issue
Block a user