From 35922b9b8527f21cc7325439b8ccaa35c4941d50 Mon Sep 17 00:00:00 2001 From: Piotr Gorski Date: Fri, 19 Jan 2024 22:38:26 +0100 Subject: [PATCH] Update patch and checksums Signed-off-by: Piotr Gorski --- scx-scheds/.SRCINFO | 4 ++-- scx-scheds/0001-scx-introduce-systemd-services.patch | 8 ++++---- scx-scheds/PKGBUILD | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/scx-scheds/.SRCINFO b/scx-scheds/.SRCINFO index 4ab1a7a6..3b6b04d4 100644 --- a/scx-scheds/.SRCINFO +++ b/scx-scheds/.SRCINFO @@ -1,5 +1,5 @@ # Generated by makepkg 6.0.2 -# Fri Jan 19 19:55:12 UTC 2024 +# Fri Jan 19 21:37:57 UTC 2024 pkgbase = scx-scheds pkgdesc = Sched_ext schedulers pkgver = 0.1.5 @@ -21,6 +21,6 @@ pkgbase = scx-scheds source = https://github.com/sched-ext/scx/archive/refs/tags/v0.1.5.tar.gz source = 0001-scx-introduce-systemd-services.patch sha512sums = caf969be909f2dfca7b8b82d528a50a147029e4ac788825ece3adad67fef41c6e43a37e74316238bcc13c1357a63503c940c76aeefa2e1e4f6787c1496833d05 - sha512sums = 65873ac65504e83d8c760ab07c7dc151d413488e283e466b8e8ef3c176050095f8623c0c4cbcff1f4cc1c1a06bc0ede99c999ea8fdf2d892ee79119b04295ad9 + sha512sums = 007acfb68275a5b3e61aed4b0582c239f73250b979d2b5e0820367071bd34510f6f1b6b8a3dabb606b02478653578a7f0b9efee3b1808692374afba7aecb27c3 pkgname = scx-scheds diff --git a/scx-scheds/0001-scx-introduce-systemd-services.patch b/scx-scheds/0001-scx-introduce-systemd-services.patch index 58614c75..ab4e8f8c 100644 --- a/scx-scheds/0001-scx-introduce-systemd-services.patch +++ b/scx-scheds/0001-scx-introduce-systemd-services.patch @@ -1,6 +1,6 @@ -From 71f11673faec380e58db5b6c477f183ff07b3890 Mon Sep 17 00:00:00 2001 +From 653e2b72e19336cb112196f7f644ba12343fa125 Mon Sep 17 00:00:00 2001 From: Piotr Gorski -Date: Fri, 19 Jan 2024 20:54:37 +0100 +Date: Fri, 19 Jan 2024 21:32:11 +0100 Subject: [PATCH] scx: introduce systemd services Signed-off-by: Piotr Gorski @@ -61,12 +61,12 @@ index a8752df..6cd9260 100644 +) diff --git a/services/journald@sched-ext.conf b/services/journald@sched-ext.conf new file mode 100644 -index 0000000..bf2b809 +index 0000000..7f26560 --- /dev/null +++ b/services/journald@sched-ext.conf @@ -0,0 +1,9 @@ +[Journal] -+# Sets the maximum journal size to 10M for each namespace. ++# Sets the maximum journal size to 25M for each namespace. +SystemMaxUse=25M +# Sets the maximum log age to 7 days. +MaxRetentionSec=7day diff --git a/scx-scheds/PKGBUILD b/scx-scheds/PKGBUILD index 93f5a23c..3a4a01d1 100644 --- a/scx-scheds/PKGBUILD +++ b/scx-scheds/PKGBUILD @@ -15,7 +15,7 @@ options=(!lto) source=(https://github.com/sched-ext/scx/archive/refs/tags/v${pkgver}.tar.gz 0001-scx-introduce-systemd-services.patch) sha512sums=('caf969be909f2dfca7b8b82d528a50a147029e4ac788825ece3adad67fef41c6e43a37e74316238bcc13c1357a63503c940c76aeefa2e1e4f6787c1496833d05' - '65873ac65504e83d8c760ab07c7dc151d413488e283e466b8e8ef3c176050095f8623c0c4cbcff1f4cc1c1a06bc0ede99c999ea8fdf2d892ee79119b04295ad9') + '007acfb68275a5b3e61aed4b0582c239f73250b979d2b5e0820367071bd34510f6f1b6b8a3dabb606b02478653578a7f0b9efee3b1808692374afba7aecb27c3') prepare() { cd scx-${pkgver}