This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Ganeti core".

The branch, master has been updated
       via  473ab806496b0ac63a1250e9d7483721e068aa14 (commit)
       via  81124130c5643591dc5df507f0d76d72021f4205 (commit)
      from  4d36fbf424c758a58e10e49e12b54c572350db01 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 473ab806496b0ac63a1250e9d7483721e068aa14
Author: Michael Hanselmann <[email protected]>
Date:   Mon Feb 4 14:38:34 2013 +0100

    Extract container converters
    
    “objects.ConfigObject” contains two useful functions for working with
    containers of serialized objects, “_ContainerToDicts” and
    “_ContainerFromDicts”. This patch separates those functions and moves
    them into “objectutils” as they'll be useful for converting parts of the
    QA configuration to objects. Unittests are added to cover the parts not
    already tested through other code paths.
    
    Signed-off-by: Michael Hanselmann <[email protected]>
    Reviewed-by: Iustin Pop <[email protected]>

commit 81124130c5643591dc5df507f0d76d72021f4205
Author: Michael Hanselmann <[email protected]>
Date:   Mon Feb 4 15:28:51 2013 +0100

    hv_xen: Fix epydoc error
    
    “utils.RunCmd” is re-exported from “utils.process.RunCmd”. Epydoc
    doesn't fully understand this, so we have to refer to the original.
    
    Signed-off-by: Michael Hanselmann <[email protected]>
    Reviewed-by: Iustin Pop <[email protected]>

-----------------------------------------------------------------------

Summary of changes:
 lib/hypervisor/hv_xen.py               |    4 +-
 lib/objects.py                         |   77 ++++++++-----------------------
 lib/objectutils.py                     |   57 +++++++++++++++++++++++
 test/py/ganeti.objectutils_unittest.py |   57 +++++++++++++++++++++++
 4 files changed, 136 insertions(+), 59 deletions(-)


hooks/post-receive
-- 
Ganeti core

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"ganeti-commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to