Skip to content

Commit 33076f9

Browse files
committed
add comment about tarball extension
1 parent e54a99f commit 33076f9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bot/build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,7 @@ BUILD_TMPDIR=$(grep ' as tmp directory ' ${build_outerr} | cut -d ' ' -f 2)
265265
TARBALL_STEP_ARGS+=("--resume" "${BUILD_TMPDIR}")
266266

267267
timestamp=$(date +%s)
268+
# determine compression/extension for tarball, check in order of preference
268269
if [[ -x "$(command -v zstd)" ]]; then
269270
tarball_extension="tar.zst"
270271
elif [[ -x "$(command -v gzip)" ]]; then

0 commit comments

Comments
 (0)