Gentoo Archives: gentoo-commits

From: Zac Medico <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/docker-registry/files/
Date: Sun, 28 Aug 2016 23:59:33
Message-Id: 1472428764.08899386a0ddb0806fc291850a5c6d32f3cf5426.zmedico@gentoo
1 commit: 08899386a0ddb0806fc291850a5c6d32f3cf5426
2 Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 28 23:57:01 2016 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 28 23:59:24 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08899386
7
8 app-emulation/docker-registry: add copytruncate to logrotate config
9
10 Package-Manager: portage-2.3.0
11
12 app-emulation/docker-registry/files/registry.logrotated | 1 +
13 1 file changed, 1 insertion(+)
14
15 diff --git a/app-emulation/docker-registry/files/registry.logrotated b/app-emulation/docker-registry/files/registry.logrotated
16 index 7f89ba2..546b90b 100644
17 --- a/app-emulation/docker-registry/files/registry.logrotated
18 +++ b/app-emulation/docker-registry/files/registry.logrotated
19 @@ -4,4 +4,5 @@
20 size 5M
21 rotate 3
22 compress
23 + copytruncate
24 }