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
3 changed files with 3 additions and 2 deletions
+1
View File
@@ -16,6 +16,7 @@
At least a day before the release:
- [ ] 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.
- [ ] 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.
- [ ] 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``
+1 -1
View File
@@ -41,7 +41,7 @@ sourcePPAConfig
# Sanity check
checkDputEntries "\[cpp-build-deps\]"
DISTRIBUTIONS="focal jammy kinetic"
DISTRIBUTIONS="focal jammy kinetic lunar"
for distribution in $DISTRIBUTIONS
do
+1 -1
View File
@@ -68,7 +68,7 @@ packagename=solc
# This needs to be a still active release
static_build_distribution=focal
DISTRIBUTIONS="focal jammy kinetic"
DISTRIBUTIONS="focal jammy kinetic lunar"
if is_release
then