mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-04 15:45:25 +02:00
Fix RSE nightly build messaging for R-builds and S-builds
This commit is contained in:
parent
5586e7f360
commit
96fbc844ca
2 changed files with 2 additions and 2 deletions
|
@ -386,7 +386,7 @@
|
|||
<target name="mailPass" unless="hasErrors">
|
||||
<copy file="${builder}/${messagefile}" tofile="${buildDirectory}/message.txt" overwrite="true"/>
|
||||
<replace file="${buildDirectory}/message.txt">
|
||||
<replacefilter token="@buildId@" value="${buildId}"/>
|
||||
<replacefilter token="@dropDir@" value="${dropDir}"/>
|
||||
</replace>
|
||||
<mail subject="RSE Build ${buildId} completed"
|
||||
tolist="${mailto}" from="martin.oberhuber@windriver.com">
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
The build is available at
|
||||
|
||||
http://download.eclipse.org/dsdp/tm/downloads/drops/@buildId@
|
||||
http://download.eclipse.org/dsdp/tm/downloads/drops/@dropDir@
|
||||
|
||||
Cheers,
|
||||
the RSE nightly build...
|
||||
|
|
Loading…
Add table
Reference in a new issue