In the commit message, don't you need a description in order for the patch to be pushed ? Or you can simply have the title in the commit message ?
On Wed, Oct 02, 2013 at 02:33:03PM +0200, Klaus Aehlig wrote: > 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 0c1202f..d95279b 100644 > --- a/lib/pathutils.py > +++ b/lib/pathutils.py > @@ -41,6 +41,7 @@ SSH_CONFIG_DIR = _constants.SSH_CONFIG_DIR > XEN_CONFIG_DIR = vcluster.AddNodePrefix(_constants.XEN_CONFIG_DIR) > SYSCONFDIR = vcluster.AddNodePrefix(_constants.SYSCONFDIR) > TOOLSDIR = _constants.TOOLSDIR > +PKGLIBDIR = _constants.PKGLIBDIR This constant is already available in 'lib/pathutils.py'. Either use the one in 'lib/pathutils.py' or add this one here and update the references to the other one. Thanks, Jose > LOCALSTATEDIR = vcluster.AddNodePrefix(_constants.LOCALSTATEDIR) > > # Paths which don't change for a virtual cluster > -- > 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
