| author | yjiang | 2011-11-02 04:50:40 (EDT) |
|---|---|---|
| committer | xgu | 2011-11-02 04:50:40 (EDT) |
| commit | 7051aa839eee8ac4da78a364f905507a2183f51b (patch) (side-by-side diff) | |
| tree | 44e797251948257539f23c8d7bff6faa42239613 | |
| parent | bf214d168af628c8e694c73c90c9a5439efed367 (diff) | |
| download | org.eclipse.birt-7051aa839eee8ac4da78a364f905507a2183f51b.zip org.eclipse.birt-7051aa839eee8ac4da78a364f905507a2183f51b.tar.gz org.eclipse.birt-7051aa839eee8ac4da78a364f905507a2183f51b.tar.bz2 | |
add branch information to build ready and compile error mail
| -rw-r--r-- | build/org.eclipse.birt.releng.birtbuilder/eclipse/helper.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build/org.eclipse.birt.releng.birtbuilder/eclipse/helper.xml b/build/org.eclipse.birt.releng.birtbuilder/eclipse/helper.xml index 316eac7..c73d1a8 100644 --- a/build/org.eclipse.birt.releng.birtbuilder/eclipse/helper.xml +++ b/build/org.eclipse.birt.releng.birtbuilder/eclipse/helper.xml @@ -1187,7 +1187,7 @@ tolist="${QA.members}" from="${mail.from}" replyto="${replyto.address}" - subject="${BranchVersion} Build Is Ready on ${hostname}(BuildId: ${buildId})" > + subject="${BranchVersion} Build on ${mapVersionTag} Branch Is Ready on ${hostname}(BuildId: ${buildId})" > <message> Hi All, @@ -1342,7 +1342,7 @@ Have a nice day! <target name="checkcompileerror"> <property file="${eclipse.build.configs}/../../config.properties" /> <property file="${eclipse.build.configs}/../../monitor.properties" /> - <mail mailport="${mail.port}" subject="Compile errors found in Today's Build (BuildId: ${buildId} ) " tolist="${COMPILE.ERROR.RECIPIENTS}"> + <mail mailport="${mail.port}" subject="Compile errors found on ${mapVersionTag} Branch in Today's Build (BuildId: ${buildId} ) " tolist="${COMPILE.ERROR.RECIPIENTS}"> <from address="${mail.from}"/> <replyto address="${replyto.address}"/> <message> |

