Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

Commit 14e8291

Browse files
committed
[[ BuildBot ]] Add uploads of .bz2 tarballs
This patch ensures both .bz2 and .xz tarballs are uploaded to the staging server. This ensures it doesn't matter which archive utility used is to compress the tars.
1 parent 4bed5ab commit 14e8291

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

buildbot.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,7 @@ dist-upload-files.txt sha1sum.txt:
200200
-o -name 'LiveCode*Server-*-Windows.zip' \
201201
-o -name 'LiveCode*Docs-*.zip' \
202202
-o -name '*-bin.tar.xz' \
203+
-o -name '*-bin.tar.bz2' \
203204
> dist-upload-files.txt; \
204205
if test "${UPLOAD_RELEASE_NOTES}" = "yes"; then \
205206
find . -maxdepth 1 -name 'LiveCodeNotes*.pdf' >> dist-upload-files.txt; \

0 commit comments

Comments
 (0)