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 f466bb31d62ddb41072e5fc3b9de4df497f85b27 (commit)
from f3df5ee6f20aa07751fa96f7016849cf6ea0283b (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 f466bb31d62ddb41072e5fc3b9de4df497f85b27
Author: Narasimha Sharoff <nsh...@us...>
Date: Fri May 27 13:39:13 2011 -0700
[3199899] sfcb uninstall process should remove test mof's
-----------------------------------------------------------------------
Summary of changes:
diff --git a/ChangeLog b/ChangeLog
index 40d4a95..e8f8812 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2011-05-27 Narasimha Sharoff <nsh...@us...>
+
+ * Makefile.am
+ [ 3199899 ] sfcb uninstall process should remove test mof's
+
2011-05-16 Michael Chase-Salerno <br...@li...>
* indCIMXMLHandler.c
diff --git a/Makefile.am b/Makefile.am
index fd87371..7326377 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -521,6 +521,9 @@ endif
if DOCS
rm -rf $(DESTDIR)$(sfcbdocdir)/html
endif
+if TEST_ENABLED
+ ./test/stageschema.sh -d test/schema -p $(prefix) -u
+endif
clean-local:
rm -f sfcbrepos sfcbstage sfcbunstage sfcbuuid sfcb.cfg getSchema.sh sfcb \
diff --git a/NEWS b/NEWS
index da506dc..e342661 100644
--- a/NEWS
+++ b/NEWS
@@ -7,6 +7,7 @@ New features:
- 3177587 create sfcCommon (SFCB 1.4 now requires sfcCommon lib to be installed)
Bugs fixed:
+- 3199899 sfcb uninstall process should remove test mof's
Everything in 1.3.12, plus:
hooks/post-receive
--
SFCB - Small Footprint CIM Broker
|