[Pkg-freeipa-devel] freeipa: Changes to 'wip/debian-platform'
Krzysztof Klimonda
kklimonda-guest at alioth.debian.org
Tue Mar 20 20:54:42 UTC 2012
New branch 'wip/debian-platform' available with the following commits:
commit 2a40a5f782ef1a52432593832df489e47cb0f962
Author: Krzysztof Klimonda <kklimonda at syntaxhighlighted.com>
Date: Fri Mar 9 03:19:07 2012 +0100
rewrite HTTPInstance to be platform agnostic
Moved HTTPInstance class to the base.instances.http module and started
rewriting it to not use hardcoded paths and names, but instead use variables
defined in the implementations provided by the platform modules.
commit 3d3547aae86ad8f153e670938a1db09ebc12ae39
Author: Krzysztof Klimonda <kklimonda at syntaxhighlighted.com>
Date: Fri Mar 9 01:24:33 2012 +0100
Rewrite the base NTPInstance so it's platform-independent
Make NTPInstance use config paths and variables that are set up in the
platform subclass.
commit ed1d277bf1a60a9c57701948abbbf1a2397db7f8
Author: Krzysztof Klimonda <kklimonda at syntaxhighlighted.com>
Date: Fri Mar 9 01:16:22 2012 +0100
use regexp to get current ntpd arguments
Fedora/RHEL uses double quote, but Debian/Ubuntu uses single quote to quote
argument list passed to the daemon. By the replacing current logic with
a simple regexp we remove this difference. It doesn't matter which one is used
so we always save the file with a double quotes.
commit 066849f4376403ab4aa90d013778019c128fc6fa
Author: Krzysztof Klimonda <kklimonda at syntaxhighlighted.com>
Date: Sun Feb 26 16:42:03 2012 +0100
initial import of debian platform modules
commit 2a9868251f6475a9a288a38d8a3a402168ff8495
Author: Krzysztof Klimonda <kklimonda at syntaxhighlighted.com>
Date: Sat Feb 25 20:57:28 2012 +0100
convert the base platform module into package
This package will provide base classes for both services and instances
that have to be implemented for each platform to provide needed interface
between FreeIPA and the system it's being run on.
More information about the Pkg-freeipa-devel
mailing list