From e644084d12b94da59b62d52825366fee345279eb Mon Sep 17 00:00:00 2001 From: Christoph Helma Date: Thu, 10 Mar 2011 12:43:27 +0100 Subject: git repositories updated --- opentox-ruby.sh | 2 +- opentox-webservices.sh | 2 +- 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 -- cgit v1.2.3