From: Michael Chase-S. <mc...@us...> - 2012-10-03 21:05:01
|
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 "SFCB - Small Footprint CIM Broker". The branch, master has been updated via d99011361b076194cc55b0f9289684d2ebd8b800 (commit) via 4227e971bc353768fc49b69f53fbe8b8940546b5 (commit) from 76379bf36c9f19b40874e84a52853bbf763a13c3 (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 d99011361b076194cc55b0f9289684d2ebd8b800 Author: Michael Chase-Salerno <br...@li...> Date: Wed Oct 3 17:04:27 2012 -0400 - 3574169 revert interop2 stageschema commit 4227e971bc353768fc49b69f53fbe8b8940546b5 Author: Michael Chase-Salerno <br...@li...> Date: Wed Oct 3 17:02:44 2012 -0400 - 3574169 revert interop2 stageschema ----------------------------------------------------------------------- Summary of changes: diff --git a/NEWS b/NEWS index 21cd46d..7f2d1d6 100644 --- a/NEWS +++ b/NEWS @@ -114,6 +114,7 @@ Bugs fixed: - 3539557 Memory leak in providerDrv with property list - 3539563 Memory leak in indCIMXMLHandler when Reliable Inds Enabled - 3539569 Leaks in interopProvider +- 3574169 revert interop2 stageschema New Features: - 3501314 Add dynamic logging and syslog output to sfcb trace diff --git a/test/schema/root/interop/Test_Indication.mof b/test/schema/root/interop2/Test_Indication.mof similarity index 100% copy from test/schema/root/interop/Test_Indication.mof copy to test/schema/root/interop2/Test_Indication.mof diff --git a/test/stageschema.sh b/test/stageschema.sh index 5321224..cbe2d89 100755 --- a/test/stageschema.sh +++ b/test/stageschema.sh @@ -21,7 +21,7 @@ usage() echo "usage: $0 [-p prefix] [ -d testschemadir] [ -u ] " 1>&2 } -NAMESPACE_DIRS="root/cimv2 root/interop" +NAMESPACE_DIRS="root/cimv2 root/interop root/interop2" unstage=0 args=`getopt p:d:u $*` hooks/post-receive -- SFCB - Small Footprint CIM Broker |