mirror of
https://github.com/certbot/certbot.git
synced 2026-06-04 22:33:00 -04:00
Unset CERTBOT_OLDEST in release script.
This commit is contained in:
parent
ef67c3e7ec
commit
2aa6f8274e
1 changed files with 3 additions and 0 deletions
|
|
@ -109,6 +109,9 @@ SetVersion() {
|
|||
|
||||
SetVersion "$version"
|
||||
|
||||
# Unset CERTBOT_OLDEST to prevent wheels from being built improperly due to
|
||||
# conditionals like the one found in certbot-dns-dnsimple's setup.py file.
|
||||
unset CERTBOT_OLDEST
|
||||
echo "Preparing sdists and wheels"
|
||||
for pkg_dir in . $SUBPKGS_NO_CERTBOT
|
||||
do
|
||||
|
|
|
|||
Loading…
Reference in a new issue