From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A0FD01382C5 for ; Thu, 17 Jun 2021 13:33:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 77775E081B; Thu, 17 Jun 2021 13:33:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C4532E0815 for ; Thu, 17 Jun 2021 13:33:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9E5CC335D3D for ; Thu, 17 Jun 2021 13:33:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C39477AE for ; Thu, 17 Jun 2021 13:33:11 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1623936755.0381eb23425a2caaffdb2961cc49d4b12a92326d.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/jenkins-bin/, dev-util/jenkins-bin/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/jenkins-bin/files/jenkins-bin-r1.logrotate dev-util/jenkins-bin/files/jenkins-bin-r2.logrotate dev-util/jenkins-bin/jenkins-bin-2.289.1-r1.ebuild dev-util/jenkins-bin/jenkins-bin-2.289.1.ebuild dev-util/jenkins-bin/jenkins-bin-2.297-r1.ebuild dev-util/jenkins-bin/jenkins-bin-2.297.ebuild X-VCS-Directories: dev-util/jenkins-bin/files/ dev-util/jenkins-bin/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 0381eb23425a2caaffdb2961cc49d4b12a92326d X-VCS-Branch: master Date: Thu, 17 Jun 2021 13:33:11 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ba0e5653-3526-43b6-867e-affc799f6ed8 X-Archives-Hash: eecb417cdaef104c3437374a9885fb4a commit: 0381eb23425a2caaffdb2961cc49d4b12a92326d Author: Thomas Deutschmann gentoo org> AuthorDate: Thu Jun 17 13:29:26 2021 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Thu Jun 17 13:32:35 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0381eb23 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 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(-) diff --git a/dev-util/jenkins-bin/files/jenkins-bin-r1.logrotate b/dev-util/jenkins-bin/files/jenkins-bin-r2.logrotate similarity index 96% rename from dev-util/jenkins-bin/files/jenkins-bin-r1.logrotate rename to dev-util/jenkins-bin/files/jenkins-bin-r2.logrotate index 33b16600452..895461f0540 100644 --- a/dev-util/jenkins-bin/files/jenkins-bin-r1.logrotate +++ b/dev-util/jenkins-bin/files/jenkins-bin-r2.logrotate @@ -3,7 +3,7 @@ dateext maxage 365 rotate 99 - size=+4096k + size 4M notifempty missingok create 644 diff --git a/dev-util/jenkins-bin/jenkins-bin-2.289.1.ebuild b/dev-util/jenkins-bin/jenkins-bin-2.289.1-r1.ebuild similarity index 95% rename from dev-util/jenkins-bin/jenkins-bin-2.289.1.ebuild rename to dev-util/jenkins-bin/jenkins-bin-2.289.1-r1.ebuild index 10778d0c4f4..4f917fe82da 100644 --- a/dev-util/jenkins-bin/jenkins-bin-2.289.1.ebuild +++ b/dev-util/jenkins-bin/jenkins-bin-2.289.1-r1.ebuild @@ -34,7 +34,7 @@ src_install() { newins "${DISTDIR}"/${P}.war ${PN/-bin/}.war insinto /etc/logrotate.d - newins "${FILESDIR}"/${PN}-r1.logrotate ${PN/-bin/} + newins "${FILESDIR}"/${PN}-r2.logrotate ${PN/-bin/} newinitd "${FILESDIR}"/${PN}-r2.init jenkins newconfd "${FILESDIR}"/${PN}.confd jenkins diff --git a/dev-util/jenkins-bin/jenkins-bin-2.297.ebuild b/dev-util/jenkins-bin/jenkins-bin-2.297-r1.ebuild similarity index 95% rename from dev-util/jenkins-bin/jenkins-bin-2.297.ebuild rename to dev-util/jenkins-bin/jenkins-bin-2.297-r1.ebuild index 6272140cb58..af8ebb51388 100644 --- a/dev-util/jenkins-bin/jenkins-bin-2.297.ebuild +++ b/dev-util/jenkins-bin/jenkins-bin-2.297-r1.ebuild @@ -34,7 +34,7 @@ src_install() { newins "${DISTDIR}"/${P}.war ${PN/-bin/}.war insinto /etc/logrotate.d - newins "${FILESDIR}"/${PN}-r1.logrotate ${PN/-bin/} + newins "${FILESDIR}"/${PN}-r2.logrotate ${PN/-bin/} newinitd "${FILESDIR}"/${PN}-r2.init jenkins newconfd "${FILESDIR}"/${PN}.confd jenkins