diff options
author | chriseth <chris@ethereum.org> | 2018-04-17 13:56:10 +0800 |
---|---|---|
committer | chriseth <chris@ethereum.org> | 2018-04-17 13:56:10 +0800 |
commit | 6a747ed22957f5d14268518706d56d2ddd0b90ae (patch) | |
tree | b877a816baffd811b4408bdbe3116b87ba21cda7 /scripts | |
parent | b8431c5c4a6795db8c42a1a3389047658bb87301 (diff) | |
download | dexon-solidity-6a747ed22957f5d14268518706d56d2ddd0b90ae.tar.gz dexon-solidity-6a747ed22957f5d14268518706d56d2ddd0b90ae.tar.zst dexon-solidity-6a747ed22957f5d14268518706d56d2ddd0b90ae.zip |
Support bionic.
Diffstat (limited to 'scripts')
-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 |