mirror of
https://github.com/certbot/certbot.git
synced 2026-06-08 00:02:14 -04:00
This change refactors the release script to handle subpackages which are not bundled as a part of cerbot-auto. The script now allows developers to define subpackages as either being included in certbot-auto, or not. The script then uses one of three sets of subpackages for each operation: * The version number is updated for all non-certbot subpackages (and certbot itself is handled separately) * sdists and wheels are created for all non-certbot subpackages (and certbot itself is handled separately) * Testing is performed for all subpackages * Hashes are pinned for certbot-auto subpackages (including certbot) |
||
|---|---|---|
| .. | ||
| _venv_common.sh | ||
| deactivate.py | ||
| deps.sh | ||
| docker-warning.sh | ||
| eff-pubkey.pem | ||
| half-sign.c | ||
| offline-sigrequest.sh | ||
| pip_install.sh | ||
| release.sh | ||
| sphinx-quickstart.sh | ||
| venv.sh | ||
| venv3.sh | ||