mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Merge pull request #13154 from ethereum/fixReleasePPAScript
Fix release regex and add Ubuntu Kinetic to PPA scripts
This commit is contained in:
commit
f904bb0615
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user