forked from pool/element-web
Accepting request 1034890 from devel:languages:nodejs
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/1034890 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/element-web?expand=0&rev=25
This commit is contained in:
commit
4b28f0724a
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Nov 2 16:49:35 UTC 2022 - Dominik Heidler <dheidler@suse.de>
|
||||||
|
|
||||||
|
- Add sentry-cli for s390x and ppc64(le)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Nov 2 15:27:37 UTC 2022 - Dominik Heidler <dheidler@suse.de>
|
Wed Nov 2 15:27:37 UTC 2022 - Dominik Heidler <dheidler@suse.de>
|
||||||
|
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:eb14166fced1a71c5c42fa3a8efb9cfabeae96eabfa0cdad597566958b79eeb1
|
oid sha256:4f61f3b13d349f89dfef20458bc2268ad3cb0e3372b71df9f29e3b93556a2c8c
|
||||||
size 99184785
|
size 99185053
|
||||||
|
@ -37,7 +37,7 @@ rm -r package
|
|||||||
# fill sentry-cli cache with mock binaries for all architecutres
|
# fill sentry-cli cache with mock binaries for all architecutres
|
||||||
cd sentry-cli
|
cd sentry-cli
|
||||||
sentry_cli_version=$(ls ../@sentry-cli-*.tgz | sed -e 's/.*cli-//' -e 's/.tgz//')
|
sentry_cli_version=$(ls ../@sentry-cli-*.tgz | sed -e 's/.*cli-//' -e 's/.tgz//')
|
||||||
for arch in i686 x86_64 aarch64 armv7 riscv64 ppc64 ppc64le; do
|
for arch in i686 x86_64 aarch64 armv7 riscv64 ppc64 ppc64le s390x; do
|
||||||
url="https://downloads.sentry-cdn.com/sentry-cli/${sentry_cli_version}/sentry-cli-Linux-${arch}"
|
url="https://downloads.sentry-cdn.com/sentry-cli/${sentry_cli_version}/sentry-cli-Linux-${arch}"
|
||||||
filehash=$(echo -n "$url" | md5sum | cut -c1-6)
|
filehash=$(echo -n "$url" | md5sum | cut -c1-6)
|
||||||
target="${filehash}-sentry-cli-Linux-${arch/_/-}"
|
target="${filehash}-sentry-cli-Linux-${arch/_/-}"
|
||||||
|
Loading…
Reference in New Issue
Block a user