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 f781222d9dac7f3ff1a18e860b3de814c08adaa7 (commit)
from 2c5557b1177c1e59d7057911c3e9e7617c7dc06b (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 f781222d9dac7f3ff1a18e860b3de814c08adaa7
Author: Niklas Hambuechen <[email protected]>
Date: Tue Oct 7 11:04:10 2014 +0200
Refactoring: Move options from cli.py to cli_opts.py
The cli.py module exceeded our max-module-lines limit and needs to be
split.
This pulls out all command line option definitions into a separate module.
It uses cli_opts instead of cli.opts since importing a module below
your own path causes problems if you want to re-export everything
from the lower module (which we want in this case).
Signed-off-by: Niklas Hambuechen <[email protected]>
Reviewed-by: Klaus Aehlig <[email protected]>
-----------------------------------------------------------------------
Summary of changes:
Makefile.am | 1 +
lib/cli.py | 1577 +------------------------------------------------
lib/cli_opts.py | 1622 ++++++++++++++++++++++++++++++++++++++++++++++++++
lib/client/gnt_os.py | 7 +-
4 files changed, 1633 insertions(+), 1574 deletions(-)
create mode 100644 lib/cli_opts.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.