Re: [gentoo-dev] logging in openntpd 20080406-r3+

2013-11-29 Thread Lars Wendler
Am Thu, 28 Nov 2013 08:55:56 -0700 schrieb Christoph Junghans ott...@gentoo.org: 2013/11/28 Rich Freeman ri...@gentoo.org: On Wed, Nov 27, 2013 at 10:56 PM, Paul B. Henson hen...@acm.org wrote: On Fri, Nov 22, 2013 at 09:36:38PM +0100, Peter Stuge wrote: Paul B. Henson wrote: In

Re: [gentoo-dev] RFC: New project: Licenses

2013-11-29 Thread Roy Bamford
On 2013.11.22 09:38, Ulrich Mueller wrote: On Thu, 21 Nov 2013, Roy Bamford wrote: Indeed, that's one of the two TLPs that were suggested. The past QA disliked having Licenses as their subproject, though. It depends on how the role of QA is defined: If it is seen as primarily

Re: [gentoo-dev] logging in openntpd 20080406-r3+

2013-11-29 Thread Paul B. Henson
On Fri, Nov 29, 2013 at 09:49:03AM +0100, Lars Wendler wrote: I think there's some confusion on what the -d option actually does, so let me cite the relevant parts from man 8 ntpd: [...] Now let's discuss if this can be considered as debug mode or not. Let me cite the relevant code ;) :

Re: [gentoo-dev] logging in openntpd 20080406-r3+

2013-11-29 Thread Peter Stuge
Paul B. Henson wrote: If openrc has issues managing services that don't drop pid files, maybe that should be looked into, or maybe openntpd could be patched to drop a pid file. Conditionally patching openntpd in the ebuild if a system is using openrc is certainly the way to go. But running

Re: [gentoo-dev] logging in openntpd 20080406-r3+

2013-11-29 Thread Diego Elio Pettenò
On Sat, Nov 30, 2013 at 1:55 AM, Peter Stuge pe...@stuge.se wrote: Conditionally patching openntpd in the ebuild if a system is using openrc is certainly the way to go. You mean unconditionally here, right? Because pid files should be there, full stop. Diego Elio Pettenò — Flameeyes

Re: [gentoo-portage-dev] [PATCH] egencache: --write-timestamp to create metadata/timestamp.chk

2013-11-29 Thread Mike Frysinger
On Friday 29 November 2013 08:36:43 sebastianlut...@gmx.de wrote: + f.write(time.strftime(%a, %d %b %Y %H:%M:%S +\n, would be nice to pull that time format out and into the const module. the emerge actions.py file uses it too (twice actually). +

[gentoo-portage-dev] [PATCH 2/2] Use portage.const.TIMESTAMP_FORMAT where appropriate

2013-11-29 Thread SebastianLuther
From: Sebastian Luther sebastianlut...@gmx.de --- pym/_emerge/actions.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pym/_emerge/actions.py b/pym/_emerge/actions.py index 86d67d2..19268cb 100644 --- a/pym/_emerge/actions.py +++ b/pym/_emerge/actions.py @@ -40,6 +40,7

[gentoo-portage-dev] [PATCH 1/2] egencache: --write-timestamp to create metadata/timestamp.chk

2013-11-29 Thread SebastianLuther
From: Sebastian Luther sebastianlut...@gmx.de This is required to sync repositories using rsnyc. URL: https://bugs.gentoo.org/488972 --- bin/egencache| 14 ++ pym/portage/const.py | 4 2 files changed, 18 insertions(+) diff --git a/bin/egencache b/bin/egencache index

[gentoo-portage-dev] [PATCH 1/2] Add list of live eclasses to portage.const

2013-11-29 Thread SebastianLuther
From: Sebastian Luther sebastianlut...@gmx.de --- bin/repoman | 11 +-- pym/_emerge/EbuildExecuter.py | 11 +-- pym/portage/_sets/__init__.py | 2 +- pym/portage/const.py | 12 4 files changed, 15 insertions(+), 21 deletions(-) diff --git

[gentoo-portage-dev] [PATCH 2/2] Add git-r3 to the list of live eclasses

2013-11-29 Thread SebastianLuther
From: Sebastian Luther sebastianlut...@gmx.de --- cnf/sets/portage.conf | 2 +- pym/portage/const.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/cnf/sets/portage.conf b/cnf/sets/portage.conf index c5c787b..b73afb1 100644 --- a/cnf/sets/portage.conf +++

Re: [gentoo-portage-dev] [PATCH 2/2] Add git-r3 to the list of live eclasses

2013-11-29 Thread Sebastian Luther
See bug 489662. https://bugs.gentoo.org/489662

Re: [gentoo-portage-dev] [PATCH 1/2] Add list of live eclasses to portage.const

2013-11-29 Thread Tom Wijsman
On Fri, 29 Nov 2013 21:33:31 +0100 sebastianlut...@gmx.de wrote: +# List of known live eclasses. Keep it in sync with cnf/sets/protage.conf ^ Small typo. :) -includes = bzr cvs darcs git git-2 mercurial subversion tla +includes = bzr cvs darcs git git-2 git-r3 mercurial

Re: [gentoo-portage-dev] [PATCH 1/2] egencache: --write-timestamp to create metadata/timestamp.chk

2013-11-29 Thread Mike Frysinger
thanks, pushed both -mike signature.asc Description: This is a digitally signed message part.

Re: [gentoo-portage-dev] [PATCH 1/2] Add list of live eclasses to portage.const

2013-11-29 Thread Mike Frysinger
fixed the typo pointed out by Tom and merged. thanks! -mike signature.asc Description: This is a digitally signed message part.