summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMika Hyttinen2024-01-06 13:04:06 +0200
committerMika Hyttinen2024-01-06 13:04:06 +0200
commita8dc55a07eed4a407bea7351137fa3092e9df8a3 (patch)
treea3b2bf796ad5125ad0393a7e0cf2e904884e947c
parent6d2b2cacaafc38a8df29974fa0d18ddf8a46cc05 (diff)
downloadaur-a8dc55a07eed4a407bea7351137fa3092e9df8a3.tar.gz
maxsize == minsize
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
-rw-r--r--cellframe-node.logrotate2
3 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d0ca6da10414..32fb5e6cefb8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = cellframe-dashboard
pkgdesc = Super application for managing Cellframe node
pkgver = 2.13.5
- pkgrel = 4
+ pkgrel = 5
url = https://cellframe.net
install = cellframe-dashboard.install
arch = x86_64
@@ -28,7 +28,7 @@ pkgbase = cellframe-dashboard
source = cellframe-node-logrotate.service
source = cellframe-node.service
md5sums = SKIP
- md5sums = 95ea2a9af2bdd2e08d44494673d2a9f3
+ md5sums = 6a52220e0b285dc9e803082f36897ad4
md5sums = 47edb0d55d537e72f3de07ec6a72ea78
md5sums = 7c1087eea7336d99c4af55119673b009
md5sums = 72472d529b38f06a78f37ac659b18d65
diff --git a/PKGBUILD b/PKGBUILD
index 07ef1031a843..0d77429162de 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname="cellframe-dashboard"
_nodename="cellframe-node"
pkgver=2.13.5
-pkgrel=4
+pkgrel=5
pkgdesc="Super application for managing Cellframe node"
arch=(x86_64 aarch64)
url="https://cellframe.net"
@@ -16,7 +16,7 @@ source=(git+https://gitlab.demlabs.net/cellframe/$pkgname.git#commit=d0b026a4655
cellframe-node-logrotate.service
cellframe-node.service)
md5sums=('SKIP'
- '95ea2a9af2bdd2e08d44494673d2a9f3'
+ '6a52220e0b285dc9e803082f36897ad4'
'47edb0d55d537e72f3de07ec6a72ea78'
'7c1087eea7336d99c4af55119673b009'
'72472d529b38f06a78f37ac659b18d65')
diff --git a/cellframe-node.logrotate b/cellframe-node.logrotate
index 4dd2c8abc400..410352a96ef8 100644
--- a/cellframe-node.logrotate
+++ b/cellframe-node.logrotate
@@ -1,6 +1,6 @@
"/opt/cellframe-node/var/log/*.log" {
copytruncate
- maxsize 200M
+ minsize 200M
rotate 6
compress
missingok