Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: oomd-0.5.0
@ 2021-10-18 16:18 maxice8
  2021-10-18 16:27 ` [PR PATCH] [Updated] " maxice8
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: maxice8 @ 2021-10-18 16:18 UTC (permalink / raw)
  To: ml

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

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

https://github.com/maxice8/void-packages oomd
https://github.com/void-linux/void-packages/pull/33620

New package: oomd-0.5.0
None

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

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

From 47337b4da738469e3254a01047b6815c73c41b9c Mon Sep 17 00:00:00 2001
From: Leo <thinkabit.ukim@gmail.com>
Date: Mon, 18 Oct 2021 13:14:55 -0300
Subject: [PATCH] New package: oomd-0.5.0

---
 srcpkgs/oomd/files/oomd/run |  4 ++++
 srcpkgs/oomd/template       | 21 +++++++++++++++++++++
 2 files changed, 25 insertions(+)
 create mode 100755 srcpkgs/oomd/files/oomd/run
 create mode 100644 srcpkgs/oomd/template

diff --git a/srcpkgs/oomd/files/oomd/run b/srcpkgs/oomd/files/oomd/run
new file mode 100755
index 000000000000..253a8c406611
--- /dev/null
+++ b/srcpkgs/oomd/files/oomd/run
@@ -0,0 +1,4 @@
+#!/bin/sh
+exec oomd \
+	--cgroup-fs /sys/fs/cgroup/unified \
+	--config /etc/oomd/oomd.json
diff --git a/srcpkgs/oomd/template b/srcpkgs/oomd/template
new file mode 100644
index 000000000000..3d3d1c813550
--- /dev/null
+++ b/srcpkgs/oomd/template
@@ -0,0 +1,21 @@
+# Template file for 'oomd'
+pkgname=oomd
+version=0.5.0
+revision=1
+build_style=meson
+hostmakedepends="pkg-config"
+makedepends="jsoncpp-devel"
+checkdepends="gtest-devel"
+short_desc="userspace Out-Of-Memory (OOM) killer"
+maintainer="Leo <thinkabit.ukim@gmail.com>"
+license="GPL-2.0-only"
+homepage="https://github.com/facebookincubator"
+distfiles="https://github.com/facebookincubator/oomd/archive/refs/tags/v$version.tar.gz"
+checksum=89efe256c42223c7688cacdbc51605da1104de666ed27d32e38f60e311fd1356
+
+post_install() {
+	vsv oomd
+
+	# Remove systemd service file
+	rm -rf "$XBPS_DESTDIR"/usr/lib/systemd
+}

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

* Re: [PR PATCH] [Updated] New package: oomd-0.5.0
  2021-10-18 16:18 [PR PATCH] New package: oomd-0.5.0 maxice8
@ 2021-10-18 16:27 ` maxice8
  2021-11-28 23:04 ` Piraty
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: maxice8 @ 2021-10-18 16:27 UTC (permalink / raw)
  To: ml

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

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

https://github.com/maxice8/void-packages oomd
https://github.com/void-linux/void-packages/pull/33620

New package: oomd-0.5.0
None

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

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

From 39cb42732b753914b74a84e7e0589778d5b987e7 Mon Sep 17 00:00:00 2001
From: Leo <thinkabit.ukim@gmail.com>
Date: Mon, 18 Oct 2021 13:14:55 -0300
Subject: [PATCH] New package: oomd-0.5.0

---
 srcpkgs/oomd/files/oomd/run |  4 ++++
 srcpkgs/oomd/template       | 21 +++++++++++++++++++++
 2 files changed, 25 insertions(+)
 create mode 100755 srcpkgs/oomd/files/oomd/run
 create mode 100644 srcpkgs/oomd/template

diff --git a/srcpkgs/oomd/files/oomd/run b/srcpkgs/oomd/files/oomd/run
new file mode 100755
index 000000000000..253a8c406611
--- /dev/null
+++ b/srcpkgs/oomd/files/oomd/run
@@ -0,0 +1,4 @@
+#!/bin/sh
+exec oomd \
+	--cgroup-fs /sys/fs/cgroup/unified \
+	--config /etc/oomd/oomd.json
diff --git a/srcpkgs/oomd/template b/srcpkgs/oomd/template
new file mode 100644
index 000000000000..202abc2da0c2
--- /dev/null
+++ b/srcpkgs/oomd/template
@@ -0,0 +1,21 @@
+# Template file for 'oomd'
+pkgname=oomd
+version=0.5.0
+revision=1
+build_style=meson
+hostmakedepends="pkg-config"
+makedepends="jsoncpp-devel"
+checkdepends="gtest-devel"
+short_desc="Userspace Out-Of-Memory (OOM) killer"
+maintainer="Leo <thinkabit.ukim@gmail.com>"
+license="GPL-2.0-only"
+homepage="https://github.com/facebookincubator"
+distfiles="https://github.com/facebookincubator/oomd/archive/refs/tags/v$version.tar.gz"
+checksum=89efe256c42223c7688cacdbc51605da1104de666ed27d32e38f60e311fd1356
+
+post_install() {
+	vsv oomd
+
+	# Remove systemd service file
+	rm -rf "$XBPS_DESTDIR"/usr/lib/systemd
+}

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

* Re: New package: oomd-0.5.0
  2021-10-18 16:18 [PR PATCH] New package: oomd-0.5.0 maxice8
  2021-10-18 16:27 ` [PR PATCH] [Updated] " maxice8
@ 2021-11-28 23:04 ` Piraty
  2021-11-29  3:55 ` maxice8
  2021-11-29  3:55 ` [PR PATCH] [Closed]: " maxice8
  3 siblings, 0 replies; 5+ messages in thread
From: Piraty @ 2021-11-28 23:04 UTC (permalink / raw)
  To: ml

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

New comment by Piraty on void-packages repository

https://github.com/void-linux/void-packages/pull/33620#issuecomment-981169645

Comment:
```
 [ RUN      ] CgroupContextTest.MonitorRootHost
../src/oomd/CgroupContextTest.cpp:68: Failure
```

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

* Re: New package: oomd-0.5.0
  2021-10-18 16:18 [PR PATCH] New package: oomd-0.5.0 maxice8
  2021-10-18 16:27 ` [PR PATCH] [Updated] " maxice8
  2021-11-28 23:04 ` Piraty
@ 2021-11-29  3:55 ` maxice8
  2021-11-29  3:55 ` [PR PATCH] [Closed]: " maxice8
  3 siblings, 0 replies; 5+ messages in thread
From: maxice8 @ 2021-11-29  3:55 UTC (permalink / raw)
  To: ml

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

New comment by maxice8 on void-packages repository

https://github.com/void-linux/void-packages/pull/33620#issuecomment-981269566

Comment:
Not particularly interested in fixing the tests, wfm locally

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

* Re: [PR PATCH] [Closed]: New package: oomd-0.5.0
  2021-10-18 16:18 [PR PATCH] New package: oomd-0.5.0 maxice8
                   ` (2 preceding siblings ...)
  2021-11-29  3:55 ` maxice8
@ 2021-11-29  3:55 ` maxice8
  3 siblings, 0 replies; 5+ messages in thread
From: maxice8 @ 2021-11-29  3:55 UTC (permalink / raw)
  To: ml

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

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

New package: oomd-0.5.0
https://github.com/void-linux/void-packages/pull/33620

Description:
None

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

end of thread, other threads:[~2021-11-29  3:55 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-18 16:18 [PR PATCH] New package: oomd-0.5.0 maxice8
2021-10-18 16:27 ` [PR PATCH] [Updated] " maxice8
2021-11-28 23:04 ` Piraty
2021-11-29  3:55 ` maxice8
2021-11-29  3:55 ` [PR PATCH] [Closed]: " maxice8

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).