Welcome to mirror list, hosted at ThFree Co, Russian Federation.

boulder-start.sh « tests - github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: acf8f0bbf9afd03bbe820bb7f1c870a487ad6b10 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/bash

export GOPATH="${GOPATH:-/tmp/go}"
export PATH="$GOPATH/bin:$PATH"

./tests/boulder-fetch.sh

cd $GOPATH/src/github.com/letsencrypt/boulder
./start.py