aboutsummaryrefslogtreecommitdiff
path: root/trunk/src/jail-commit
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/src/jail-commit')
-rwxr-xr-xtrunk/src/jail-commit5
1 files changed, 4 insertions, 1 deletions
diff --git a/trunk/src/jail-commit b/trunk/src/jail-commit
index e45f32b..b801d12 100755
--- a/trunk/src/jail-commit
+++ b/trunk/src/jail-commit
@@ -135,7 +135,9 @@ function do_commit {
template_merge $jailpath
fi
else
- echo $BASENAME: template $template not found
+ if [ -z "$SILENT" ]; then
+ echo $BASENAME: template $template not found
+ fi
return 1
fi
@@ -155,6 +157,7 @@ elif [ ! -z "$1" ]; then
template_svn_commit `dirname $TEMPLATE_BASE`
fi
else
+ SILENT="yes"
if [ -e $JAIL_LIST ]; then
for jailpath in `cat $JAIL_LIST`; do
do_commit $jailpath