amoeba opened a new pull request, #47250:
URL: https://github.com/apache/arrow/pull/47250

   ### Rationale for this change
   
   `dev/release/post-08-remove-old-artifacts.sh` uses 
[`tac`](https://man7.org/linux/man-pages/man1/tac.1.html) which may not be 
available on non-Linuxes. We should be able to get its same behavior with more 
common utilities.
   
   ### What changes are included in this PR?
   
   Swaps the call to `tac` with `sort --version-sort` which should be 
equivalent.
   
   ### Are these changes tested?
   
   Yes. This shouldn't impact which artifacts are removed, just the order in 
which they are.
   
   ### Are there any user-facing changes?
   
   No.
   


-- 
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: github-unsubscr...@arrow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to