summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Maunz <andreas@maunz.de>2011-06-20 10:45:24 +0200
committerAndreas Maunz <andreas@maunz.de>2011-06-20 10:45:24 +0200
commit496f6c00e0b7a3be998abbfba0ef3eadd134ae32 (patch)
treee9a672c12c087316ed970eff1fe7520ead6132b4
parent4f9fa3ca6d6baf54cb0692f5fb43c711eed67a9b (diff)
Added support for fminer/last-utils branching
-rwxr-xr-xopentox-webservices.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/opentox-webservices.sh b/opentox-webservices.sh
index fa589cd..932ee7e 100755
--- a/opentox-webservices.sh
+++ b/opentox-webservices.sh
@@ -73,17 +73,17 @@ for mylib in bbrc last; do
cmd="sed -i 's,^INCLUDE_RB.*,INCLUDE_RB\ =\ -I$RUBY_DEST/lib/ruby/1.8/`uname -m`-linux,g' $WWW_DEST/opentox/algorithm/libfminer/lib$mylib/Makefile" && run_cmd "$cmd" "Makefile $mylib (RB)"
done
cd "libfminer/libbbrc">>$LOG 2>&1
-$GIT checkout master >>$LOG 2>&1
+$GIT checkout $OT_BRANCH>>$LOG 2>&1
$GIT pull >>$LOG 2>&1
cmd="make ruby" && run_cmd "$cmd" "Make BBRC"
cd ->>$LOG 2>&1
cd "libfminer/liblast">>$LOG 2>&1
-$GIT checkout master >>$LOG 2>&1
+$GIT checkout $OT_BRANCH>>$LOG 2>&1
$GIT pull >>$LOG 2>&1
cmd="make ruby" && run_cmd "$cmd" "Make LAST"
cd ->>$LOG 2>&1
cd "last-utils">>$LOG 2>&1
-$GIT checkout master >>$LOG 2>&1
+$GIT checkout $OT_BRANCH>>$LOG 2>&1
$GIT pull >>$LOG 2>&1
cd "$DIR"