diff options
author | chriseth <chris@ethereum.org> | 2017-05-05 18:50:54 +0800 |
---|---|---|
committer | chriseth <chris@ethereum.org> | 2017-05-05 18:50:54 +0800 |
commit | bf5c6b7acb0d1797ce0d7a41bc7db4d7445920b3 (patch) | |
tree | e40b69d0b77a2e2d9bbf0b4331ace7d8778b716a /scripts | |
parent | 2d89cfaa91bcc36db415b5c07f1bd821398da96e (diff) | |
download | dexon-solidity-bf5c6b7acb0d1797ce0d7a41bc7db4d7445920b3.tar.gz dexon-solidity-bf5c6b7acb0d1797ce0d7a41bc7db4d7445920b3.tar.zst dexon-solidity-bf5c6b7acb0d1797ce0d7a41bc7db4d7445920b3.zip |
Remove wily and add zesty.
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 86288c47..5e01347b 100755 --- a/scripts/release_ppa.sh +++ b/scripts/release_ppa.sh @@ -39,7 +39,7 @@ keyid=703F83D0 email=builds@ethereum.org packagename=solc -for distribution in trusty vivid wily xenial yakkety +for distribution in trusty vivid xenial yakkety zesty do cd /tmp/ mkdir $distribution |