require install of xz to extract binary file #143

Closed
techknowlogick wants to merge 1 commits from techknowlogick-patch-1 into main

fix #142

fix #142
techknowlogick added 1 commit 2021-09-25 15:49:55 +00:00
require install of xz to extract binary file
fix #142

Signed-off-by: techknowlogick <techknowlogick@gitea.io>
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone/pr Build is failing
dd2c10f319
Owner

Hm, no xz for arm currently.

Hm, no `xz` for arm currently.
Contributor

Meanwhile, there's the option to use uncompressed binaries... I thinks it's a matter of sed 's/\.xz//g' -i * ... Downsides are: slower install for users and increased s3 bandwidth for you guys...

Meanwhile, there's the option to use uncompressed binaries... I thinks it's a matter of `sed 's/\.xz//g' -i *` ... Downsides are: slower install for users and increased s3 bandwidth for you guys...
Member

tried to fix #144

tried to fix #144
Member

Strange, it successfully extract tea even without depend_on, but can't do the same for gitea: drone log

Strange, it successfully extract `tea` even without depend_on, but can't do the same for `gitea`: [drone log](https://drone.gitea.com/gitea/homebrew-gitea/16/2/2)
Author
Owner

@markkrj yeah, lets just switch to uncompressed binaries. We have a CDN in front of our downloads and monitor bandwidth usage.

@markkrj yeah, lets just switch to uncompressed binaries. We have a CDN in front of our downloads and monitor bandwidth usage.
Owner

replaced by #144.

replaced by #144.
lunny closed this pull request 2021-10-09 04:24:05 +00:00
Some checks are pending
bump diff
continuous-integration/drone/pr Build is failing
continuous-integration/drone/push Build is failing
test / test (3.6.21) (pull_request)
Required
test / test (4.0.16) (pull_request)
Required

Pull request closed

Sign in to join this conversation.
No description provided.