summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.ch>2011-03-10 12:43:54 +0100
committerChristoph Helma <helma@in-silico.ch>2011-03-10 12:43:54 +0100
commit18e67e9205aed39e06f849b8ff7e54591289c59e (patch)
tree19e17d6af1037561de76dc994ce3c5f245e3118d
parent02c7ed8ed11323d47b49dd46ee02f765c0bc1118 (diff)
parente644084d12b94da59b62d52825366fee345279eb (diff)
Merge branch 'development'
-rw-r--r--opentox-ruby.sh2
-rw-r--r--opentox-webservices.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/opentox-ruby.sh b/opentox-ruby.sh
index 5340b35..6302009 100644
--- a/opentox-ruby.sh
+++ b/opentox-ruby.sh
@@ -36,7 +36,7 @@ if [ $branch = "development" ]
then
mkdir -p /var/www/opentox
cd /var/www/opentox
- git clone http://github.com/helma/opentox-ruby.git
+ git clone http://github.com/opentox/opentox-ruby.git
cd opentox-ruby
git checkout -t origin/$branch
gem install jeweler
diff --git a/opentox-webservices.sh b/opentox-webservices.sh
index d9208ad..294b9bf 100644
--- a/opentox-webservices.sh
+++ b/opentox-webservices.sh
@@ -13,7 +13,7 @@ dir=`pwd`
mkdir -p /var/www/opentox
cd /var/www/opentox
for s in compound dataset algorithm model toxcreate task; do
- git clone git://github.com/helma/opentox-$s.git $s
+ git clone git://github.com/opentox/$s.git $s
cd $s
git checkout -t origin/$branch
mkdir -p public