diff options
author | chriseth <chris@ethereum.org> | 2018-04-17 14:55:18 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-17 14:55:18 +0800 |
commit | 5499db01ee2faff06ed6517602dd91d9b268055e (patch) | |
tree | 3ef0dfe1abc3b325454d27caaed828a6d347171c | |
parent | 6c055691a7ff27105f722cbd90282ab802991e42 (diff) | |
parent | 6a747ed22957f5d14268518706d56d2ddd0b90ae (diff) | |
download | dexon-solidity-5499db01ee2faff06ed6517602dd91d9b268055e.tar.gz dexon-solidity-5499db01ee2faff06ed6517602dd91d9b268055e.tar.zst dexon-solidity-5499db01ee2faff06ed6517602dd91d9b268055e.zip |
Merge pull request #3903 from ethereum/addBionic
Support ubuntu bionic.
-rwxr-xr-x | scripts/release_ppa.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/release_ppa.sh b/scripts/release_ppa.sh index ffb5717d..375b4d1b 100755 --- a/scripts/release_ppa.sh +++ b/scripts/release_ppa.sh @@ -54,7 +54,7 @@ keyid=703F83D0 email=builds@ethereum.org packagename=solc -for distribution in trusty vivid xenial zesty artful +for distribution in trusty vivid xenial zesty artful bionic do cd /tmp/ rm -rf $distribution |