aboutsummaryrefslogtreecommitdiff
path: root/src/jail-commit
diff options
context:
space:
mode:
authorrhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58>2007-02-09 19:43:55 +0000
committerrhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58>2007-02-09 19:43:55 +0000
commit73038f35d4aef579e619759eaf6091ffc29e29c2 (patch)
treef4d847db922f5efea5c9db89f31a24105ecbe4c3 /src/jail-commit
parentdedf0016db09cd248287842c17b546ca642a8c90 (diff)
downloadsimplepkg-73038f35d4aef579e619759eaf6091ffc29e29c2.tar.gz
simplepkg-73038f35d4aef579e619759eaf6091ffc29e29c2.tar.bz2
templatepkg now splited between -a and -u options
git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@168 04377dda-e619-0410-9926-eae83683ac58
Diffstat (limited to 'src/jail-commit')
-rwxr-xr-xsrc/jail-commit4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/jail-commit b/src/jail-commit
index b48a0f9..1013c88 100755
--- a/src/jail-commit
+++ b/src/jail-commit
@@ -72,7 +72,7 @@ if [ -f $JAIL_LIST ]; then
if [ "$?" == "0" ]; then
echo updating $jailpath...
if [ -d "$TEMPLATE_BASE.d" ] || [ -a "$TEMPLATE_BASE.template" ]; then
- templatepkg -a $jail $jailpath
+ templatepkg -u $jail $jailpath
template_merge $jailpath
template_svn_commit $TEMPLATE_BASE
fi
@@ -85,7 +85,7 @@ search_template main --update
if [ "$?" == "0" ]; then
if [ -a "$TEMPLATE_BASE.template" ] || [ -a "$TEMPLATE_BASE.template" ]; then
echo updating main installation...
- templatepkg -a main
+ templatepkg -u main
template_merge /
template_svn_commit $TEMPLATE_BASE
fi