Skip to content

Commit

Permalink
Update patch and checksums
Browse files Browse the repository at this point in the history
Signed-off-by: Piotr Gorski <[email protected]>
  • Loading branch information
sirlucjan committed Jan 19, 2024
1 parent 940f752 commit 35922b9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions scx-scheds/.SRCINFO
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
8 changes: 4 additions & 4 deletions scx-scheds/0001-scx-introduce-systemd-services.patch
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>
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 <[email protected]>
Expand Down Expand Up @@ -61,12 +61,12 @@ index a8752df..6cd9260 100644
+)
diff --git a/services/[email protected] b/services/[email protected]
new file mode 100644
index 0000000..bf2b809
index 0000000..7f26560
--- /dev/null
+++ b/services/[email protected]
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion scx-scheds/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 35922b9

Please sign in to comment.