Running a feature branch from the letsencrypt certbot
Posted by jpluimers on 2019/09/27
So I won’t forget; the steps below based on and assumes ~/Versioned is the directory where you keep repositories in:
- #5202 (which does not link to the
alt_overridetree, shame on GitHub) - https://github.com/certbot/certbot/tree/alt_override
- https://certbot.eff.org/docs/contributing.html#running-a-local-copy-of-the-client
- #3364 (comment)
- #3364 (comment)
- https://gist.github.com/jpluimers/fd300f3a500cbc78cd862d2a248e7b03
# cd ~/Versioned # git clone https://github.com/certbot/certbot.git ... # cd certbot # git fetch --all Fetching origin # git checkout alt_override Branch 'alt_override' set up to track remote branch 'alt_override' from 'origin'. Switched to a new branch 'alt_override' # ./certbot-auto --os-packages-only OS packages installed. # ./tools/venv.sh ... very long log ... Please run the following command to activate developer environment: source venv/bin/activate # source ./venv/bin/activate [venv] # venv/bin/certbot renew --force-renewal
–jeroen






Leave a comment