mirror of
https://github.com/certbot/certbot.git
synced 2026-07-30 16:14:44 +02:00
Set up unreleased packages minus dns plugins to use pyproject.toml (#10424)
Part of https://github.com/certbot/certbot/issues/10403 We were never actually updating the versions in certbot-ci and letstest. Not that it really matters, but let's do that there as well.
This commit is contained in:
+2
-2
@@ -104,7 +104,7 @@ git commit -m "Update changelog for $version release"
|
||||
SetVersion() {
|
||||
ver="$1"
|
||||
# bumping Certbot's version number is done differently
|
||||
for pkg_dir in $SUBPKGS_NO_CERTBOT certbot-compatibility-test
|
||||
for pkg_dir in $SUBPKGS_NO_CERTBOT certbot-compatibility-test certbot-ci letstest
|
||||
do
|
||||
setup_file="$pkg_dir/setup.py"
|
||||
if [ $(grep -c '^version' "$setup_file") != 1 ]; then
|
||||
@@ -120,7 +120,7 @@ SetVersion() {
|
||||
fi
|
||||
sed -i "s/^__version.*/__version__ = '$ver'/" "$init_file"
|
||||
|
||||
git add $SUBPKGS certbot-compatibility-test
|
||||
git add $SUBPKGS certbot-compatibility-test certbot-ci letstest
|
||||
}
|
||||
|
||||
SetVersion "$version"
|
||||
|
||||
Reference in New Issue
Block a user