tar as something else, such as gtar, i.e Chimera.
tar in get_previous_releases.py
#34390
tar as something else, such as gtar, i.e Chimera.
Facilitate use on distros that might have 'tar' as something else, such
as 'gtar', i.e Chimera.
The following sections might be updated with supplementary metadata relevant to reviewers and maintainers.
For details see: https://corecheck.dev/bitcoin/bitcoin/pulls/34390.
See the guideline for information on the review process.
If your review is incorrectly listed, please copy-paste <!–meta-tag:bot-skip–> into the comment that the bot should ignore.
ACK be2b48b9f3e56b672e391e18a09f2d5f4e78d74e, I have reviewed the code and it looks OK.
It is worth documenting the specific implementation, as others (such as those on SmartOS) might be incompatible:
0--- a/test/get_previous_releases.py
1+++ b/test/get_previous_releases.py
2@@ -5,7 +5,7 @@
3 # file COPYING or http://www.opensource.org/licenses/mit-license.php.
4 #
5 # Download or build previous releases.
6-# Needs curl and tar to download a release, or the build dependencies when
7+# Needs curl and GNU tar to download a release, or the build dependencies when
8 # building a release.
9
10 import argparse