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_1.3 has been updated
via 23352ebf56d78632d05e0879c293039c7da52c30 (commit)
from 3da37618f260329e292a8d5e7be0546f4f17c1a9 (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 23352ebf56d78632d05e0879c293039c7da52c30
Author: Dave Heller <hel...@us...>
Date: Mon Aug 11 17:09:29 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 f74a5f7..6311c37 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
|