Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 795177 - dev-util/jenkins-bin logrotate - jenkins:6 keyword 'size' not properly separated, found 0x3d
Summary: dev-util/jenkins-bin logrotate - jenkins:6 keyword 'size' not properly separa...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Patrick Lauer
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-06-10 06:55 UTC by Tomáš Mózes
Modified: 2021-06-17 16:07 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tomáš Mózes 2021-06-10 06:55:14 UTC
The logrotate cron is sending emails:
jenkins:6 keyword 'size' not properly separated, found 0x3d

/var/log/jenkins/jenkins.log /var/log/jenkins/access_log {
    compress
    dateext
    maxage 365
    rotate 99
    size=+4096k
 
By reading the man page it seems this is sufficient:
    size 4096k

dev-util/jenkins-bin-2.293::gentoo was built with the following:
USE="" ABI_X86="(64)"

app-admin/logrotate-3.18.1::gentoo was built with the following:
USE="acl cron (-selinux)" ABI_X86="(64)"
Comment 1 Larry the Git Cow gentoo-dev 2021-06-17 13:33:11 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0381eb23425a2caaffdb2961cc49d4b12a92326d

commit 0381eb23425a2caaffdb2961cc49d4b12a92326d
Author:     Thomas Deutschmann <whissi@gentoo.org>
AuthorDate: 2021-06-17 13:29:26 +0000
Commit:     Thomas Deutschmann <whissi@gentoo.org>
CommitDate: 2021-06-17 13:32:35 +0000

    dev-util/jenkins-bin: fix logrotate script
    
    Closes: https://bugs.gentoo.org/795177
    Package-Manager: Portage-3.0.20, Repoman-3.0.3
    Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>

 .../files/{jenkins-bin-r1.logrotate => jenkins-bin-r2.logrotate}        | 2 +-
 .../{jenkins-bin-2.289.1.ebuild => jenkins-bin-2.289.1-r1.ebuild}       | 2 +-
 .../{jenkins-bin-2.297.ebuild => jenkins-bin-2.297-r1.ebuild}           | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)
Comment 2 Tomáš Mózes 2021-06-17 16:07:23 UTC
Thanks @Whissi