This is an automated email from the ASF dual-hosted git repository. wesm pushed a commit to branch maint-0.14.x in repository https://gitbox.apache.org/repos/asf/arrow.git
commit b4e613ba00662e7f71a82f8de54a31d42a97d5d7 Author: Sutou Kouhei <[email protected]> AuthorDate: Sun Jun 30 16:44:02 2019 +0900 ARROW-5797: [Release][APT] Update supported distributions Author: Sutou Kouhei <[email protected]> Closes #4758 from kou/release-verify-apt-update-distributions and squashes the following commits: 6a2af8dee <Sutou Kouhei> Update supported distributions --- dev/release/verify-release-candidate.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/dev/release/verify-release-candidate.sh b/dev/release/verify-release-candidate.sh index 4310536..f694fb4 100755 --- a/dev/release/verify-release-candidate.sh +++ b/dev/release/verify-release-candidate.sh @@ -167,7 +167,6 @@ test_binary() { test_apt() { for target in debian-stretch \ debian-buster \ - ubuntu-trusty \ ubuntu-xenial \ ubuntu-bionic \ ubuntu-cosmic \
