Merge pull request #13154 from ethereum/fixReleasePPAScript

Fix release regex and add Ubuntu Kinetic to PPA scripts
This commit is contained in:
Daniel Kirchner 2022-06-15 23:54:38 +02:00 committed by GitHub
commit f904bb0615
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -27,7 +27,7 @@ email=builds@ethereum.org
packagename=z3-static
version=4.8.17
DISTRIBUTIONS="focal impish jammy"
DISTRIBUTIONS="focal impish jammy kinetic"
for distribution in $DISTRIBUTIONS
do

View File

@ -48,7 +48,7 @@ else
fi
is_release() {
[[ "${branch}" = "release" ]] || [[ "${branch}" =~ ^v[0-9]+(\.[0-9])*$ ]]
[[ "${branch}" =~ ^v[0-9]+(\.[0-9]+)*$ ]]
}
keyid=379F4801D622CDCF
@ -57,7 +57,7 @@ packagename=solc
static_build_distribution=impish
DISTRIBUTIONS="focal impish jammy"
DISTRIBUTIONS="focal impish jammy kinetic"
if is_release
then