From 496f6c00e0b7a3be998abbfba0ef3eadd134ae32 Mon Sep 17 00:00:00 2001 From: Andreas Maunz Date: Mon, 20 Jun 2011 10:45:24 +0200 Subject: Added support for fminer/last-utils branching --- opentox-webservices.sh | 6 +++--- 1 file 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" -- cgit v1.2.3