From: Michael Chase-S. <mc...@us...> - 2013-05-31 23:08:52
|
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 c4bb84b4949ec151dda40e953dfc20aa9e908958 (commit) from 3398557882817013a610c14ec2ca2dddab11c7ec (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 c4bb84b4949ec151dda40e953dfc20aa9e908958 Author: Michael Chase-Salerno <br...@li...> Date: Fri May 31 19:08:24 2013 -0400 Make sure repo is clean before ABT run. ----------------------------------------------------------------------- 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 c5ba77e..ad81cfc 100755 --- a/test/ABT/ABTScript +++ b/test/ABT/ABTScript @@ -233,6 +233,7 @@ BUILD_SFCB() if make install 1>>${REPORTDIR}/${MAKE_OUT} 2>&1 then DUALOUT "MAKE INSTALL : SUCCESS" "./$MAKE_OUT" + sfcbrepos -fi # Ensure we have a clean repo if make postinstall 1>>${REPORTDIR}/${MAKE_OUT} 2>&1 then RC=0 hooks/post-receive -- sfcb - Small Footprint CIM Broker |