diff options
author | chriseth <chris@ethereum.org> | 2018-10-30 22:57:14 +0800 |
---|---|---|
committer | chriseth <chris@ethereum.org> | 2018-10-30 22:57:14 +0800 |
commit | 199a994e28cf1802539c50b733231c6b37c91d55 (patch) | |
tree | 14b69ebc4e7c5ac77d7e4ea0d46449bc741c43f3 /scripts/release_ppa.sh | |
parent | 0b4f6ab72d36e68ce9bf5a10da0d785059d8709c (diff) | |
download | dexon-solidity-199a994e28cf1802539c50b733231c6b37c91d55.tar.gz dexon-solidity-199a994e28cf1802539c50b733231c6b37c91d55.tar.zst dexon-solidity-199a994e28cf1802539c50b733231c6b37c91d55.zip |
Update ubuntu versions.
Diffstat (limited to 'scripts/release_ppa.sh')
-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 |