diff options
author | chriseth <chris@ethereum.org> | 2018-12-13 01:43:08 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-13 01:43:08 +0800 |
commit | e85c3428b483192e8e3d4255d619f31a48c08bef (patch) | |
tree | d92445668535932111b75394b15f9abf22330892 /ReleaseChecklist.md | |
parent | b014732c81cadabd40bdfe9cf8dcf9147a9141e7 (diff) | |
parent | e00dfd8ae2d5eb1df5d4ee0cca84101c6bd20bc9 (diff) | |
download | dexon-solidity-e85c3428b483192e8e3d4255d619f31a48c08bef.tar.gz dexon-solidity-e85c3428b483192e8e3d4255d619f31a48c08bef.tar.zst dexon-solidity-e85c3428b483192e8e3d4255d619f31a48c08bef.zip |
Merge pull request #5634 from ethereum/staticPPA
Replace trusty PPA build by static PPA build.
Diffstat (limited to 'ReleaseChecklist.md')
-rw-r--r-- | ReleaseChecklist.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ReleaseChecklist.md b/ReleaseChecklist.md index b84ae4c4..5b60b480 100644 --- a/ReleaseChecklist.md +++ b/ReleaseChecklist.md @@ -10,6 +10,7 @@ Checklist for making a release: - [ ] Thank voluntary contributors in the Github release page (use ``git shortlog -s -n -e origin/release..origin/develop``). - [ ] Wait for the CI runs on the tag itself (they should push artifacts onto the Github release page). - [ ] Run ``scripts/release_ppa.sh release`` to create the PPA release (you need the relevant openssl key). + - [ ] Once the ``~ethereum/ubuntu/ethereum-static`` PPA build is finished, copy the static package to the ``~ethereum/ubuntu/ethereum`` PPA for the destination series ``Trusty`` while selecting ``Copy existing binaries``. - [ ] Check that the Docker release was pushed to Docker Hub (this still seems to have problems, run ``./scripts/docker_deploy_manual.sh release``). - [ ] Update the homebrew realease in https://github.com/ethereum/homebrew-ethereum/blob/master/solidity.rb (version and hash) - [ ] Update the default version on readthedocs. |