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:40:46 UTC

[arrow] branch master updated: ARROW-5796: [Release][APT] Update expected package list

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 53e813c  ARROW-5796: [Release][APT] Update expected package list
53e813c is described below

commit 53e813cb200983ce908252816b86e7df2797770e
Author: Sutou Kouhei <ko...@clear-code.com>
AuthorDate: Sun Jun 30 16:40:36 2019 +0900

    ARROW-5796: [Release][APT] Update expected package list
    
    libplasma-glib-doc and libgandiva-glib-doc are unavailable
    unexpetedly. It should be fixed in the next release.
    
    Author: Sutou Kouhei <ko...@clear-code.com>
    
    Closes #4756 from kou/release-verify-apt-update-packages and squashes the following commits:
    
    d95f70d33 <Sutou Kouhei>  Update expected package list
---
 dev/release/verify-apt.sh | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev/release/verify-apt.sh b/dev/release/verify-apt.sh
index 6cca89c..8acb560 100755
--- a/dev/release/verify-apt.sh
+++ b/dev/release/verify-apt.sh
@@ -125,12 +125,12 @@ if [ "${have_python}" = "yes" ]; then
 fi
 
 apt install -y -V libplasma-glib-dev=${deb_version}
-apt install -y -V libplasma-glib-doc=${deb_version}
-# apt install -y -V plasma-store-server=${deb_version}
+# apt install -y -V libplasma-glib-doc=${deb_version}
+apt install -y -V plasma-store-server=${deb_version}
 
 if [ "${have_gandiva}" = "yes" ]; then
   apt install -y -V libgandiva-glib-dev=${deb_version}
-  apt install -y -V libgandiva-glib-doc=${deb_version}
+  # apt install -y -V libgandiva-glib-doc=${deb_version}
 fi
 
 apt install -y -V libparquet-glib-dev=${deb_version}