diff options
author | chriseth <chris@ethereum.org> | 2017-12-29 01:59:09 +0800 |
---|---|---|
committer | chriseth <chris@ethereum.org> | 2017-12-29 02:00:12 +0800 |
commit | c5318cce09fbd42d2196b2c6cc38fb99d92142d4 (patch) | |
tree | 5bf55e59fcc3e52a2d9671b92651aca4c5eee7ff /scripts | |
parent | efc198d515313fffcc7a56e23b0685d9efd356db (diff) | |
download | dexon-solidity-c5318cce09fbd42d2196b2c6cc38fb99d92142d4.tar.gz dexon-solidity-c5318cce09fbd42d2196b2c6cc38fb99d92142d4.tar.zst dexon-solidity-c5318cce09fbd42d2196b2c6cc38fb99d92142d4.zip |
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 |