|
From: Chris B. <buc...@us...> - 2013-03-18 22:49:49
|
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 3217f32e703aaa1d624fe7d1720e7098f2b63a4f (commit)
from 8d061e0c31d538e785379ea7332d943bcbd405ce (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 3217f32e703aaa1d624fe7d1720e7098f2b63a4f
Author: buccella <buc...@li...>
Date: Mon Mar 18 18:48:32 2013 -0400
[sfcb-tix:#29] Add -t std option to sfcbrepos
-----------------------------------------------------------------------
Summary of changes:
sfcbrepos.sh.in | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/sfcbrepos.sh.in b/sfcbrepos.sh.in
index cd524b0..71a6c38 100644
--- a/sfcbrepos.sh.in
+++ b/sfcbrepos.sh.in
@@ -158,6 +158,9 @@ then
if [ "$cpformat" = "sf" ]
then
cpformat="-t"
+ elif [ "$cpformat" = "std" ]
+ then
+ cpformat=""
elif [ "$cpformat" = "auto" ] && grep ClassProviderSf $registrationdir/providerRegister > /dev/null
then
echo "Sf format being used."
hooks/post-receive
--
sfcb - Small Footprint CIM Broker
|