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/05/09 02:44:35 UTC

[arrow] branch master updated: ARROW-16499: [Release][Ruby] Add missing export

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 913a12ca3e ARROW-16499: [Release][Ruby] Add missing export
913a12ca3e is described below

commit 913a12ca3e29973cc77954548801a434dc07f4b4
Author: Sutou Kouhei <ko...@clear-code.com>
AuthorDate: Mon May 9 11:44:27 2022 +0900

    ARROW-16499: [Release][Ruby] Add missing export
    
    We need to export GEM_HOST_OTP_CODE so that "gem push" can use it.
    
    Closes #13092 from kou/release-ruby-missing-export
    
    Authored-by: Sutou Kouhei <ko...@clear-code.com>
    Signed-off-by: Sutou Kouhei <ko...@clear-code.com>
---
 dev/release/post-05-ruby.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev/release/post-05-ruby.sh b/dev/release/post-05-ruby.sh
index d1feeef44f..98ec7f8886 100755
--- a/dev/release/post-05-ruby.sh
+++ b/dev/release/post-05-ruby.sh
@@ -78,6 +78,7 @@ rm -rf ${archive_name}
 tar xf ${tar_gz}
 
 read -p "Please enter your RubyGems MFA one-time password (or leave empty if you don't have MFA enabled): " GEM_HOST_OTP_CODE </dev/tty
+export GEM_HOST_OTP_CODE
 
 modules=()
 for module in ${archive_name}/ruby/red-*; do