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  c5743464c97e8cb60fd2ddecadcc0664fba38c1c (commit)
      from  f10d78f572f2c3c78b579e427558027ba7bfa1e8 (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 c5743464c97e8cb60fd2ddecadcc0664fba38c1c
Author: Gris Ge <f...@redhat.com>
Date:   Thu Apr 2 15:06:05 2015 +0800

    Moved git repo to github
    
     * Removed everything except one new file `MOVED_TO_GITHUB.TXT`:
    
         https://github.com/libstorage/libstoragemgmt
    
    Signed-off-by: Gris Ge <f...@redhat.com>
    Signed-off-by: Tony Asleson <tasle...@redhat.com>

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

Summary of changes:
 AUTHORS                                            |   31 -
 COPYING.LIB                                        |  508 ----
 INSTALL                                            |  370 ---
 MOVED_TO_GITHUB.TXT                                |    1 +
 Makefile.am                                        |   28 -
 NEWS                                               |  271 --
 README                                             |    5 -
 autogen.sh                                         |    9 -
 c_binding/Makefile.am                              |   15 -
 c_binding/include/Makefile.am                      |    6 -
 c_binding/include/libstoragemgmt/Makefile.am       |   30 -
 c_binding/include/libstoragemgmt/libstoragemgmt.h  |  871 ------
 .../libstoragemgmt/libstoragemgmt_accessgroups.h   |   94 -
 .../libstoragemgmt/libstoragemgmt_blockrange.h     |   98 -
 .../libstoragemgmt/libstoragemgmt_capabilities.h   |  151 -
 .../include/libstoragemgmt/libstoragemgmt_common.h |  136 -
 .../include/libstoragemgmt/libstoragemgmt_disk.h   |  119 -
 .../include/libstoragemgmt/libstoragemgmt_error.h  |  166 --
 .../include/libstoragemgmt/libstoragemgmt_fs.h     |   97 -
 .../include/libstoragemgmt/libstoragemgmt_hash.h   |   89 -
 .../libstoragemgmt/libstoragemgmt_nfsexport.h      |  189 --
 .../libstoragemgmt/libstoragemgmt_plug_interface.h | 1358 ---------
 .../include/libstoragemgmt/libstoragemgmt_pool.h   |  121 -
 .../libstoragemgmt/libstoragemgmt_snapshot.h       |   76 -
 .../libstoragemgmt/libstoragemgmt_systems.h        |   83 -
 .../libstoragemgmt/libstoragemgmt_targetport.h     |  107 -
 .../include/libstoragemgmt/libstoragemgmt_types.h  |  287 --
 .../libstoragemgmt/libstoragemgmt_version.h.in     |   29 -
 .../libstoragemgmt/libstoragemgmt_volumes.h        |  116 -
 c_binding/lsm_convert.cpp                          |  619 ----
 c_binding/lsm_convert.hpp                          |  287 --
 c_binding/lsm_datatypes.cpp                        | 1977 -------------
 c_binding/lsm_datatypes.hpp                        |  379 ---
 c_binding/lsm_ipc.cpp                              |  913 ------
 c_binding/lsm_ipc.hpp                              |  481 ----
 c_binding/lsm_mgmt.cpp                             | 2210 ---------------
 c_binding/lsm_plugin_ipc.cpp                       | 2629 -----------------
 c_binding/lsm_plugin_ipc.hpp                       |   49 -
 c_binding/test.cpp                                 |   76 -
 c_binding/util/misc.cpp                            |   48 -
 c_binding/util/misc.h                              |  108 -
 c_binding/util/qparams.c                           |  242 --
 c_binding/util/qparams.h                           |   88 -
 config/Makefile.am                                 |   18 -
 config/lsmd.conf                                   |    1 -
 config/pluginconf.d/hpsa.conf                      |    1 -
 config/pluginconf.d/megaraid.conf                  |    1 -
 config/pluginconf.d/sim.conf                       |    1 -
 configure.ac                                       |  290 --
 daemon/Makefile.am                                 |   15 -
 daemon/lsm_daemon.c                                |  914 ------
 daemon/lsm_rest.c                                  |  517 ----
 daemon/lsm_rest.h                                  |   79 -
 doc/Makefile.am                                    |    3 -
 doc/REST_API_Doc                                   |   36 -
 doc/doxygen.conf.in                                | 1562 -----------
 doc/man/Makefile.am                                |   11 -
 doc/man/hpsa_lsmplugin.1.in                        |   50 -
 doc/man/lsmcli.1.in                                |  727 -----
 doc/man/lsmd.1.in                                  |   26 -
 doc/man/lsmd.conf.5.in                             |   56 -
 doc/man/megaraid_lsmplugin.1.in                    |   52 -
 examples/client_example.c                          |   75 -
 examples/plugin_example.c                          |   81 -
 libstoragemgmt.pc.in                               |   11 -
 m4/README                                          |    1 -
 m4/ax_python_module.m4                             |   49 -
 packaging/Makefile.am                              |    5 -
 packaging/daemon/Makefile.am                       |   13 -
 packaging/daemon/libstoragemgmt-rest.service       |   13 -
 packaging/daemon/libstoragemgmt.service            |   12 -
 packaging/daemon/libstoragemgmtd                   |  124 -
 packaging/daemon/lsm-tmpfiles.conf                 |    2 -
 packaging/libstoragemgmt.spec.in                   |  912 ------
 plugin/Makefile.am                                 |   48 -
 plugin/hpsa/Makefile.am                            |    8 -
 plugin/hpsa/__init__.py                            |    1 -
 plugin/hpsa/hpsa.py                                |  533 ----
 plugin/hpsa/hpsa_lsmplugin                         |   37 -
 plugin/hpsa/utils.py                               |   58 -
 plugin/megaraid/Makefile.am                        |    8 -
 plugin/megaraid/__init__.py                        |    1 -
 plugin/megaraid/megaraid.py                        |  548 ----
 plugin/megaraid/megaraid_lsmplugin                 |   37 -
 plugin/megaraid/utils.py                           |   47 -
 plugin/nstor/nstor.py                              |  879 ------
 plugin/nstor/nstor_lsmplugin                       |   39 -
 plugin/ontap/na.py                                 |  840 ------
 plugin/ontap/ontap.py                              | 1332 ---------
 plugin/ontap/ontap_lsmplugin                       |   37 -
 plugin/sim/sim_lsmplugin                           |   37 -
 plugin/sim/simarray.py                             | 2280 ---------------
 plugin/sim/simulator.py                            |  294 --
 plugin/simc/Makefile.am                            |   11 -
 plugin/simc/simc_lsmplugin.c                       | 2301 ---------------
 plugin/smispy/dmtf.py                              |  246 --
 plugin/smispy/smis.py                              | 2017 -------------
 plugin/smispy/smis_ag.py                           |  285 --
 plugin/smispy/smis_cap.py                          |  372 ---
 plugin/smispy/smis_common.py                       |  645 -----
 plugin/smispy/smis_disk.py                         |  225 --
 plugin/smispy/smis_pool.py                         |  268 --
 plugin/smispy/smis_sys.py                          |  159 --
 plugin/smispy/smis_vol.py                          |  245 --
 plugin/smispy/smispy_lsmplugin                     |   37 -
 plugin/smispy/utils.py                             |   89 -
 plugin/targetd/targetd.py                          |  996 -------
 plugin/targetd/targetd_lsmplugin                   |   37 -
 python_binding/Makefile.am                         |   17 -
 python_binding/lsm/__init__.py                     |   15 -
 python_binding/lsm/_client.py                      | 1076 -------
 python_binding/lsm/_common.py                      |  588 ----
 python_binding/lsm/_data.py                        |  817 ------
 python_binding/lsm/_iplugin.py                     |  481 ----
 python_binding/lsm/_pluginrunner.py                |  153 -
 python_binding/lsm/_transport.py                   |  271 --
 python_binding/lsm/external/xmltodict.py           |  147 -
 python_binding/lsm/version.py.in                   |   19 -
 test/Makefile.am                                   |   13 -
 test/cmdtest.py                                    |  753 -----
 test/plugin_test.py                                | 1348 ---------
 test/runtests.sh                                   |  179 --
 test/tester.c                                      | 2953 --------------------
 test/webtest/test.css                              |  126 -
 test/webtest/test_automated.py                     |  123 -
 test/webtest/test_hardware.py                      |  143 -
 test/webtest/test_results.py                       |  235 --
 tools/Makefile.am                                  |    3 -
 tools/bash_completion/Makefile.am                  |    4 -
 tools/bash_completion/lsmcli                       |  421 ---
 tools/lsmcli/Makefile.am                           |    8 -
 tools/lsmcli/__init__.py                           |    1 -
 tools/lsmcli/cmdline.py                            | 1451 ----------
 tools/lsmcli/data_display.py                       |  768 -----
 tools/lsmcli/lsmcli                                |   25 -
 tools/lsmenv                                       |  287 --
 tools/netapp/netapp.py                             |   76 -
 tools/smiscli/BlockMgmt.cpp                        |  547 ----
 tools/smiscli/BlockMgmt.h                          |  192 --
 tools/smiscli/Makefile.am                          |    4 -
 tools/smiscli/README                               |    1 -
 tools/smiscli/smiscli.cpp                          |  209 --
 tools/udev/90-scsi-ua.rules                        |    5 -
 tools/udev/Makefile.am                             |    5 -
 tools/udev/scan-scsi-target.c                      |  206 --
 tools/utility/Makefile.am                          |    1 -
 tools/utility/check_const.pl                       |  489 ----
 tools/utility/public_symbols.py                    |  120 -
 tools/utility/web_cap.py                           |  121 -
 149 files changed, 1 insertions(+), 50622 deletions(-)
 delete mode 100644 AUTHORS
 delete mode 100644 COPYING.LIB
 delete mode 100644 ChangeLog
 delete mode 100644 INSTALL
 create mode 100644 MOVED_TO_GITHUB.TXT
 delete mode 100644 Makefile.am
 delete mode 100644 NEWS
 delete mode 100644 README
 delete mode 100755 autogen.sh
 delete mode 100644 c_binding/Makefile.am
 delete mode 100644 c_binding/include/Makefile.am
 delete mode 100644 c_binding/include/libstoragemgmt/Makefile.am
 delete mode 100644 c_binding/include/libstoragemgmt/libstoragemgmt.h
 delete mode 100644 
c_binding/include/libstoragemgmt/libstoragemgmt_accessgroups.h
 delete mode 100644 c_binding/include/libstoragemgmt/libstoragemgmt_blockrange.h
 delete mode 100644 
c_binding/include/libstoragemgmt/libstoragemgmt_capabilities.h
 delete mode 100644 c_binding/include/libstoragemgmt/libstoragemgmt_common.h
 delete mode 100644 c_binding/include/libstoragemgmt/libstoragemgmt_disk.h
 delete mode 100644 c_binding/include/libstoragemgmt/libstoragemgmt_error.h
 delete mode 100644 c_binding/include/libstoragemgmt/libstoragemgmt_fs.h
 delete mode 100644 c_binding/include/libstoragemgmt/libstoragemgmt_hash.h
 delete mode 100644 c_binding/include/libstoragemgmt/libstoragemgmt_nfsexport.h
 delete mode 100644 
c_binding/include/libstoragemgmt/libstoragemgmt_plug_interface.h
 delete mode 100644 c_binding/include/libstoragemgmt/libstoragemgmt_pool.h
 delete mode 100644 c_binding/include/libstoragemgmt/libstoragemgmt_snapshot.h
 delete mode 100644 c_binding/include/libstoragemgmt/libstoragemgmt_systems.h
 delete mode 100644 c_binding/include/libstoragemgmt/libstoragemgmt_targetport.h
 delete mode 100644 c_binding/include/libstoragemgmt/libstoragemgmt_types.h
 delete mode 100644 c_binding/include/libstoragemgmt/libstoragemgmt_version.h.in
 delete mode 100644 c_binding/include/libstoragemgmt/libstoragemgmt_volumes.h
 delete mode 100644 c_binding/lsm_convert.cpp
 delete mode 100644 c_binding/lsm_convert.hpp
 delete mode 100644 c_binding/lsm_datatypes.cpp
 delete mode 100644 c_binding/lsm_datatypes.hpp
 delete mode 100644 c_binding/lsm_ipc.cpp
 delete mode 100644 c_binding/lsm_ipc.hpp
 delete mode 100644 c_binding/lsm_mgmt.cpp
 delete mode 100644 c_binding/lsm_plugin_ipc.cpp
 delete mode 100644 c_binding/lsm_plugin_ipc.hpp
 delete mode 100644 c_binding/test.cpp
 delete mode 100644 c_binding/util/misc.cpp
 delete mode 100644 c_binding/util/misc.h
 delete mode 100644 c_binding/util/qparams.c
 delete mode 100644 c_binding/util/qparams.h
 delete mode 100644 config/Makefile.am
 delete mode 100644 config/lsmd.conf
 delete mode 100644 config/pluginconf.d/hpsa.conf
 delete mode 100644 config/pluginconf.d/megaraid.conf
 delete mode 100644 config/pluginconf.d/sim.conf
 delete mode 100644 configure.ac
 delete mode 100644 daemon/Makefile.am
 delete mode 100644 daemon/lsm_daemon.c
 delete mode 100644 daemon/lsm_rest.c
 delete mode 100644 daemon/lsm_rest.h
 delete mode 100644 doc/Makefile.am
 delete mode 100644 doc/REST_API_Doc
 delete mode 100644 doc/doxygen.conf.in
 delete mode 100644 doc/man/Makefile.am
 delete mode 100644 doc/man/hpsa_lsmplugin.1.in
 delete mode 100644 doc/man/lsmcli.1.in
 delete mode 100644 doc/man/lsmd.1.in
 delete mode 100644 doc/man/lsmd.conf.5.in
 delete mode 100644 doc/man/megaraid_lsmplugin.1.in
 delete mode 100644 examples/client_example.c
 delete mode 100644 examples/plugin_example.c
 delete mode 100644 libstoragemgmt.pc.in
 delete mode 100644 m4/README
 delete mode 100644 m4/ax_python_module.m4
 delete mode 100644 packaging/Makefile.am
 delete mode 100644 packaging/daemon/Makefile.am
 delete mode 100644 packaging/daemon/libstoragemgmt-rest.service
 delete mode 100644 packaging/daemon/libstoragemgmt.service
 delete mode 100755 packaging/daemon/libstoragemgmtd
 delete mode 100644 packaging/daemon/lsm-tmpfiles.conf
 delete mode 100644 packaging/libstoragemgmt.spec.in
 delete mode 100644 plugin/Makefile.am
 delete mode 100644 plugin/__init__.py
 delete mode 100644 plugin/hpsa/Makefile.am
 delete mode 100644 plugin/hpsa/__init__.py
 delete mode 100644 plugin/hpsa/hpsa.py
 delete mode 100755 plugin/hpsa/hpsa_lsmplugin
 delete mode 100644 plugin/hpsa/utils.py
 delete mode 100644 plugin/megaraid/Makefile.am
 delete mode 100644 plugin/megaraid/__init__.py
 delete mode 100644 plugin/megaraid/megaraid.py
 delete mode 100755 plugin/megaraid/megaraid_lsmplugin
 delete mode 100644 plugin/megaraid/utils.py
 delete mode 100644 plugin/nstor/__init__.py
 delete mode 100644 plugin/nstor/nstor.py
 delete mode 100755 plugin/nstor/nstor_lsmplugin
 delete mode 100644 plugin/ontap/__init__.py
 delete mode 100644 plugin/ontap/na.py
 delete mode 100644 plugin/ontap/ontap.py
 delete mode 100755 plugin/ontap/ontap_lsmplugin
 delete mode 100644 plugin/sim/__init__.py
 delete mode 100755 plugin/sim/sim_lsmplugin
 delete mode 100644 plugin/sim/simarray.py
 delete mode 100644 plugin/sim/simulator.py
 delete mode 100644 plugin/simc/Makefile.am
 delete mode 100644 plugin/simc/simc_lsmplugin.c
 delete mode 100644 plugin/smispy/__init__.py
 delete mode 100644 plugin/smispy/dmtf.py
 delete mode 100644 plugin/smispy/smis.py
 delete mode 100644 plugin/smispy/smis_ag.py
 delete mode 100644 plugin/smispy/smis_cap.py
 delete mode 100644 plugin/smispy/smis_common.py
 delete mode 100644 plugin/smispy/smis_disk.py
 delete mode 100644 plugin/smispy/smis_pool.py
 delete mode 100644 plugin/smispy/smis_sys.py
 delete mode 100644 plugin/smispy/smis_vol.py
 delete mode 100755 plugin/smispy/smispy_lsmplugin
 delete mode 100644 plugin/smispy/utils.py
 delete mode 100644 plugin/targetd/__init__.py
 delete mode 100644 plugin/targetd/targetd.py
 delete mode 100755 plugin/targetd/targetd_lsmplugin
 delete mode 100644 python_binding/Makefile.am
 delete mode 100644 python_binding/lsm/__init__.py
 delete mode 100644 python_binding/lsm/_client.py
 delete mode 100644 python_binding/lsm/_common.py
 delete mode 100644 python_binding/lsm/_data.py
 delete mode 100644 python_binding/lsm/_iplugin.py
 delete mode 100644 python_binding/lsm/_pluginrunner.py
 delete mode 100644 python_binding/lsm/_transport.py
 delete mode 100644 python_binding/lsm/external/__init__.py
 delete mode 100644 python_binding/lsm/external/xmltodict.py
 delete mode 100644 python_binding/lsm/version.py.in
 delete mode 100644 test/Makefile.am
 delete mode 100755 test/cmdtest.py
 delete mode 100755 test/plugin_test.py
 delete mode 100755 test/runtests.sh
 delete mode 100644 test/tester.c
 delete mode 100644 test/webtest/test.css
 delete mode 100755 test/webtest/test_automated.py
 delete mode 100755 test/webtest/test_hardware.py
 delete mode 100755 test/webtest/test_results.py
 delete mode 100644 tools/Makefile.am
 delete mode 100644 tools/bash_completion/Makefile.am
 delete mode 100644 tools/bash_completion/lsmcli
 delete mode 100644 tools/lsmcli/Makefile.am
 delete mode 100644 tools/lsmcli/__init__.py
 delete mode 100644 tools/lsmcli/cmdline.py
 delete mode 100644 tools/lsmcli/data_display.py
 delete mode 100755 tools/lsmcli/lsmcli
 delete mode 100755 tools/lsmenv
 delete mode 100755 tools/netapp/netapp.py
 delete mode 100644 tools/smiscli/BlockMgmt.cpp
 delete mode 100644 tools/smiscli/BlockMgmt.h
 delete mode 100644 tools/smiscli/Makefile.am
 delete mode 100644 tools/smiscli/README
 delete mode 100644 tools/smiscli/smiscli.cpp
 delete mode 100644 tools/udev/90-scsi-ua.rules
 delete mode 100644 tools/udev/Makefile.am
 delete mode 100644 tools/udev/scan-scsi-target.c
 delete mode 100644 tools/utility/Makefile.am
 delete mode 100644 tools/utility/check_const.pl
 delete mode 100755 tools/utility/public_symbols.py
 delete mode 100755 tools/utility/web_cap.py


hooks/post-receive
-- 
libstoragemgmt

------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
_______________________________________________
Libstoragemgmt-devel mailing list
Libstoragemgmt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libstoragemgmt-devel

Reply via email to