summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrautenberg <rautenberg@in-silico.ch>2012-11-08 12:49:04 +0100
committerrautenberg <rautenberg@in-silico.ch>2012-11-08 12:49:04 +0100
commit034d72f95bfc3f599fb8cf9cd2d8fab801ff590d (patch)
tree5a94bd54de73875ace89f9cd6c5463ad775cabc3
parentbe296777c1368b36d1f8c52192edd0eff58b7f9f (diff)
parentc852a6d3d4e3a9834e747af2a7526e0a5643152e (diff)
Merge branch 'master' of github.com:opentox/opentox.github.com
-rw-r--r--_posts/2012-08-09-install-opentox-development-environment.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/_posts/2012-08-09-install-opentox-development-environment.md b/_posts/2012-08-09-install-opentox-development-environment.md
index 9a0d6f2..c7fee0b 100644
--- a/_posts/2012-08-09-install-opentox-development-environment.md
+++ b/_posts/2012-08-09-install-opentox-development-environment.md
@@ -73,7 +73,6 @@ Download and install opentox-client and opentox-server:
git clone "git@github.com:opentox/$f.git" $OT_PREFIX/$f
cd $OT_PREFIX/$f
git checkout development 2>/dev/null
- git checkout migration 2>/dev/null
done
cd $OT_PREFIX/opentox-client/bin
./opentox-client-install silent
@@ -86,7 +85,6 @@ Download and install services and tests:
git clone "git@github.com:opentox/$f.git" $OT_PREFIX/$f
cd $OT_PREFIX/$f
git checkout development 2>/dev/null
- git checkout migration 2>/dev/null
if [ -f $OT_PREFIX/$f/bin/$f-install ]; then
cd $OT_PREFIX/$f/bin
./$f-install silent