forked from pool/element-web
- Bump yaml from 2.2.1 to 2.2.2 - Fix boo#1210802 / CVE-2023-2251 OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/element-web?expand=0&rev=42
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#!/bin/bash
|
||||
#!/bin/bash
|
||||
|
||||
set -ex
|
||||
|
||||
@@ -13,9 +13,7 @@ osc add element-web-*.tar.gz
|
||||
|
||||
#zypper install yarn cargo gcc-c++ sqlcipher-devel libsecret-devel
|
||||
|
||||
|
||||
rm -rf "element-web-${version}"
|
||||
wget -c https://github.com/vector-im/element-web/archive/v${version}.tar.gz -O element-web-${version}.tar.gz
|
||||
tar xzvf element-web-${version}.tar.gz
|
||||
cd element-web-${version}
|
||||
|
||||
@@ -28,11 +26,6 @@ yarn install --pure-lockfile --ignore-engines || : # this will download tha pack
|
||||
|
||||
# download some additional dependencie that slips through this earlier method
|
||||
cd ./npm-packages-offline-cache/
|
||||
#wget -O matrix-analytics-events-0.0.1.tgz $(grep -m1 -A2 "@matrix.org/analytics-events" ../yarn.lock | grep resolved | awk '{print $NF}' | tr -d '"')
|
||||
#mkdir package
|
||||
#tar xvf matrix-analytics-events-0.0.1.tgz --strip-components=1 -C package/
|
||||
#tar czf matrix-analytics-events-0.0.1.tgz package/
|
||||
#rm -r package
|
||||
|
||||
# fill sentry-cli cache with mock binaries for all architecutres
|
||||
cd sentry-cli
|
||||
|
Reference in New Issue
Block a user