We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c777738 commit 15edc0eCopy full SHA for 15edc0e
tools/rapids-extract-conda-files
@@ -15,6 +15,6 @@ tarball_dir="$1"
15
untar_dest=$(mktemp -d)
16
mkdir -p "${untar_dest}"
17
cd "${untar_dest}"
18
- find "${tarball_dir}" -name "*tar.bz2" -type f -print0 | xargs -0 -n 1 tar -v -xf
+ find "${tarball_dir}" \( -name "*.tar.bz2" -o -name "*.conda" \) -type f -print0 | xargs -0 -n 1 cph extract --dest .
19
} >&2
20
echo -n "${untar_dest}"
0 commit comments