Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: loki-2.1.0
@ 2021-03-08  2:40 the-maldridge
  2021-03-08  2:41 ` [PR PATCH] [Updated] " the-maldridge
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: the-maldridge @ 2021-03-08  2:40 UTC (permalink / raw)
  To: ml

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

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

https://github.com/the-maldridge/void-packages loki
https://github.com/void-linux/void-packages/pull/29298

New package: loki-2.1.0
- [x] This is actively part of fleet infrastructure, and is running right now.

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-loki-29298.patch --]
[-- Type: text/x-diff, Size: 1225 bytes --]

From 44fa5bc3ea870f38b8950eef58c3da3a1db700a3 Mon Sep 17 00:00:00 2001
From: Michael Aldridge <aldridge.mac@gmail.com>
Date: Sun, 7 Mar 2021 18:16:24 -0800
Subject: [PATCH] New package: loki-2.1.0

---
 srcpkgs/loki/template | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)
 create mode 100644 srcpkgs/loki/template

diff --git a/srcpkgs/loki/template b/srcpkgs/loki/template
new file mode 100644
index 00000000000..dadd1a29472
--- /dev/null
+++ b/srcpkgs/loki/template
@@ -0,0 +1,22 @@
+# Template file for 'loki'
+pkgname=loki
+version=2.1.0
+revision=1
+build_style=go
+go_import_path="github.com/grafana/loki"
+go_package="${go_import_path}/cmd/loki
+ ${go_import_path}/cmd/logcli
+ ${go_import_path}/cmd/fluent-bit
+ ${go_import_path}/cmd/logcli
+ ${go_import_path}/cmd/loki-canary
+ ${go_import_path}/cmd/promtail
+ ${go_import_path}/cmd/querytee"
+hostmakedepends=""
+makedepends=""
+depends=""
+short_desc="Like Prometheus, but for logs."
+maintainer="Michael Aldridge <aldridge.mac@gmail.com>"
+license="Apache-2.0"
+homepage="https://grafana.com/oss/loki/"
+distfiles="https://github.com/grafana/loki/archive/v$version.tar.gz"
+checksum=ceccc4e42a7158ca0bc49903a3fbe31c8cd55f85f50bac8a8bba9843b4f8cd6f

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

* Re: [PR PATCH] [Updated] New package: loki-2.1.0
  2021-03-08  2:40 [PR PATCH] New package: loki-2.1.0 the-maldridge
@ 2021-03-08  2:41 ` the-maldridge
  2021-03-08  5:55 ` the-maldridge
  2021-03-08  5:55 ` [PR PATCH] [Merged]: " the-maldridge
  2 siblings, 0 replies; 4+ messages in thread
From: the-maldridge @ 2021-03-08  2:41 UTC (permalink / raw)
  To: ml

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

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

https://github.com/the-maldridge/void-packages loki
https://github.com/void-linux/void-packages/pull/29298

New package: loki-2.1.0
- [x] This is actively part of fleet infrastructure, and is running right now.

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-loki-29298.patch --]
[-- Type: text/x-diff, Size: 1037 bytes --]

From d8fc144edcd1276cedb17b05e06224bcdf95a3fa Mon Sep 17 00:00:00 2001
From: Michael Aldridge <aldridge.mac@gmail.com>
Date: Sun, 7 Mar 2021 18:16:24 -0800
Subject: [PATCH] New package: loki-2.1.0

---
 srcpkgs/loki/template | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 srcpkgs/loki/template

diff --git a/srcpkgs/loki/template b/srcpkgs/loki/template
new file mode 100644
index 00000000000..7e187bf67d6
--- /dev/null
+++ b/srcpkgs/loki/template
@@ -0,0 +1,15 @@
+# Template file for 'loki'
+pkgname=loki
+version=2.1.0
+revision=1
+build_style=go
+go_import_path="github.com/grafana/loki"
+go_package="${go_import_path}/cmd/loki
+ ${go_import_path}/cmd/logcli
+ ${go_import_path}/cmd/loki-canary"
+short_desc="Like Prometheus, but for logs"
+maintainer="Michael Aldridge <aldridge.mac@gmail.com>"
+license="Apache-2.0"
+homepage="https://grafana.com/oss/loki/"
+distfiles="https://github.com/grafana/loki/archive/v$version.tar.gz"
+checksum=ceccc4e42a7158ca0bc49903a3fbe31c8cd55f85f50bac8a8bba9843b4f8cd6f

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

* Re: [PR PATCH] [Updated] New package: loki-2.1.0
  2021-03-08  2:40 [PR PATCH] New package: loki-2.1.0 the-maldridge
  2021-03-08  2:41 ` [PR PATCH] [Updated] " the-maldridge
@ 2021-03-08  5:55 ` the-maldridge
  2021-03-08  5:55 ` [PR PATCH] [Merged]: " the-maldridge
  2 siblings, 0 replies; 4+ messages in thread
From: the-maldridge @ 2021-03-08  5:55 UTC (permalink / raw)
  To: ml

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

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

https://github.com/the-maldridge/void-packages loki
https://github.com/void-linux/void-packages/pull/29298

New package: loki-2.1.0
- [x] This is actively part of fleet infrastructure, and is running right now.

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-loki-29298.patch --]
[-- Type: text/x-diff, Size: 1037 bytes --]

From fb6fc4bae1e28c53b816be47c5067fbabcbc1f31 Mon Sep 17 00:00:00 2001
From: Michael Aldridge <aldridge.mac@gmail.com>
Date: Sun, 7 Mar 2021 18:16:24 -0800
Subject: [PATCH] New package: loki-2.1.0

---
 srcpkgs/loki/template | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 srcpkgs/loki/template

diff --git a/srcpkgs/loki/template b/srcpkgs/loki/template
new file mode 100644
index 00000000000..7e187bf67d6
--- /dev/null
+++ b/srcpkgs/loki/template
@@ -0,0 +1,15 @@
+# Template file for 'loki'
+pkgname=loki
+version=2.1.0
+revision=1
+build_style=go
+go_import_path="github.com/grafana/loki"
+go_package="${go_import_path}/cmd/loki
+ ${go_import_path}/cmd/logcli
+ ${go_import_path}/cmd/loki-canary"
+short_desc="Like Prometheus, but for logs"
+maintainer="Michael Aldridge <aldridge.mac@gmail.com>"
+license="Apache-2.0"
+homepage="https://grafana.com/oss/loki/"
+distfiles="https://github.com/grafana/loki/archive/v$version.tar.gz"
+checksum=ceccc4e42a7158ca0bc49903a3fbe31c8cd55f85f50bac8a8bba9843b4f8cd6f

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

* Re: [PR PATCH] [Merged]: New package: loki-2.1.0
  2021-03-08  2:40 [PR PATCH] New package: loki-2.1.0 the-maldridge
  2021-03-08  2:41 ` [PR PATCH] [Updated] " the-maldridge
  2021-03-08  5:55 ` the-maldridge
@ 2021-03-08  5:55 ` the-maldridge
  2 siblings, 0 replies; 4+ messages in thread
From: the-maldridge @ 2021-03-08  5:55 UTC (permalink / raw)
  To: ml

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

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

New package: loki-2.1.0
https://github.com/void-linux/void-packages/pull/29298

Description:
- [x] This is actively part of fleet infrastructure, and is running right now.

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

end of thread, other threads:[~2021-03-08  5:55 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-08  2:40 [PR PATCH] New package: loki-2.1.0 the-maldridge
2021-03-08  2:41 ` [PR PATCH] [Updated] " the-maldridge
2021-03-08  5:55 ` the-maldridge
2021-03-08  5:55 ` [PR PATCH] [Merged]: " 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).