From 6df8c81465374eaa4e07ce9580bb095dca04be7c Mon Sep 17 00:00:00 2001 From: rhatto Date: Wed, 14 Feb 2007 23:08:34 +0000 Subject: small fixes & TODO update git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@188 04377dda-e619-0410-9926-eae83683ac58 --- trunk/src/jail-commit | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'trunk/src/jail-commit') 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`" -- cgit v1.2.3