Add GreptimeDB dashboard assets source
All checks were successful
Build Alpine Packages / build-and-publish (v3.23, 3.23) (push) Successful in 24m50s
All checks were successful
Build Alpine Packages / build-and-publish (v3.23, 3.23) (push) Successful in 24m50s
This commit is contained in:
@@ -38,8 +38,10 @@ subpackages="
|
||||
$pkgname-standalone-openrc:_openrc_standalone:noarch
|
||||
"
|
||||
options="net"
|
||||
_dashboard_version="v0.12.0"
|
||||
source="
|
||||
$pkgname-$pkgver.tar.gz::https://github.com/GreptimeTeam/greptimedb/archive/refs/tags/v$pkgver.tar.gz
|
||||
dashboard-$_dashboard_version.tar.gz::https://github.com/GreptimeTeam/dashboard/releases/download/$_dashboard_version/build.tar.gz
|
||||
datanode.toml
|
||||
flownode.toml
|
||||
frontend.toml
|
||||
@@ -66,6 +68,10 @@ export LIBRARY_PATH="/usr/lib"
|
||||
|
||||
prepare() {
|
||||
default_prepare
|
||||
if [ ! -d "$builddir"/src/servers/dashboard/dist ]; then
|
||||
mv "$srcdir"/dist "$builddir"/src/servers/dashboard/dist
|
||||
fi
|
||||
|
||||
rustup-init \
|
||||
-y \
|
||||
--no-modify-path \
|
||||
@@ -122,6 +128,7 @@ _docs() {
|
||||
|
||||
sha512sums="
|
||||
7f4ac722b84a26816030e65d504b37a53edfca15de669a4f6ee7a903f1a29c8358dcc2376a0a6cfd9ded13b0c5d7550a6856b9b10dc8cd080c6b12970553a0ea greptimedb-1.0.2.tar.gz
|
||||
4260acae5bed00a693dceffe9f53d0f8b25fd677b15638e951cf973dc29681f4bacde352c661a12bd78af7be9181a3740812f814fc3c4c8c87ea4eee6ee07e2d dashboard-v0.12.0.tar.gz
|
||||
29cc3376753487b216748e3f85e12639830e1ac4a763e94f330f87c3651a8ef9de35732958311c0049e1b7cbb4e90a9e602b3aff43297fe088c5ce795a110a79 datanode.toml
|
||||
52790808cb4f5cf0220ac2ab169b623fe76b6318d27d7f003e1197e850373cb915bfd40556098bcb7650f293d751039cb3bccbf9107bb160b8284887794ba975 flownode.toml
|
||||
e3e19ab3c7a345ecf8cf0a507f7fc95dd3b036a4a797385cf77fcf1999f2e4f053042c7bbda8de73ed43ff72e87aad81e4ac6d4a34d01773bbc1f6d0d967d9f7 frontend.toml
|
||||
|
||||
Reference in New Issue
Block a user