From: Dave H. <hel...@us...> - 2014-08-11 19:47:50
|
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 4879c376157339affe6d68fc12b03d200d8124df (commit) from 5ea194525792471903c0b5f3994fd21618eb348e (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 4879c376157339affe6d68fc12b03d200d8124df Author: Dave Heller <hel...@us...> Date: Mon Aug 11 15:47:22 2014 -0400 [sfcb-tix:#107] Quietly unpack schema at make postinstall ----------------------------------------------------------------------- Summary of changes: getSchema.sh.pre.in | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/getSchema.sh.pre.in b/getSchema.sh.pre.in index 3a4da82..15b2c4d 100644 --- a/getSchema.sh.pre.in +++ b/getSchema.sh.pre.in @@ -109,7 +109,8 @@ then fi if [ $? = 0 ]; then fetch_mof && - unzip $ZIPFLAGS -d $sfcbdir/CIM $TMPZIP && + echo "Unpacking CIM Schema to $sfcbdir/CIM/ ..." && + unzip -q $ZIPFLAGS -d $sfcbdir/CIM $TMPZIP && fixschema && exit 0 fi hooks/post-receive -- sfcb - Small Footprint CIM Broker |