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 2022/04/26 09:06:05 UTC

[arrow] branch master updated: MINOR: [Release] Install gpg in all ubuntu verification images

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 d2fa3ad1e8 MINOR: [Release] Install gpg in all ubuntu verification images
d2fa3ad1e8 is described below

commit d2fa3ad1e8029b1827554fd7a157c2433cf5ebc6
Author: Krisztián Szűcs <sz...@gmail.com>
AuthorDate: Tue Apr 26 18:05:55 2022 +0900

    MINOR: [Release] Install gpg in all ubuntu verification images
    
    Closes #12994 from kszucs/gpg-verification
    
    Authored-by: Krisztián Szűcs <sz...@gmail.com>
    Signed-off-by: Sutou Kouhei <ko...@clear-code.com>
---
 dev/release/setup-ubuntu.sh | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/dev/release/setup-ubuntu.sh b/dev/release/setup-ubuntu.sh
index c2a522ceb1..fb8742581a 100755
--- a/dev/release/setup-ubuntu.sh
+++ b/dev/release/setup-ubuntu.sh
@@ -57,6 +57,7 @@ apt-get install -y -q --no-install-recommends \
   cmake \
   curl \
   git \
+  gnupg \
   libcurl4-openssl-dev \
   libgirepository1.0-dev \
   libglib2.0-dev \
@@ -67,12 +68,12 @@ apt-get install -y -q --no-install-recommends \
   nlohmann-json${nlohmann_json}-dev \
   openjdk-11-jdk \
   pkg-config \
-  python3-pip \
   python${python}-dev \
   python${python}-venv \
+  python3-pip \
   ruby-dev \
-  wget \
-  tzdata
+  tzdata \
+  wget
 
 case ${codename} in
   bionic)