LGTM. Thanks, Jose
On Wed, Oct 02, 2013 at 02:33:04PM +0200, Klaus Aehlig wrote: > This is the version-independent path for cfgupgrade, that will > always refer to the cfgupgrade of the currently installed version. > > Signed-off-by: Klaus Aehlig <[email protected]> > --- > lib/pathutils.py | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/lib/pathutils.py b/lib/pathutils.py > index d95279b..669e27d 100644 > --- a/lib/pathutils.py > +++ b/lib/pathutils.py > @@ -52,6 +52,7 @@ KVM_IFUP = _constants.PKGLIBDIR + "/kvm-ifup" > PREPARE_NODE_JOIN = _constants.PKGLIBDIR + "/prepare-node-join" > NODE_DAEMON_SETUP = _constants.PKGLIBDIR + "/node-daemon-setup" > XEN_CONSOLE_WRAPPER = _constants.PKGLIBDIR + "/tools/xen-console-wrapper" > +CFGUPGRADE = _constants.PKGLIBDIR + "/tools/cfgupgrade" > ETC_HOSTS = vcluster.ETC_HOSTS > > # Top-level paths > -- > 1.8.4 > -- Jose Antonio Lopes Ganeti Engineering Google Germany GmbH Dienerstr. 12, 80331, München Registergericht und -nummer: Hamburg, HRB 86891 Sitz der Gesellschaft: Hamburg Geschäftsführer: Graham Law, Christine Elizabeth Flores Steuernummer: 48/725/00206 Umsatzsteueridentifikationsnummer: DE813741370
