Tony Asleson
2015-03-12 00:41:43 UTC
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 1869ab637374039fcdee0b09fcc3185410f8c17f (commit)
via 2f45cf6cb2402c09634e704f26b403065a48c338 (commit)
via 077be3b3744053da8c06180fd1e49aff044a9216 (commit)
via 5095bf9e233a94df4199b3d74c14773319f2c0d1 (commit)
via 21e277205262b0855ee12bdf501c2885f4fc35e3 (commit)
via 70c0ffa2a7e5b695fc482f069113c538f95f7f12 (commit)
via 144a69c54e19a3119c4c053c5f302c654ae66548 (commit)
via 7e1fd53b6c0637fee0a0fd998686b314c81a68b7 (commit)
from a8bfe32e8feb2e4af5a1fe68b06ad496ebc65eac (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 1869ab637374039fcdee0b09fcc3185410f8c17f
Author: Tony Asleson <***@redhat.com>
Date: Thu Mar 5 18:50:23 2015 -0600
lsm_mgmt.cpp: DRY, use common code to create fs,file,flags param
V2: Fix compile error caused by stray 's', eg. lsm_flags -> lsm_flag
Signed-off-by: Tony Asleson <***@redhat.com>
commit 2f45cf6cb2402c09634e704f26b403065a48c338
Author: Tony Asleson <***@redhat.com>
Date: Thu Mar 5 18:49:46 2015 -0600
lsm_mgmt.cpp: DRY, use common code to create fs, flag param
Signed-off-by: Tony Asleson <***@redhat.com>
commit 077be3b3744053da8c06180fd1e49aff044a9216
Author: Tony Asleson <***@redhat.com>
Date: Thu Mar 5 18:47:51 2015 -0600
lsm_mgmt.cpp: DRY, use existing code to retrieve job id
Signed-off-by: Tony Asleson <***@redhat.com>
commit 5095bf9e233a94df4199b3d74c14773319f2c0d1
Author: Tony Asleson <***@redhat.com>
Date: Thu Mar 5 18:47:02 2015 -0600
lsm_mgmt.cpp: DRY, use common code to create vol, flags param
Signed-off-by: Tony Asleson <***@redhat.com>
commit 21e277205262b0855ee12bdf501c2885f4fc35e3
Author: Tony Asleson <***@redhat.com>
Date: Thu Mar 5 18:45:13 2015 -0600
lsm_mgmt.cpp: DRY, use common code to create flag param
Signed-off-by: Tony Asleson <***@redhat.com>
commit 70c0ffa2a7e5b695fc482f069113c538f95f7f12
Author: Tony Asleson <***@redhat.com>
Date: Thu Mar 5 18:43:13 2015 -0600
lsm_mgmt.cpp: DRY, use common code to retrieve bool
Use common code for retrieving a bool response.
Signed-off-by: Tony Asleson <***@redhat.com>
commit 144a69c54e19a3119c4c053c5f302c654ae66548
Author: Tony Asleson <***@redhat.com>
Date: Thu Mar 5 18:36:01 2015 -0600
lsm_mgmt.cpp: DRY, use common code for ag add/delete
Consolidate similar code in one function.
Signed-off-by: Tony Asleson <***@redhat.com>
commit 7e1fd53b6c0637fee0a0fd998686b314c81a68b7
Author: Tony Asleson <***@redhat.com>
Date: Thu Mar 5 17:14:18 2015 -0600
smis_cap.py: Remove copy/paste code
I saw this when skimming through looking for something else.
Signed-off-by: Tony Asleson <***@redhat.com>
-----------------------------------------------------------------------
Summary of changes:
c_binding/lsm_mgmt.cpp | 200 +++++++++++++++++++-------------------------
plugin/smispy/smis_cap.py | 14 +---
2 files changed, 87 insertions(+), 127 deletions(-)
hooks/post-receive
generated because a ref change was pushed to the repository containing
the project "libstoragemgmt".
The branch, master has been updated
via 1869ab637374039fcdee0b09fcc3185410f8c17f (commit)
via 2f45cf6cb2402c09634e704f26b403065a48c338 (commit)
via 077be3b3744053da8c06180fd1e49aff044a9216 (commit)
via 5095bf9e233a94df4199b3d74c14773319f2c0d1 (commit)
via 21e277205262b0855ee12bdf501c2885f4fc35e3 (commit)
via 70c0ffa2a7e5b695fc482f069113c538f95f7f12 (commit)
via 144a69c54e19a3119c4c053c5f302c654ae66548 (commit)
via 7e1fd53b6c0637fee0a0fd998686b314c81a68b7 (commit)
from a8bfe32e8feb2e4af5a1fe68b06ad496ebc65eac (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 1869ab637374039fcdee0b09fcc3185410f8c17f
Author: Tony Asleson <***@redhat.com>
Date: Thu Mar 5 18:50:23 2015 -0600
lsm_mgmt.cpp: DRY, use common code to create fs,file,flags param
V2: Fix compile error caused by stray 's', eg. lsm_flags -> lsm_flag
Signed-off-by: Tony Asleson <***@redhat.com>
commit 2f45cf6cb2402c09634e704f26b403065a48c338
Author: Tony Asleson <***@redhat.com>
Date: Thu Mar 5 18:49:46 2015 -0600
lsm_mgmt.cpp: DRY, use common code to create fs, flag param
Signed-off-by: Tony Asleson <***@redhat.com>
commit 077be3b3744053da8c06180fd1e49aff044a9216
Author: Tony Asleson <***@redhat.com>
Date: Thu Mar 5 18:47:51 2015 -0600
lsm_mgmt.cpp: DRY, use existing code to retrieve job id
Signed-off-by: Tony Asleson <***@redhat.com>
commit 5095bf9e233a94df4199b3d74c14773319f2c0d1
Author: Tony Asleson <***@redhat.com>
Date: Thu Mar 5 18:47:02 2015 -0600
lsm_mgmt.cpp: DRY, use common code to create vol, flags param
Signed-off-by: Tony Asleson <***@redhat.com>
commit 21e277205262b0855ee12bdf501c2885f4fc35e3
Author: Tony Asleson <***@redhat.com>
Date: Thu Mar 5 18:45:13 2015 -0600
lsm_mgmt.cpp: DRY, use common code to create flag param
Signed-off-by: Tony Asleson <***@redhat.com>
commit 70c0ffa2a7e5b695fc482f069113c538f95f7f12
Author: Tony Asleson <***@redhat.com>
Date: Thu Mar 5 18:43:13 2015 -0600
lsm_mgmt.cpp: DRY, use common code to retrieve bool
Use common code for retrieving a bool response.
Signed-off-by: Tony Asleson <***@redhat.com>
commit 144a69c54e19a3119c4c053c5f302c654ae66548
Author: Tony Asleson <***@redhat.com>
Date: Thu Mar 5 18:36:01 2015 -0600
lsm_mgmt.cpp: DRY, use common code for ag add/delete
Consolidate similar code in one function.
Signed-off-by: Tony Asleson <***@redhat.com>
commit 7e1fd53b6c0637fee0a0fd998686b314c81a68b7
Author: Tony Asleson <***@redhat.com>
Date: Thu Mar 5 17:14:18 2015 -0600
smis_cap.py: Remove copy/paste code
I saw this when skimming through looking for something else.
Signed-off-by: Tony Asleson <***@redhat.com>
-----------------------------------------------------------------------
Summary of changes:
c_binding/lsm_mgmt.cpp | 200 +++++++++++++++++++-------------------------
plugin/smispy/smis_cap.py | 14 +---
2 files changed, 87 insertions(+), 127 deletions(-)
hooks/post-receive
--
libstoragemgmt
libstoragemgmt