Skip to content
Snippets Groups Projects
Commit df6c4eec authored by ndai's avatar ndai
Browse files

[108259] Refactoring builds

parent 25ead0f5
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@
<property name="mapVersionTag" value="${mapVersionTag}" />
</ant>
<ant antfile="/home/build-home/build-node/checkout/build-${build.distribution}-${buildType}/releng.wtpbuilder/distribution/wtp.build/build.xml" target="build">
<ant antfile="/home/build-home/build-node/checkout/${build.distribution}-${buildType}/releng.wtpbuilder/distribution/wtp.build/build.xml" target="build">
<property name="baseos" value="${baseos}" />
<property name="basews" value="${basews}" />
<property name="basearch" value="${basearch}" />
......@@ -22,7 +22,7 @@
<property name="buildType" value="${buildType}" />
</ant>
<ant antfile="/home/build-home/build-node/checkout/build-${build.distribution}-${buildType}/releng.wtpbuilder/build.xml" target="site">
<ant antfile="/home/build-home/build-node/checkout/${build.distribution}-${buildType}/releng.wtpbuilder/build.xml" target="site">
<property name="baseos" value="${baseos}" />
<property name="basews" value="${basews}" />
<property name="basearch" value="${basearch}" />
......@@ -34,7 +34,7 @@
<property name="buildType" value="${buildType}" />
</ant>
<ant antfile="/home/build-home/build-node/checkout/build-${build.distribution}-${buildType}/releng.wtpbuilder/build.xml" target="upload">
<ant antfile="/home/build-home/build-node/checkout/${build.distribution}-${buildType}/releng.wtpbuilder/build.xml" target="upload">
<property name="baseos" value="${baseos}" />
<property name="basews" value="${basews}" />
<property name="basearch" value="${basearch}" />
......@@ -47,7 +47,7 @@
</ant>
<ant antfile="/home/build-home/build-node/checkout/build-${build.distribution}-${buildType}/releng.wtpbuilder/build.xml" target="test">
<ant antfile="/home/build-home/build-node/checkout/${build.distribution}-${buildType}/releng.wtpbuilder/build.xml" target="test">
<property name="baseos" value="${baseos}" />
<property name="basews" value="${basews}" />
<property name="basearch" value="${basearch}" />
......@@ -59,7 +59,7 @@
<property name="buildType" value="${buildType}" />
</ant>
<ant antfile="/home/build-home/build-node/checkout/build-${build.distribution}-${buildType}/releng.wtpbuilder/build.xml" target="site">
<ant antfile="/home/build-home/build-node/checkout/${build.distribution}-${buildType}/releng.wtpbuilder/build.xml" target="site">
<property name="baseos" value="${baseos}" />
<property name="basews" value="${basews}" />
<property name="basearch" value="${basearch}" />
......@@ -70,7 +70,7 @@
<property name="mapVersionTag" value="${mapVersionTag}" />
<property name="buildType" value="${buildType}" />
</ant>
<ant antfile="/home/build-home/build-node/checkout/build-${build.distribution}-${buildType}/releng.wtpbuilder/build.xml" target="upload">
<ant antfile="/home/build-home/build-node/checkout/${build.distribution}-${buildType}/releng.wtpbuilder/build.xml" target="upload">
<property name="baseos" value="${baseos}" />
<property name="basews" value="${basews}" />
<property name="basearch" value="${basearch}" />
......@@ -87,6 +87,7 @@
<target name="clean" if="build.clean">
<delete dir="${build.home}/build-${build.distribution}-${buildType}" failonerror="false" />
<delete dir="${build.home}/test-${build.distribution}-${buildType}" failonerror="false" />
</target>
......
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