diff options
author | Alex Beregszaszi <alex@rtfs.hu> | 2018-01-04 20:02:54 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-04 20:02:54 +0800 |
commit | 14db10b21480ef0876e05ececa7e395ae05326a0 (patch) | |
tree | 7c79cf49c1bd5b033034bd53bf710fbc5465905e /scripts | |
parent | 8901b389595ce723336815c542c16b487b88eb4f (diff) | |
parent | c5318cce09fbd42d2196b2c6cc38fb99d92142d4 (diff) | |
download | dexon-solidity-14db10b21480ef0876e05ececa7e395ae05326a0.tar dexon-solidity-14db10b21480ef0876e05ececa7e395ae05326a0.tar.gz dexon-solidity-14db10b21480ef0876e05ececa7e395ae05326a0.tar.bz2 dexon-solidity-14db10b21480ef0876e05ececa7e395ae05326a0.tar.lz dexon-solidity-14db10b21480ef0876e05ececa7e395ae05326a0.tar.xz dexon-solidity-14db10b21480ef0876e05ececa7e395ae05326a0.tar.zst dexon-solidity-14db10b21480ef0876e05ececa7e395ae05326a0.zip |
Merge pull request #3363 from ethereum/artful
Add artful to releases.
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 cb3519b0..2dd43302 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 +for distribution in trusty vivid xenial zesty artful do cd /tmp/ rm -rf $distribution |