aboutsummaryrefslogtreecommitdiff
path: root/trunk
diff options
context:
space:
mode:
Diffstat (limited to 'trunk')
-rw-r--r--trunk/doc/CHANGELOG6
-rwxr-xr-xtrunk/src/jail-commit5
2 files changed, 10 insertions, 1 deletions
diff --git a/trunk/doc/CHANGELOG b/trunk/doc/CHANGELOG
index 9eaeecd..6a8fcc0 100644
--- a/trunk/doc/CHANGELOG
+++ b/trunk/doc/CHANGELOG
@@ -1,6 +1,12 @@
simplepkg changelog
===================
+0.5pre5
+=======
+
+ - jail-commit
+ - SILENT env variable to decrease verbosity
+
0.5pre4
=======
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