diff options
author | chriseth <chris@ethereum.org> | 2018-06-22 02:28:44 +0800 |
---|---|---|
committer | chriseth <chris@ethereum.org> | 2018-06-22 02:29:16 +0800 |
commit | 166a9e08e7e7fad890b00a233f893607f8b80ed7 (patch) | |
tree | 382feb78142ecdafd5df1c07ab0f7990c6ada298 /scripts | |
parent | 32f2db780c6d4d5ca507c595c8f15cacb51972c7 (diff) | |
download | dexon-solidity-166a9e08e7e7fad890b00a233f893607f8b80ed7.tar.gz dexon-solidity-166a9e08e7e7fad890b00a233f893607f8b80ed7.tar.zst dexon-solidity-166a9e08e7e7fad890b00a233f893607f8b80ed7.zip |
Use new PGP key and retire old ubuntu releases.
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/release_ppa.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/release_ppa.sh b/scripts/release_ppa.sh index b1601336..ae565a02 100755 --- a/scripts/release_ppa.sh +++ b/scripts/release_ppa.sh @@ -50,11 +50,11 @@ else ppafilesurl=https://launchpad.net/~ethereum/+archive/ubuntu/ethereum/+files fi -keyid=703F83D0 +keyid=70D110489D66E2F6 email=builds@ethereum.org packagename=solc -for distribution in trusty vivid xenial zesty artful bionic +for distribution in trusty xenial artful bionic do cd /tmp/ rm -rf $distribution |