Discussion:
[Libstoragemgmt-devel] [SCM] libstoragemgmt branch, master, updated. 0.1.0-158-gc4724b2
Tony Asleson
2014-05-22 21:42:16 UTC
Permalink
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 "libstoragemgmt".

The branch, master has been updated
via c4724b2f42a0495fe4bd8f9c44856496fece3a40 (commit)
via 19b20e014744bfb7249c12b2c83f7005a87b0530 (commit)
via 5331ad4efa2cc531cbadcb9e0d41805865ec9391 (commit)
via f383fdfac79164d326791d28b4091bb86132b29d (commit)
via 03651c46e3930a72542762ef6326aa0571d34ee6 (commit)
via e09683b64526303861acf44e81751ce31b33ebc3 (commit)
via 83d5cee296adbed656c54ed5e94735af33a1bc1f (commit)
from 9ab93dc70276d78e8fce2e439579378e3760ddbb (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 c4724b2f42a0495fe4bd8f9c44856496fece3a40
Author: Tony Asleson <***@redhat.com>
Date: Thu May 22 15:43:29 2014 -0500

python & C: Finish access_group_list rename

Previous naming change only fixed the public signature in the
client interface, but the plug-in interface was different.

Make them match.

access_group_list -> access_groups

Signed-off-by: Tony Asleson <***@redhat.com>

commit 19b20e014744bfb7249c12b2c83f7005a87b0530
Author: Tony Asleson <***@redhat.com>
Date: Thu May 22 13:41:18 2014 -0500

cmdline.py: Fix clean-up call method

I missed a spot where we were still calling shutdown which no longer
exists do to me renaming the startup/shutdown methods.

This allows standalone again.

Signed-off-by: Tony Asleson <***@redhat.com>

commit 5331ad4efa2cc531cbadcb9e0d41805865ec9391
Author: Tony Asleson <***@redhat.com>
Date: Thu May 22 13:50:26 2014 -0500

runtests.sh: Add stand alone test run

Signed-off-by: Tony Asleson <***@redhat.com>

commit f383fdfac79164d326791d28b4091bb86132b29d
Author: Gris Ge <***@redhat.com>
Date: Thu May 22 22:48:06 2014 +0800

lsmcli: Isolate cmdline.py from lsm API scripts

* New lsm public static method:
lsm.size_human_2_size_bytes()
* The cmdline.py is not depending on lsm API private methods[1]:
1. Moved getch() from _common.py to cmdline.py

* Changes has been tested by "make check", "make rpm", "make distcheck".

Signed-off-by: Gris Ge <***@redhat.com>

commit 03651c46e3930a72542762ef6326aa0571d34ee6
Author: Gris Ge <***@redhat.com>
Date: Thu May 22 22:48:05 2014 +0800

lsmcli: rpm spec file update for cmdline.py rename

* RPM spec file update for cmdline.py rename.

Signed-off-by: Gris Ge <***@redhat.com>

commit e09683b64526303861acf44e81751ce31b33ebc3
Author: Gris Ge <***@redhat.com>
Date: Thu May 22 22:48:04 2014 +0800

lsmcli: Makefile update for cmdline.py rename

* Makefile update for cmdline.py rename.

Signed-off-by: Gris Ge <***@redhat.com>

commit 83d5cee296adbed656c54ed5e94735af33a1bc1f
Author: Gris Ge <***@redhat.com>
Date: Thu May 22 22:48:03 2014 +0800

lsmcli: move _cmdline.py to lsmcli folder as cmdline.py

* Just rename 'python_binding/lsm/_cmdline.py' to 'tools/lsmcli/cmdline.py'

Signed-off-by: Gris Ge <***@redhat.com>

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

Summary of changes:
c_binding/lsm_mgmt.cpp | 2 +-
c_binding/lsm_plugin_ipc.cpp | 2 +-
daemon/lsm_rest.h | 2 +-
packaging/libstoragemgmt.spec.in | 2 +-
plugin/nstor/nstor.py | 10 ++++----
plugin/ontap/ontap.py | 6 ++--
plugin/sim/simarray.py | 2 +-
plugin/sim/simulator.py | 2 +-
plugin/smispy/smis.py | 2 +-
python_binding/Makefile.am | 1 -
python_binding/lsm/__init__.py | 2 +-
python_binding/lsm/_client.py | 2 +-
python_binding/lsm/_common.py | 15 -------------
python_binding/lsm/_iplugin.py | 2 +-
python_binding/lsm/_pluginrunner.py | 4 +-
test/runtests.sh | 1 +
tools/lsmcli/Makefile.am | 1 +
tools/lsmcli/__init__.py | 1 +
.../lsm/_cmdline.py => tools/lsmcli/cmdline.py | 23 +++++++++++++++++--
tools/lsmcli/lsmcli | 4 +-
20 files changed, 45 insertions(+), 41 deletions(-)
rename python_binding/lsm/_cmdline.py => tools/lsmcli/cmdline.py (99%)


hooks/post-receive
--
libstoragemgmt
Loading...