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  f1c5ff63fe15bfa5c31dd157008b1cdef2f1884b (commit)
       via  0a3595bbadc771609f9829b85b374fe7bdad227e (commit)
      from  8303156e9d35317be0fbf68fe147b3148874408c (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 f1c5ff63fe15bfa5c31dd157008b1cdef2f1884b
Author: Aaron Karper <[email protected]>
Date:   Fri Oct 31 14:14:48 2014 +0100

    Reduce maximal module size
    
    This patch reduces the max-module-size of the project to 3600, which is
    slightly larger than the currently largest module (baring backend.py,
    which got a free pass): config.py
    
    In an efford to reduce the module size to something more reasonable, the
    next person to hit the wall will find a nice reminder: Please reduce the
    maximal module size further when possible.
    
    Signed-off-by: Aaron Karper <[email protected]>
    Signed-off-by: Michele Tartara <[email protected]>
    Reviewed-by: Michele Tartara <[email protected]>

commit 0a3595bbadc771609f9829b85b374fe7bdad227e
Author: Aaron Karper <[email protected]>
Date:   Fri Oct 31 14:39:46 2014 +0100

    Split cluster.py
    
    cluster.py is nearly 4000 lines long and consists of two independent
    parts: on one hand there is everything related to verifying the cluster
    and there is everything else.
    
    This change moves everything from cmdlib/cluster.py to either
    cmdlib/cluster/__init__.py or cmdlib/cluster/verify.py.
    
    Signed-off-by: Aaron Karper <[email protected]>
    Signed-off-by: Michele Tartara <[email protected]>
    Reviewed-by: Michele Tartara <[email protected]>

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

Summary of changes:
 Makefile.am                        |    8 +-
 lib/cmdlib/__init__.py             |    5 +-
 lib/cmdlib/cluster.py              | 3916 ------------------------------------
 lib/cmdlib/cluster/__init__.py     | 1806 +++++++++++++++++
 lib/cmdlib/cluster/verify.py       | 2164 ++++++++++++++++++++
 pylintrc                           |    4 +-
 test/py/cmdlib/cluster_unittest.py |   47 +-
 test/py/cmdlib/cmdlib_unittest.py  |    5 +-
 8 files changed, 4010 insertions(+), 3945 deletions(-)
 delete mode 100644 lib/cmdlib/cluster.py
 create mode 100644 lib/cmdlib/cluster/__init__.py
 create mode 100644 lib/cmdlib/cluster/verify.py


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/d/optout.

Reply via email to