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, 5 insertions, 0 deletions
diff --git a/trunk/src/jail-commit b/trunk/src/jail-commit
index 656d568..b318f94 100755
--- a/trunk/src/jail-commit
+++ b/trunk/src/jail-commit
@@ -63,6 +63,11 @@ function template_svn_commit {
}
+# TODO: command line parsing: with no arguments, jail-commit
+# does exactly what it does now, but we also need to add
+# options to choose just one jail to commit; perhaps
+# make this similar to jail-update command line behaviour.
+
if [ -f $JAIL_LIST ]; then
for jailpath in `cat $JAIL_LIST`; do
jail="`basename $jailpath`"