TEMPLATE_STORAGE_STYLE="own-folder"
fi
+ if [ ! -z "$ROOT" ]; then
+ JAIL_ROOT="$ROOT"
+ fi
+
}
function default_version {
}
+# 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`"
# TODO: -i | --import
# -co | --checkout
+ # formas de iniciar a construcao de templates:
+ #
# - importado o /etc/simplepkg/templates
- # - importado apenas um template
+ # - importado apenas um template?
# - nao importado nada
+ #
}