Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
openbis
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
sispub
openbis
Commits
0bdb0abc
Commit
0bdb0abc
authored
15 years ago
by
brinn
Browse files
Options
Downloads
Patches
Plain Diff
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
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
build_resources/ant/build.xml
+4
-4
4 additions, 4 deletions
build_resources/ant/build.xml
build_resources/build.sh
+1
-1
1 addition, 1 deletion
build_resources/build.sh
with
5 additions
and
5 deletions
build_resources/ant/build.xml
+
4
−
4
View file @
0bdb0abc
...
@@ -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://s
ource.systemsx
.ch/repos"
/>
<property
name=
"repositoryRoot.default"
value=
"svn+ssh://s
vncisd.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://s
ource.systemsx
.ch/repos
Default: ${repositoryRoot.default}=svn+ssh://s
vncisd.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://s
ource.systemsx
.ch/repos
Default: ${repositoryRoot.default}=svn+ssh://s
vncisd.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://s
ource.systemsx
.ch/repos
Default: ${repositoryRoot.default}=svn+ssh://s
vncisd.ethz
.ch/repos
-->
-->
<target
name=
"build"
depends=
"checkout"
>
<target
name=
"build"
depends=
"checkout"
>
<exec
executable=
"ant"
failonerror=
"true"
>
<exec
executable=
"ant"
failonerror=
"true"
>
...
...
This diff is collapsed.
Click to expand it.
build_resources/build.sh
+
1
−
1
View file @
0bdb0abc
...
@@ -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
://s
ource.systemsx
.ch/repos
repository
=
$protocol
://s
vncisd.ethz
.ch/repos
if
[
"
$1
"
=
"--revision"
]
;
then
if
[
"
$1
"
=
"--revision"
]
;
then
shift
shift
revision
=
"
$1
"
revision
=
"
$1
"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment