Skip to content
Snippets Groups Projects
Commit 0bdb0abc authored by brinn's avatar brinn
Browse files

change: update repos host name after move to new server

SVN: 10709
parent b311170b
No related branches found
No related tags found
No related merge requests found
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
classname="ch.systemsx.cisd.ant.task.subversion.SVNRecursiveCheckoutTask" classname="ch.systemsx.cisd.ant.task.subversion.SVNRecursiveCheckoutTask"
classpathref="build-resource.path"/> 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"> <target name="checkout">
...@@ -105,7 +105,7 @@ ...@@ -105,7 +105,7 @@
tag Tag number. Mandatory tag Tag number. Mandatory
group Group of the project. Default: cisd group Group of the project. Default: cisd
repositoryRoot URL of the root of the Subversion repository. 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"> <target name="branch-and-tag">
<condition property="repositoryRoot" value="${repositoryRoot.default}"> <condition property="repositoryRoot" value="${repositoryRoot.default}">
...@@ -130,7 +130,7 @@ ...@@ -130,7 +130,7 @@
tag Tag number. Mandatory tag Tag number. Mandatory
group Group of the project. Default: cisd group Group of the project. Default: cisd
repositoryRoot URL of the root of the Subversion repository. 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"> <target name="tag-sprint">
<condition property="repositoryRoot" value="${repositoryRoot.default}"> <condition property="repositoryRoot" value="${repositoryRoot.default}">
...@@ -158,7 +158,7 @@ ...@@ -158,7 +158,7 @@
result.dir Folder which will contain the result. Mandatory result.dir Folder which will contain the result. Mandatory
group Group of the project. Default: cisd group Group of the project. Default: cisd
repositoryRoot URL of the root of the Subversion repository. 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"> <target name="build" depends="checkout">
<exec executable="ant" failonerror="true"> <exec executable="ant" failonerror="true">
......
...@@ -10,7 +10,7 @@ if [ "$1" = "--private" ]; then ...@@ -10,7 +10,7 @@ if [ "$1" = "--private" ]; then
protocol=svn+ssh protocol=svn+ssh
shift shift
fi fi
repository=$protocol://source.systemsx.ch/repos repository=$protocol://svncisd.ethz.ch/repos
if [ "$1" = "--revision" ]; then if [ "$1" = "--revision" ]; then
shift shift
revision="$1" revision="$1"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment