diff options
author | chriseth <chris@ethereum.org> | 2018-10-30 23:07:48 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-30 23:07:48 +0800 |
commit | 2672d9a8a4ca89a122385ed3434d4ecac9f4e31f (patch) | |
tree | c41b36c08b35360cdcaf384dd3dabf46ab0f7432 | |
parent | cbbbc0d5d9e928f2907df1f1d02eae53d5d48d17 (diff) | |
parent | 199a994e28cf1802539c50b733231c6b37c91d55 (diff) | |
download | dexon-solidity-2672d9a8a4ca89a122385ed3434d4ecac9f4e31f.tar.gz dexon-solidity-2672d9a8a4ca89a122385ed3434d4ecac9f4e31f.tar.zst dexon-solidity-2672d9a8a4ca89a122385ed3434d4ecac9f4e31f.zip |
Merge pull request #5337 from ethereum/ubuntuVersion
Update ubuntu versions.
-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 1cfbf716..36a8ef7f 100755 --- a/scripts/release_ppa.sh +++ b/scripts/release_ppa.sh @@ -54,7 +54,7 @@ keyid=70D110489D66E2F6 email=builds@ethereum.org packagename=solc -for distribution in trusty xenial artful bionic +for distribution in trusty xenial bionic cosmic do cd /tmp/ rm -rf $distribution |