summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordavor <vorgrimmlerdavid@gmx.de>2012-11-08 11:01:38 +0100
committerdavor <vorgrimmlerdavid@gmx.de>2012-11-08 11:01:38 +0100
commitc852a6d3d4e3a9834e747af2a7526e0a5643152e (patch)
tree753581f92512c60dfe77cc48a8f92d9c4c8b679b
parent3727ceb973e075d13cba1216d40b7468b833171d (diff)
Removed migration branch.
-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