public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-util/jenkins-bin/files: jenkins-bin-r1.logrotate
@ 2015-05-03 16:17 Manuel Rueger (mrueg)
  0 siblings, 0 replies; only message in thread
From: Manuel Rueger (mrueg) @ 2015-05-03 16:17 UTC (permalink / raw
  To: gentoo-commits

mrueg       15/05/03 16:17:34

  Added:                jenkins-bin-r1.logrotate
  Log:
  Version bump. Fix bashism bug #54814. Fix pid file bug #547948. Remove old.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key )

Revision  Changes    Path
1.1                  dev-util/jenkins-bin/files/jenkins-bin-r1.logrotate

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/jenkins-bin/files/jenkins-bin-r1.logrotate?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/jenkins-bin/files/jenkins-bin-r1.logrotate?rev=1.1&content-type=text/plain

Index: jenkins-bin-r1.logrotate
===================================================================
/var/log/jenkins/jenkins.log /var/log/jenkins/access_log {
    compress
    dateext
    maxage 365
    rotate 99
    size=+4096k
    notifempty
    missingok
    create 644
    postrotate
        [ -r /etc/conf.d/jenkins ] && . /etc/conf.d/jenkins
        if [ -s /var/run/jenkins.pid ]; then
            JPID=$(cat /var/run/jenkins.pid)
            test -n "$(find /proc/$JPID -maxdepth 0 -user ${RUN_AS:-jenkins} 2>/dev/null)" && kill -s ALRM $JPID || :
        fi
    endscript
}





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2015-05-03 16:17 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-03 16:17 [gentoo-commits] gentoo-x86 commit in dev-util/jenkins-bin/files: jenkins-bin-r1.logrotate Manuel Rueger (mrueg)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox