From 0bdb0abc53e4332176fc6f0b5c6d09fa7124f30c Mon Sep 17 00:00:00 2001
From: brinn <brinn>
Date: Sun, 19 Apr 2009 14:28:46 +0000
Subject: [PATCH] change: update repos host name after move to new server

SVN: 10709
---
 build_resources/ant/build.xml | 8 ++++----
 build_resources/build.sh      | 2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/build_resources/ant/build.xml b/build_resources/ant/build.xml
index aa7c4602f2f..8a8c381b60b 100644
--- a/build_resources/ant/build.xml
+++ b/build_resources/ant/build.xml
@@ -8,7 +8,7 @@
            classname="ch.systemsx.cisd.ant.task.subversion.SVNRecursiveCheckoutTask" 
            classpathref="build-resource.path"/>
  
-  <property name="repositoryRoot.default" value="svn+ssh://source.systemsx.ch/repos"/>
+  <property name="repositoryRoot.default" value="svn+ssh://svncisd.ethz.ch/repos"/>
 
 
   <target name="checkout">
@@ -105,7 +105,7 @@
        tag      Tag number. Mandatory
        group    Group of the project. Default: cisd
        repositoryRoot  URL of the root of the Subversion repository. 
-                       Default: ${repositoryRoot.default}=svn+ssh://source.systemsx.ch/repos 
+                       Default: ${repositoryRoot.default}=svn+ssh://svncisd.ethz.ch/repos 
   --> 
   <target name="branch-and-tag">
     <condition property="repositoryRoot" value="${repositoryRoot.default}">
@@ -130,7 +130,7 @@
        tag      Tag number. Mandatory
        group    Group of the project. Default: cisd
        repositoryRoot  URL of the root of the Subversion repository. 
-                       Default: ${repositoryRoot.default}=svn+ssh://source.systemsx.ch/repos 
+                       Default: ${repositoryRoot.default}=svn+ssh://svncisd.ethz.ch/repos 
   --> 
   <target name="tag-sprint">
     <condition property="repositoryRoot" value="${repositoryRoot.default}">
@@ -158,7 +158,7 @@
        result.dir      Folder which will contain the result. Mandatory
        group           Group of the project. Default: cisd
        repositoryRoot  URL of the root of the Subversion repository. 
-                       Default: ${repositoryRoot.default}=svn+ssh://source.systemsx.ch/repos 
+                       Default: ${repositoryRoot.default}=svn+ssh://svncisd.ethz.ch/repos 
   --> 
   <target name="build" depends="checkout"> 
     <exec executable="ant" failonerror="true">
diff --git a/build_resources/build.sh b/build_resources/build.sh
index 5e3bfa2f543..3e38e96845a 100755
--- a/build_resources/build.sh
+++ b/build_resources/build.sh
@@ -10,7 +10,7 @@ if [ "$1" = "--private" ]; then
 	protocol=svn+ssh
 	shift
 fi
-repository=$protocol://source.systemsx.ch/repos
+repository=$protocol://svncisd.ethz.ch/repos
 if [ "$1" = "--revision" ]; then
 	shift
 	revision="$1"
-- 
GitLab