mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-12 18:55:38 +02:00
Change the name of the download machine.
This commit is contained in:
parent
2ebb271b82
commit
51f2da0305
1 changed files with 3 additions and 3 deletions
|
@ -23,8 +23,8 @@
|
||||||
<property name="buildingOSGi" value="true"/>
|
<property name="buildingOSGi" value="true"/>
|
||||||
<property name="messagefile" value="message.in"/>
|
<property name="messagefile" value="message.in"/>
|
||||||
<property name="mailto" value="cdt-test-dev@eclipse.org"/>
|
<property name="mailto" value="cdt-test-dev@eclipse.org"/>
|
||||||
<property name="remotedir" value="${cdtuser}:${cdtpasswd}@download.eclipse.org:/home/www/tools/cdt/builds/${branchVersion}"/>
|
<property name="remotedir" value="${cdtuser}:${cdtpasswd}@download1.eclipse.org:/home/www/tools/cdt/builds/${branchVersion}"/>
|
||||||
<property name="cdtserver" value="download.eclipse.org"/>
|
<property name="cdtserver" value="download1.eclipse.org"/>
|
||||||
<property name="cdtdir" value="/home/www/tools/cdt/builds/${branchVersion}"/>
|
<property name="cdtdir" value="/home/www/tools/cdt/builds/${branchVersion}"/>
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
|
@ -115,7 +115,7 @@
|
||||||
<target name="wswbmap" depends="init" unless="hasErrors">
|
<target name="wswbmap" depends="init" unless="hasErrors">
|
||||||
<copy file="cdt-map.in" tofile="cdt-map.txt" overwrite="true"/>
|
<copy file="cdt-map.in" tofile="cdt-map.txt" overwrite="true"/>
|
||||||
<replace file="cdt-map.txt" token="@buildId@" value="${buildId}"/>
|
<replace file="cdt-map.txt" token="@buildId@" value="${buildId}"/>
|
||||||
<scp todir="${cdtuser}:${cdtpasswd}@download.eclipse.org:/home/www/tools/cdt/wswb">
|
<scp todir="${cdtuser}:${cdtpasswd}@download1.eclipse.org:/home/www/tools/cdt/wswb">
|
||||||
<fileset file="cdt-map.txt"/>
|
<fileset file="cdt-map.txt"/>
|
||||||
</scp>
|
</scp>
|
||||||
</target>
|
</target>
|
||||||
|
|
Loading…
Add table
Reference in a new issue