summaryrefslogtreecommitdiff
path: root/opentox-webservices.sh
diff options
context:
space:
mode:
authorrautenberg <rautenberg@in-silico.ch>2012-07-12 11:49:25 +0200
committerrautenberg <rautenberg@in-silico.ch>2012-07-12 11:49:25 +0200
commitd1abf1392fe7a3433203bbf2940623d0e321ec93 (patch)
tree479a77b7b02e737c87e81f745a22cf1b045eb99e /opentox-webservices.sh
parent8671a4e01a1447a6a8eeb0cc50ff2fa0346f9fe2 (diff)
parent365ad4e93288b96233e38c6bc732c197315d41cf (diff)
Merge branch 'release/v3.2.0'v4.0.0
Diffstat (limited to 'opentox-webservices.sh')
-rwxr-xr-xopentox-webservices.sh8
1 files changed, 6 insertions, 2 deletions
diff --git a/opentox-webservices.sh b/opentox-webservices.sh
index 88f864c..f9a85e2 100755
--- a/opentox-webservices.sh
+++ b/opentox-webservices.sh
@@ -60,8 +60,8 @@ done
# fminer etc
cmd="test -f $HOME/.opentox/config/production.yaml" && run_cmd "$cmd" "Config present"
cd "$WWW_DEST/opentox/algorithm" >>$LOG 2>&1
-cmd="$GIT submodule init" && run_cmd "$cmd" "Fminer Init"
-cmd="$GIT submodule update" && run_cmd "$cmd" "Fminer Update"
+cmd="$GIT submodule init" && run_cmd "$cmd" "Submodules init"
+cmd="$GIT submodule update" && run_cmd "$cmd" "Submodules update"
cd "libfminer/libbbrc">>$LOG 2>&1
$GIT checkout $OT_BRANCH>>$LOG 2>&1
$GIT pull >>$LOG 2>&1
@@ -83,6 +83,10 @@ cd - >>$LOG 2>&1
cd "last-utils">>$LOG 2>&1
$GIT checkout $OT_BRANCH>>$LOG 2>&1
$GIT pull >>$LOG 2>&1
+cd - >>$LOG 2>&1
+cd "bbrc-sample">>$LOG 2>&1
+$GIT checkout $OT_BRANCH>>$LOG 2>&1
+$GIT pull >>$LOG 2>&1
cd "$DIR"