Skip to content

Commit

Permalink
updpatch: grafana 11.3.0-1
Browse files Browse the repository at this point in the history
- Remove the patch that bumps nx, which is no longer necessary.
- This package cannot be built
  - in qemu-user: go hangs
  - on sg2042: node.js spins (Added to sg2042-blacklist in #3269
- It could be built on unmatched
  • Loading branch information
kxxt authored and felixonmars committed Nov 7, 2024
1 parent f98c633 commit c8930db
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 365 deletions.
10 changes: 1 addition & 9 deletions grafana/riscv64.patch
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
--- PKGBUILD
+++ PKGBUILD
@@ -69,9 +69,9 @@ package() {
@@ -67,9 +67,9 @@ package() {
install -Dm644 grafana.sysusers "$pkgdir/usr/lib/sysusers.d/grafana.conf"
install -Dm644 grafana.service "$pkgdir/usr/lib/systemd/system/grafana.service"
cd $pkgname
Expand All @@ -13,11 +13,3 @@
install -Dm640 -o207 -g207 conf/sample.ini "$pkgdir/etc/$pkgname.ini"
install -Dm644 conf/defaults.ini "$pkgdir/usr/share/$pkgname/conf/defaults.ini"
install -dm755 "$pkgdir/usr/share/grafana/"
@@ -83,4 +83,7 @@ package() {
rm -r "$pkgdir/usr/share/grafana/public/test"
}

+source+=('upgrade-nx.patch')
+sha512sums+=('f67d4f2a49ba9758161ae20952fb73d7fdd505d8cd8a9b7d9bdaf808f4bd3c32d9c86af121b2d43ff2cf7056bf98b000b9974123fe9ef5041d8263d6d858a725')
+
# vim:set ts=2 sw=2 et:
356 changes: 0 additions & 356 deletions grafana/upgrade-nx.patch

This file was deleted.

0 comments on commit c8930db

Please sign in to comment.