Merge pull request #14213 from ethereum/postReleaseAdjustments

Minor post-release adjustments.
This commit is contained in:
Daniel 2023-05-11 13:08:11 +02:00 committed by GitHub
commit 0a0c389541
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 2 deletions

View File

@ -16,6 +16,7 @@
At least a day before the release: At least a day before the release:
- [ ] Run ``make linkcheck`` from within ``docs/`` and fix any broken links it finds. - [ ] Run ``make linkcheck`` from within ``docs/`` and fix any broken links it finds.
Ignore false positives caused by ``href`` anchors and dummy links not meant to work. Ignore false positives caused by ``href`` anchors and dummy links not meant to work.
- [ ] Double-check that [the most recent docs builds at readthedocs](https://readthedocs.org/projects/solidity/builds/) succeeded.
- [ ] Make sure that all merged PRs that should have changelog entries do have them. - [ ] Make sure that all merged PRs that should have changelog entries do have them.
- [ ] Rerun CI on the top commits of main branches in all repositories that do not have daily activity by creating a test branch or PR: - [ ] Rerun CI on the top commits of main branches in all repositories that do not have daily activity by creating a test branch or PR:
- [ ] ``solc-js`` - [ ] ``solc-js``

View File

@ -41,7 +41,7 @@ sourcePPAConfig
# Sanity check # Sanity check
checkDputEntries "\[cpp-build-deps\]" checkDputEntries "\[cpp-build-deps\]"
DISTRIBUTIONS="focal jammy kinetic" DISTRIBUTIONS="focal jammy kinetic lunar"
for distribution in $DISTRIBUTIONS for distribution in $DISTRIBUTIONS
do do

View File

@ -68,7 +68,7 @@ packagename=solc
# This needs to be a still active release # This needs to be a still active release
static_build_distribution=focal static_build_distribution=focal
DISTRIBUTIONS="focal jammy kinetic" DISTRIBUTIONS="focal jammy kinetic lunar"
if is_release if is_release
then then