From: Michael Chase-S. <mc...@us...> - 2013-06-10 15:28:43
|
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 7756dd421af9be9662a531a880915538084595ba (commit) from 9c1bb3284c083fa4a647e03c63483c320e56a35c (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 7756dd421af9be9662a531a880915538084595ba Author: Michael Chase-Salerno <br...@li...> Date: Mon Jun 10 11:28:02 2013 -0400 [sfcb-tix:#55] make uninstall always remove sfcb.cfg Additional call to make uninstall in ABTscript. ----------------------------------------------------------------------- Summary of changes: test/ABT/ABTScript | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/test/ABT/ABTScript b/test/ABT/ABTScript index ad81cfc..81fc826 100755 --- a/test/ABT/ABTScript +++ b/test/ABT/ABTScript @@ -291,6 +291,7 @@ if [ ! -d $BASE_DIR/sfcb ]; then AUTO_CONF fi CONFIGURE_SFCB +SFCB_CLEAN echo "<a href=./coverage/index.html>Code Coverage Report</a><br>" >> $HTMLFILE hooks/post-receive -- sfcb - Small Footprint CIM Broker |