summaryrefslogtreecommitdiff
path: root/cc/config/bdbstore-cpp-trunk.xml
diff options
context:
space:
mode:
authorArnaud Simon <arnaudsimon@apache.org>2008-07-23 15:02:22 +0000
committerArnaud Simon <arnaudsimon@apache.org>2008-07-23 15:02:22 +0000
commit2fc957e3d28fa3b084ef334b702bb5116f60c462 (patch)
tree53d217fb806c56eb23fb9dab19fef75c3d329f4f /cc/config/bdbstore-cpp-trunk.xml
parentf909f338fe2ea66e50e5923fcd008ae2ae9ccd67 (diff)
downloadqpid-python-2fc957e3d28fa3b084ef334b702bb5116f60c462.tar.gz
qpid-1157: added jms tck scripts + README file + config file for setting email related properties
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@679105 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cc/config/bdbstore-cpp-trunk.xml')
-rw-r--r--cc/config/bdbstore-cpp-trunk.xml22
1 files changed, 14 insertions, 8 deletions
diff --git a/cc/config/bdbstore-cpp-trunk.xml b/cc/config/bdbstore-cpp-trunk.xml
index 1584791518..254af62170 100644
--- a/cc/config/bdbstore-cpp-trunk.xml
+++ b/cc/config/bdbstore-cpp-trunk.xml
@@ -17,19 +17,15 @@ specific language governing permissions and limitations
under the License.
-->
<cruisecontrol>
-
<project name="bdbstore-cpp-trunk"
buildafterfailed="false">
-
- <!-- Load environment variables -->
- <property environment="env" toupper="true"/>
<listeners>
<currentbuildstatuslistener file="logs/${project.name}/status.txt"/>
</listeners>
<bootstrappers>
- <svnbootstrapper localWorkingCopy="${env.CPPSTORE_HOME}" />
+ <svnbootstrapper localWorkingCopy="${env.CPPSTORE_HOME}"/>
</bootstrappers>
<modificationset quietperiod="30">
@@ -39,10 +35,20 @@ under the License.
<schedule interval="3600">
<exec timeout="1800"
- command="/bin/bash"
- args="${env.CC_HOME}/cc/scripts/bdbstorecppbuild.sh"
- workingdir="${env.CPPSTORE_HOME}" />
+ command="/bin/bash"
+ args="${env.CC_HOME}/cc/scripts/bdbstorecppbuild.sh"
+ workingdir="${env.CPPSTORE_HOME}"/>
</schedule>
+ <publishers>
+ <email subjectprefix="${mail.subject}: ${project.name}" mailhost="${mail.host}"
+ returnaddress="${mail.returnaddress}"
+ buildresultsurl="http://${env.HOSTNAME}:8080/buildresults/${project.name}"
+ skipusers="false"
+ reportsuccess="fixes"
+ spamwhilebroken="true">
+ <always address="${mail.list}"/>
+ </email>
+ </publishers>
</project>
</cruisecontrol>