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 f0e0a831d3aae6a1955a9882a7441fd5cde68169 (commit)
from eba660d8585a29416d44b2245ed804b38114ac81 (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 f0e0a831d3aae6a1955a9882a7441fd5cde68169
Author: Dave Heller <hel...@us...>
Date: Tue Sep 4 13:16:15 2012 -0400
[ 3564757 ] stageschema.sh should detect errors in sfcbrepos
-----------------------------------------------------------------------
Summary of changes:
diff --git a/NEWS b/NEWS
index c8667a5..85431fb 100644
--- a/NEWS
+++ b/NEWS
@@ -19,6 +19,7 @@ Bugs fixed:
- 3527714 Every other EnumerateClasses fails
- 3541554 insecure LD_LIBRARY_PATH usage
- 3546279 Core dump in providerDrv on Qualifier not found
+- 3564757 stageschema.sh should detect errors in sfcbrepos
Changes in 1.4.2
================
diff --git a/test/stageschema.sh b/test/stageschema.sh
index f675ee7..5321224 100755
--- a/test/stageschema.sh
+++ b/test/stageschema.sh
@@ -109,6 +109,9 @@ else
fi
# Rebuild the repository
-sfcbrepos -f
+if [ $unstage -ne 1 ]
+then
+ sfcbrepos -f || exit 1
+fi
exit 0
hooks/post-receive
--
SFCB - Small Footprint CIM Broker
|