You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ko...@apache.org on 2019/06/30 07:44:14 UTC

[arrow] branch master updated: ARROW-5797: [Release][APT] Update supported distributions

This is an automated email from the ASF dual-hosted git repository.

kou pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git


The following commit(s) were added to refs/heads/master by this push:
     new c29462c  ARROW-5797: [Release][APT] Update supported distributions
c29462c is described below

commit c29462c9b2c1fe9e024d3999a99d80775197b6d9
Author: Sutou Kouhei <ko...@clear-code.com>
AuthorDate: Sun Jun 30 16:44:02 2019 +0900

    ARROW-5797: [Release][APT] Update supported distributions
    
    Author: Sutou Kouhei <ko...@clear-code.com>
    
    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 \