mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-08 10:16:03 +02:00
bug 341639: Provide p2 repository for nightly builds on Hudson
This commit is contained in:
parent
dfeae8915c
commit
0218035839
1 changed files with 7 additions and 0 deletions
|
@ -10,6 +10,12 @@
|
||||||
<target name="buildcopy" depends="zips,generate.p2.metadata,copy"/>
|
<target name="buildcopy" depends="zips,generate.p2.metadata,copy"/>
|
||||||
<target name="cdtbuild" depends="tag,zips,test,upload"/>
|
<target name="cdtbuild" depends="tag,zips,test,upload"/>
|
||||||
<target name="testpack" depends="zips,sign,pack,generate.p2.metadata,copy"/>
|
<target name="testpack" depends="zips,sign,pack,generate.p2.metadata,copy"/>
|
||||||
|
|
||||||
|
<target name="update-site" depends="zips,generate.p2.metadata">
|
||||||
|
<unzip src="${zipsdir}/${masterFile}" dest="${updateSiteLocation}.tmp"/>
|
||||||
|
<delete quiet="true" dir="${updateSiteLocation}"/>
|
||||||
|
<move file="${updateSiteLocation}.tmp" tofile="${updateSiteLocation}"/>
|
||||||
|
</target>
|
||||||
|
|
||||||
<target name="init">
|
<target name="init">
|
||||||
<touch file="${user.home}/.cvspass" />
|
<touch file="${user.home}/.cvspass" />
|
||||||
|
@ -43,6 +49,7 @@
|
||||||
<property name="tagname" value="v${timestamp}"/>
|
<property name="tagname" value="v${timestamp}"/>
|
||||||
<property name="testReports" value="${zipsdir}/testReports"/>
|
<property name="testReports" value="${zipsdir}/testReports"/>
|
||||||
<property name="junit-report-output" value="${testReports}"/>
|
<property name="junit-report-output" value="${testReports}"/>
|
||||||
|
<property name="updateSiteLocation" value="${buildDirectory}/update-site"/>
|
||||||
<condition property="onWindows">
|
<condition property="onWindows">
|
||||||
<os family="windows"/>
|
<os family="windows"/>
|
||||||
</condition>
|
</condition>
|
||||||
|
|
Loading…
Add table
Reference in a new issue