Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] grafana: update to 7.5.3.
@ 2021-04-10 21:54 paper42
  2021-04-17  5:52 ` ericonr
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: paper42 @ 2021-04-10 21:54 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1614 bytes --]

There is a new pull request by paper42 against master on the void-packages repository

https://github.com/paper42/void-packages 0091-grafana-update-to-7.5.3.patch
https://github.com/void-linux/void-packages/pull/30136

grafana: update to 7.5.3.
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/30136.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-0091-grafana-update-to-7.5.3.patch-30136.patch --]
[-- Type: text/x-diff, Size: 1268 bytes --]

From 1da4c55e7ed403cebcebc0a4e8c493ecd2fa1ab1 Mon Sep 17 00:00:00 2001
From: Paper <paper@tilde.institute>
Date: Fri, 9 Apr 2021 13:52:35 +0200
Subject: [PATCH] grafana: update to 7.5.3.

---
 srcpkgs/grafana/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/grafana/template b/srcpkgs/grafana/template
index ce65acaf7850..6dd1e918c041 100644
--- a/srcpkgs/grafana/template
+++ b/srcpkgs/grafana/template
@@ -1,17 +1,17 @@
 # Template file for 'grafana'
 pkgname=grafana
-version=7.1.5
-revision=2
+version=7.5.3
+revision=1
 build_style=go
 go_import_path=github.com/grafana/grafana
 go_package="${go_import_path}/pkg/cmd/grafana-cli ${go_import_path}/pkg/cmd/grafana-server"
-hostmakedepends="nodejs-lts tar yarn"
+hostmakedepends="nodejs tar yarn git"
 short_desc="Open platform for beautiful analytics and monitoring"
 maintainer="Michael Aldridge <maldridge@voidlinux.org>"
 license="Apache-2.0"
 homepage="https://grafana.com"
 distfiles="https://github.com/grafana/grafana/archive/v${version}.tar.gz"
-checksum=7ae69011674a5b6a792e8ec84c93e8be9d50ad2e995cc63f3508d0b2e7acb754
+checksum=5b6a68275cf88976fd5b876fc14fbdc082ffde0fc9113ea25a61e384b14bbc62
 
 system_accounts="_grafana"
 _grafana_homedir="/var/lib/grafana"

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: grafana: update to 7.5.3.
  2021-04-10 21:54 [PR PATCH] grafana: update to 7.5.3 paper42
@ 2021-04-17  5:52 ` ericonr
  2021-04-17  5:53 ` ericonr
                   ` (9 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: ericonr @ 2021-04-17  5:52 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 221 bytes --]

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/30136#issuecomment-821772481

Comment:
Seems to have some non deterministic build failure, but besides that seems fine.

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: grafana: update to 7.5.3.
  2021-04-10 21:54 [PR PATCH] grafana: update to 7.5.3 paper42
  2021-04-17  5:52 ` ericonr
@ 2021-04-17  5:53 ` ericonr
  2021-05-03 10:35 ` [PR PATCH] [Updated] " paper42
                   ` (8 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: ericonr @ 2021-04-17  5:53 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 173 bytes --]

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/30136#issuecomment-821772515

Comment:
Also, @the-maldridge for review.

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [PR PATCH] [Updated] grafana: update to 7.5.3.
  2021-04-10 21:54 [PR PATCH] grafana: update to 7.5.3 paper42
  2021-04-17  5:52 ` ericonr
  2021-04-17  5:53 ` ericonr
@ 2021-05-03 10:35 ` paper42
  2021-05-03 11:29 ` grafana: update to 7.5.5 ericonr
                   ` (7 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: paper42 @ 2021-05-03 10:35 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1619 bytes --]

There is an updated pull request by paper42 against master on the void-packages repository

https://github.com/paper42/void-packages 0091-grafana-update-to-7.5.3.patch
https://github.com/void-linux/void-packages/pull/30136

grafana: update to 7.5.3.
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/30136.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-0091-grafana-update-to-7.5.3.patch-30136.patch --]
[-- Type: text/x-diff, Size: 1268 bytes --]

From bfbeb70f9e5f436208fb5fef62ec81e1af1e9a4f Mon Sep 17 00:00:00 2001
From: Paper <paper@tilde.institute>
Date: Fri, 9 Apr 2021 13:52:35 +0200
Subject: [PATCH] grafana: update to 7.5.5.

---
 srcpkgs/grafana/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/grafana/template b/srcpkgs/grafana/template
index ce65acaf7850..507705752f41 100644
--- a/srcpkgs/grafana/template
+++ b/srcpkgs/grafana/template
@@ -1,17 +1,17 @@
 # Template file for 'grafana'
 pkgname=grafana
-version=7.1.5
-revision=2
+version=7.5.5
+revision=1
 build_style=go
 go_import_path=github.com/grafana/grafana
 go_package="${go_import_path}/pkg/cmd/grafana-cli ${go_import_path}/pkg/cmd/grafana-server"
-hostmakedepends="nodejs-lts tar yarn"
+hostmakedepends="nodejs tar yarn git"
 short_desc="Open platform for beautiful analytics and monitoring"
 maintainer="Michael Aldridge <maldridge@voidlinux.org>"
 license="Apache-2.0"
 homepage="https://grafana.com"
 distfiles="https://github.com/grafana/grafana/archive/v${version}.tar.gz"
-checksum=7ae69011674a5b6a792e8ec84c93e8be9d50ad2e995cc63f3508d0b2e7acb754
+checksum=1bc81518b3604148a87bb193a90ce66f2fd29758c8b649b208aa975a1f4bb849
 
 system_accounts="_grafana"
 _grafana_homedir="/var/lib/grafana"

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: grafana: update to 7.5.5.
  2021-04-10 21:54 [PR PATCH] grafana: update to 7.5.3 paper42
                   ` (2 preceding siblings ...)
  2021-05-03 10:35 ` [PR PATCH] [Updated] " paper42
@ 2021-05-03 11:29 ` ericonr
  2021-05-03 12:07 ` paper42
                   ` (6 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: ericonr @ 2021-05-03 11:29 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 230 bytes --]

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/30136#issuecomment-831200756

Comment:
Any idea what could be causing the build failures? Just GH CI screwing with connectivity?

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: grafana: update to 7.5.5.
  2021-04-10 21:54 [PR PATCH] grafana: update to 7.5.3 paper42
                   ` (3 preceding siblings ...)
  2021-05-03 11:29 ` grafana: update to 7.5.5 ericonr
@ 2021-05-03 12:07 ` paper42
  2021-07-05 18:37 ` [PR PATCH] [Updated] " paper42
                   ` (5 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: paper42 @ 2021-05-03 12:07 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 266 bytes --]

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/30136#issuecomment-831217629

Comment:
I don't think it's a problem outside of CI, builds on my computer work fine for both native (x86_64) and cross (aarch64-musl)

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [PR PATCH] [Updated] grafana: update to 7.5.5.
  2021-04-10 21:54 [PR PATCH] grafana: update to 7.5.3 paper42
                   ` (4 preceding siblings ...)
  2021-05-03 12:07 ` paper42
@ 2021-07-05 18:37 ` paper42
  2021-07-05 18:41 ` paper42
                   ` (4 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: paper42 @ 2021-07-05 18:37 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1619 bytes --]

There is an updated pull request by paper42 against master on the void-packages repository

https://github.com/paper42/void-packages 0091-grafana-update-to-7.5.3.patch
https://github.com/void-linux/void-packages/pull/30136

grafana: update to 7.5.5.
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/30136.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-0091-grafana-update-to-7.5.3.patch-30136.patch --]
[-- Type: text/x-diff, Size: 1141 bytes --]

From 44cad51642bcec7edee946d241e1b7003dae1b78 Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Mon, 5 Jul 2021 00:53:00 +0200
Subject: [PATCH] grafana: update to 8.0.4.

---
 srcpkgs/grafana/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/grafana/template b/srcpkgs/grafana/template
index ce65acaf7850..a68702c532d9 100644
--- a/srcpkgs/grafana/template
+++ b/srcpkgs/grafana/template
@@ -1,7 +1,7 @@
 # Template file for 'grafana'
 pkgname=grafana
-version=7.1.5
-revision=2
+version=8.0.4
+revision=1
 build_style=go
 go_import_path=github.com/grafana/grafana
 go_package="${go_import_path}/pkg/cmd/grafana-cli ${go_import_path}/pkg/cmd/grafana-server"
@@ -11,7 +11,7 @@ maintainer="Michael Aldridge <maldridge@voidlinux.org>"
 license="Apache-2.0"
 homepage="https://grafana.com"
 distfiles="https://github.com/grafana/grafana/archive/v${version}.tar.gz"
-checksum=7ae69011674a5b6a792e8ec84c93e8be9d50ad2e995cc63f3508d0b2e7acb754
+checksum=0a6f1e523a5a6b2db83ab3e4842482ca990680f3ab5b0f4662e8c34bb265e9da
 
 system_accounts="_grafana"
 _grafana_homedir="/var/lib/grafana"

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [PR PATCH] [Updated] grafana: update to 7.5.5.
  2021-04-10 21:54 [PR PATCH] grafana: update to 7.5.3 paper42
                   ` (5 preceding siblings ...)
  2021-07-05 18:37 ` [PR PATCH] [Updated] " paper42
@ 2021-07-05 18:41 ` paper42
  2021-07-05 19:00 ` paper42
                   ` (3 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: paper42 @ 2021-07-05 18:41 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1619 bytes --]

There is an updated pull request by paper42 against master on the void-packages repository

https://github.com/paper42/void-packages 0091-grafana-update-to-7.5.3.patch
https://github.com/void-linux/void-packages/pull/30136

grafana: update to 7.5.5.
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/30136.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-0091-grafana-update-to-7.5.3.patch-30136.patch --]
[-- Type: text/x-diff, Size: 1269 bytes --]

From e5f5c3c25d57efde324b7783bff70e9ea5fcc5e4 Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Mon, 5 Jul 2021 00:53:00 +0200
Subject: [PATCH] grafana: update to 8.0.4.

---
 srcpkgs/grafana/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/grafana/template b/srcpkgs/grafana/template
index ce65acaf7850..5f99c848c53e 100644
--- a/srcpkgs/grafana/template
+++ b/srcpkgs/grafana/template
@@ -1,17 +1,17 @@
 # Template file for 'grafana'
 pkgname=grafana
-version=7.1.5
-revision=2
+version=8.0.4
+revision=1
 build_style=go
 go_import_path=github.com/grafana/grafana
 go_package="${go_import_path}/pkg/cmd/grafana-cli ${go_import_path}/pkg/cmd/grafana-server"
-hostmakedepends="nodejs-lts tar yarn"
+hostmakedepends="nodejs tar yarn"
 short_desc="Open platform for beautiful analytics and monitoring"
 maintainer="Michael Aldridge <maldridge@voidlinux.org>"
 license="Apache-2.0"
 homepage="https://grafana.com"
 distfiles="https://github.com/grafana/grafana/archive/v${version}.tar.gz"
-checksum=7ae69011674a5b6a792e8ec84c93e8be9d50ad2e995cc63f3508d0b2e7acb754
+checksum=0a6f1e523a5a6b2db83ab3e4842482ca990680f3ab5b0f4662e8c34bb265e9da
 
 system_accounts="_grafana"
 _grafana_homedir="/var/lib/grafana"

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [PR PATCH] [Updated] grafana: update to 7.5.5.
  2021-04-10 21:54 [PR PATCH] grafana: update to 7.5.3 paper42
                   ` (6 preceding siblings ...)
  2021-07-05 18:41 ` paper42
@ 2021-07-05 19:00 ` paper42
  2021-07-05 19:16 ` grafana: update to 8.0.4 paper42
                   ` (2 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: paper42 @ 2021-07-05 19:00 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1619 bytes --]

There is an updated pull request by paper42 against master on the void-packages repository

https://github.com/paper42/void-packages 0091-grafana-update-to-7.5.3.patch
https://github.com/void-linux/void-packages/pull/30136

grafana: update to 7.5.5.
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/30136.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-0091-grafana-update-to-7.5.3.patch-30136.patch --]
[-- Type: text/x-diff, Size: 1529 bytes --]

From 525520ebe03c54db7db38c6fe59bbc48625bd7e0 Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Mon, 5 Jul 2021 00:53:00 +0200
Subject: [PATCH] grafana: update to 8.0.4.

---
 srcpkgs/grafana/template | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/grafana/template b/srcpkgs/grafana/template
index ce65acaf7850..4a4e80999358 100644
--- a/srcpkgs/grafana/template
+++ b/srcpkgs/grafana/template
@@ -1,17 +1,17 @@
 # Template file for 'grafana'
 pkgname=grafana
-version=7.1.5
-revision=2
+version=8.0.4
+revision=1
 build_style=go
 go_import_path=github.com/grafana/grafana
 go_package="${go_import_path}/pkg/cmd/grafana-cli ${go_import_path}/pkg/cmd/grafana-server"
-hostmakedepends="nodejs-lts tar yarn"
+hostmakedepends="nodejs tar yarn git"
 short_desc="Open platform for beautiful analytics and monitoring"
 maintainer="Michael Aldridge <maldridge@voidlinux.org>"
 license="Apache-2.0"
 homepage="https://grafana.com"
 distfiles="https://github.com/grafana/grafana/archive/v${version}.tar.gz"
-checksum=7ae69011674a5b6a792e8ec84c93e8be9d50ad2e995cc63f3508d0b2e7acb754
+checksum=0a6f1e523a5a6b2db83ab3e4842482ca990680f3ab5b0f4662e8c34bb265e9da
 
 system_accounts="_grafana"
 _grafana_homedir="/var/lib/grafana"
@@ -20,7 +20,6 @@ make_dirs="/var/log/grafana 0755 _grafana _grafana"
 conf_files="/etc/grafana/grafana.ini"
 
 case "$XBPS_TARGET_MACHINE" in
-	i686*) broken="yarn can't be built for i686" ;;
 	ppc*) broken="fails to build v8 in a dependency" ;;
 esac
 

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: grafana: update to 8.0.4.
  2021-04-10 21:54 [PR PATCH] grafana: update to 7.5.3 paper42
                   ` (7 preceding siblings ...)
  2021-07-05 19:00 ` paper42
@ 2021-07-05 19:16 ` paper42
  2021-07-14 14:47 ` ericonr
  2022-01-13  5:10 ` [PR PATCH] [Closed]: " the-maldridge
  10 siblings, 0 replies; 12+ messages in thread
From: paper42 @ 2021-07-05 19:16 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 301 bytes --]

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/30136#issuecomment-874290937

Comment:
yarn is built for i686, so I removed the restriction. CI fails for that architecture probably because of github CI. I built it on my computer without a problem.

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: grafana: update to 8.0.4.
  2021-04-10 21:54 [PR PATCH] grafana: update to 7.5.3 paper42
                   ` (8 preceding siblings ...)
  2021-07-05 19:16 ` grafana: update to 8.0.4 paper42
@ 2021-07-14 14:47 ` ericonr
  2022-01-13  5:10 ` [PR PATCH] [Closed]: " the-maldridge
  10 siblings, 0 replies; 12+ messages in thread
From: ericonr @ 2021-07-14 14:47 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 274 bytes --]

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/30136#issuecomment-879957136

Comment:
@the-maldridge probably can't review this yet, and I think this version is used in void servers, so I'd rather wait a bit for his ok.

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [PR PATCH] [Closed]: grafana: update to 8.0.4.
  2021-04-10 21:54 [PR PATCH] grafana: update to 7.5.3 paper42
                   ` (9 preceding siblings ...)
  2021-07-14 14:47 ` ericonr
@ 2022-01-13  5:10 ` the-maldridge
  10 siblings, 0 replies; 12+ messages in thread
From: the-maldridge @ 2022-01-13  5:10 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1436 bytes --]

There's a closed pull request on the void-packages repository

grafana: update to 8.0.4.
https://github.com/void-linux/void-packages/pull/30136

Description:
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2022-01-13  5:10 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-10 21:54 [PR PATCH] grafana: update to 7.5.3 paper42
2021-04-17  5:52 ` ericonr
2021-04-17  5:53 ` ericonr
2021-05-03 10:35 ` [PR PATCH] [Updated] " paper42
2021-05-03 11:29 ` grafana: update to 7.5.5 ericonr
2021-05-03 12:07 ` paper42
2021-07-05 18:37 ` [PR PATCH] [Updated] " paper42
2021-07-05 18:41 ` paper42
2021-07-05 19:00 ` paper42
2021-07-05 19:16 ` grafana: update to 8.0.4 paper42
2021-07-14 14:47 ` ericonr
2022-01-13  5:10 ` [PR PATCH] [Closed]: " the-maldridge

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).