kou commented on PR #50359:
URL: https://github.com/apache/arrow/pull/50359#issuecomment-4879621693
Thanks! But I want to try the following:
```diff
diff --git a/dev/release/binary-task.rb b/dev/release/binary-task.rb
index 254ca547fa..ce2bb3f15b 100644
--- a/dev/release/binary-task.rb
+++ b/dev/release/binary-task.rb
@@ -1930,7 +1930,8 @@ APT::FTPArchive::Release::Description
"#{apt_repository_description}";
"--export", gpg_key_id,
out: gpg_key.path,
verbose: verbose?)
- sh("rpm",
+ sh("sudo",
+ "rpm",
"--import", gpg_key.path,
out: default_output,
verbose: verbose?)
```
Can we try the `sudo` approach instead of the `chmod` approach in the next
release?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]