Skip to content
Snippets Groups Projects
Commit a89f9838 authored by david_williams's avatar david_williams
Browse files

remove automatic building

parent e4127122
No related branches found
No related tags found
No related merge requests found
<cruisecontrol> <cruisecontrol>
<!-- <!--
Note to be cross-platform, "environment variables" are only appropriate for Note to be cross-platform, "environment variables" are only
some variables, e.g. ones we set, since properties are case sensitive, even if appropriate for some variables, e.g. ones we set, since
the environment variables on your operating system are not, e.g. it will properties are case sensitive, even if the environment variables
be ${env.Path} not ${env.PATH} on Windows --> on your operating system are not, e.g. it will be ${env.Path}
not ${env.PATH} on Windows
-->
<property <property
environment="env" environment="env"
toupper="true" /> toupper="true" />
<!--
<!-- Note: can not quite use "standard properties" pattern, as in ant files, Note: can not quite use "standard properties" pattern, as in ant
since for CC, it is an error if a property file does not exist. --> files, since for CC, it is an error if a property file does not
exist.
-->
<property <property
name="time.tenMinutes" name="time.tenMinutes"
value="600" /> value="600" />
...@@ -30,7 +33,10 @@ ...@@ -30,7 +33,10 @@
<plugin <plugin
name="currentbuildstatuslistener" name="currentbuildstatuslistener"
file="${env.LOG_DIR}/${project.name}/status.txt" /> file="${env.LOG_DIR}/${project.name}/status.txt" />
<!-- remember, our logDir must be same as logdir specified in CC's web.xml file --> <!--
remember, our logDir must be same as logdir specified in CC's
web.xml file
-->
<plugin <plugin
name="ant" name="ant"
antscript="${env.RELENG_CONTROL}/ant.sh" antscript="${env.RELENG_CONTROL}/ant.sh"
...@@ -101,17 +107,13 @@ ...@@ -101,17 +107,13 @@
<plugin <plugin
name="cvs" name="cvs"
cvsroot=":${env.BUILD_CVS_READ_PROTOCOL}:${env.BUILD_CVS_READ_USER}@${env.BUILD_CVS_SERVER}:${env.BUILD_CVS_ROOT}" /> cvsroot=":${env.BUILD_CVS_READ_PROTOCOL}:${env.BUILD_CVS_READ_USER}@${env.BUILD_CVS_SERVER}:${env.BUILD_CVS_ROOT}" />
<!-- <!--
Note: projects must be named in the form Note: projects must be named in the form
${build.distribution}-${buildBranch}-${buildType} ${build.distribution}-${buildBranch}-${buildType} Also, please
note, the order is somewhat important, too. We order these so
Also, please note, the order is somewhat important, too. the quickest running come first in the list, so they have an
We order these so the quickest running come first in the list, opportunity to "get done" before a longer one starts. The next
so they have an opportunity to "get done" before a longer one starts. criteria is importance
The next criteria is importance
--> -->
<project <project
requireModification="false" requireModification="false"
...@@ -123,15 +125,15 @@ ...@@ -123,15 +125,15 @@
command="${env.BUILD_HOME}/releng.control/cleanupArtifacts.sh"> command="${env.BUILD_HOME}/releng.control/cleanupArtifacts.sh">
</exec> </exec>
</schedule> </schedule>
<modificationset>
<modificationset>
<!-- http://jira.public.thoughtworks.org/browse/CC-766 --> <!-- http://jira.public.thoughtworks.org/browse/CC-766 -->
<forceonly/> <forceonly />
</modificationset> </modificationset>
<!--
<!-- need to prevent, or override, default publishers, need to prevent, or override, default publishers, especially
especially since the ant default antpublisher will since the ant default antpublisher will result in error, if
result in error, if an ant build hasn't ran! --> an ant build hasn't ran!
-->
<publishers> <publishers>
</publishers> </publishers>
</project> </project>
...@@ -162,10 +164,10 @@ ...@@ -162,10 +164,10 @@
value="wtpbuildTools" /> value="wtpbuildTools" />
</ant> </ant>
</schedule> </schedule>
<modificationset> <modificationset>
<!-- http://jira.public.thoughtworks.org/browse/CC-766 --> <!-- http://jira.public.thoughtworks.org/browse/CC-766 -->
<forceonly/> <forceonly />
</modificationset> </modificationset>
</project> </project>
<project <project
name="incubator-R0.5-S"> name="incubator-R0.5-S">
...@@ -232,10 +234,10 @@ ...@@ -232,10 +234,10 @@
requireModification="false" requireModification="false"
name="patches-R1.5-P" name="patches-R1.5-P"
forceOnly="true"> forceOnly="true">
<modificationset> <modificationset>
<!-- http://jira.public.thoughtworks.org/browse/CC-766 --> <!-- http://jira.public.thoughtworks.org/browse/CC-766 -->
<forceonly/> <forceonly />
</modificationset> </modificationset>
<schedule <schedule
interval="${time.veryLongTime}"> interval="${time.veryLongTime}">
<ant> <ant>
...@@ -512,7 +514,8 @@ ...@@ -512,7 +514,8 @@
</htmlemail> </htmlemail>
</publishers> </publishers>
</project> </project>
<project <!--
<project
name="wtp-R3.0-R"> name="wtp-R3.0-R">
<modificationset <modificationset
quietperiod="120"> quietperiod="120">
...@@ -571,6 +574,7 @@ ...@@ -571,6 +574,7 @@
</ant> </ant>
</schedule> </schedule>
</project> </project>
-->
<!-- <!--
<project <project
name="wtp-R3.0-S"> name="wtp-R3.0-S">
...@@ -578,114 +582,115 @@ ...@@ -578,114 +582,115 @@
quietperiod="120"> quietperiod="120">
<cvs <cvs
module="${env.RELENG}" module="${env.RELENG}"
reallyquiet="${env.CVS_QUIET}" /> reallyquiet="${env.CVS_QUIET}"/>
<cvs <cvs
module="${env.RELENGCOMMON}" module="${env.RELENGCOMMON}"
reallyquiet="${env.CVS_QUIET}" /> reallyquiet="${env.CVS_QUIET}"/>
<cvs <cvs
module="${env.RELENGEJBTOOLS}" module="${env.RELENGEJBTOOLS}"
reallyquiet="${env.CVS_QUIET}" /> reallyquiet="${env.CVS_QUIET}"/>
<cvs <cvs
module="${env.RELENGJEETOOLS}" module="${env.RELENGJEETOOLS}"
reallyquiet="${env.CVS_QUIET}" /> reallyquiet="${env.CVS_QUIET}"/>
<cvs <cvs
module="${env.RELENGSERVERTOOLS}" module="${env.RELENGSERVERTOOLS}"
reallyquiet="${env.CVS_QUIET}" /> reallyquiet="${env.CVS_QUIET}"/>
<cvs <cvs
module="${env.RELENGSOURCEEDITING}" module="${env.RELENGSOURCEEDITING}"
reallyquiet="${env.CVS_QUIET}" /> reallyquiet="${env.CVS_QUIET}"/>
<cvs <cvs
module="${env.RELENGWEBSERVICES}" module="${env.RELENGWEBSERVICES}"
reallyquiet="${env.CVS_QUIET}" /> reallyquiet="${env.CVS_QUIET}"/>
<cvs <cvs
module="${env.RELENGJSF}" module="${env.RELENGJSF}"
reallyquiet="${env.CVS_QUIET}" /> reallyquiet="${env.CVS_QUIET}"/>
<cvs <cvs
module="${env.RELENGDALI}" module="${env.RELENGDALI}"
reallyquiet="${env.CVS_QUIET}" /> reallyquiet="${env.CVS_QUIET}"/>
</modificationset> </modificationset>
<schedule <schedule
interval="${time.oneHour}"> interval="${time.oneHour}">
<ant> <ant>
<property <property
name="buildType" name="buildType"
value="S" /> value="S"/>
<property <property
name="buildId" name="buildId"
value="3.0RC4" /> value="3.0RC4"/>
<property <property
name="buildBranch" name="buildBranch"
value="R3.0" /> value="R3.0"/>
<property <property
name="mapVersionTag" name="mapVersionTag"
value="HEAD" /> value="HEAD"/>
<property <property
name="releng.dali-mapVersionTag" name="releng.dali-mapVersionTag"
value="HEAD" /> value="HEAD"/>
<property <property
name="releng.jsf-mapVersionTag" name="releng.jsf-mapVersionTag"
value="HEAD" /> value="HEAD"/>
<property <property
name="build.distribution" name="build.distribution"
value="wtp" /> value="wtp"/>
</ant> </ant>
</schedule> </schedule>
</project> </project>
--> -->
<!--
<!--
<project <project
name="wtp-R3.0-I"> name="wtp-R3.0-I">
<modificationset <modificationset
quietperiod="120"> quietperiod="120">
<cvs <cvs
module="${env.RELENG}" module="${env.RELENG}"
reallyquiet="${env.CVS_QUIET}" /> reallyquiet="${env.CVS_QUIET}"/>
<cvs <cvs
module="${env.RELENGCOMMON}" module="${env.RELENGCOMMON}"
reallyquiet="${env.CVS_QUIET}" /> reallyquiet="${env.CVS_QUIET}"/>
<cvs <cvs
module="${env.RELENGEJBTOOLS}" module="${env.RELENGEJBTOOLS}"
reallyquiet="${env.CVS_QUIET}" /> reallyquiet="${env.CVS_QUIET}"/>
<cvs <cvs
module="${env.RELENGJEETOOLS}" module="${env.RELENGJEETOOLS}"
reallyquiet="${env.CVS_QUIET}" /> reallyquiet="${env.CVS_QUIET}"/>
<cvs <cvs
module="${env.RELENGSERVERTOOLS}" module="${env.RELENGSERVERTOOLS}"
reallyquiet="${env.CVS_QUIET}" /> reallyquiet="${env.CVS_QUIET}"/>
<cvs <cvs
module="${env.RELENGSOURCEEDITING}" module="${env.RELENGSOURCEEDITING}"
reallyquiet="${env.CVS_QUIET}" /> reallyquiet="${env.CVS_QUIET}"/>
<cvs <cvs
module="${env.RELENGWEBSERVICES}" module="${env.RELENGWEBSERVICES}"
reallyquiet="${env.CVS_QUIET}" /> reallyquiet="${env.CVS_QUIET}"/>
<cvs <cvs
module="${env.RELENGJSF}" module="${env.RELENGJSF}"
reallyquiet="${env.CVS_QUIET}" /> reallyquiet="${env.CVS_QUIET}"/>
<cvs <cvs
module="${env.RELENGDALI}" module="${env.RELENGDALI}"
reallyquiet="${env.CVS_QUIET}" /> reallyquiet="${env.CVS_QUIET}"/>
</modificationset> </modificationset>
<schedule <schedule
interval="${time.veryLongTime}"> interval="${time.veryLongTime}">
<ant> <ant>
<property <property
name="buildType" name="buildType"
value="I" /> value="I"/>
<property <property
name="buildBranch" name="buildBranch"
value="R3.0" /> value="R3.0"/>
<property <property
name="mapVersionTag" name="mapVersionTag"
value="HEAD" /> value="HEAD"/>
<property <property
name="releng.dali-mapVersionTag" name="releng.dali-mapVersionTag"
value="HEAD" /> value="HEAD"/>
<property <property
name="releng.jsf-mapVersionTag" name="releng.jsf-mapVersionTag"
value="HEAD" /> value="HEAD"/>
<property <property
name="build.distribution" name="build.distribution"
value="wtp" /> value="wtp"/>
</ant> </ant>
</schedule> </schedule>
</project> </project>
...@@ -694,10 +699,10 @@ ...@@ -694,10 +699,10 @@
requireModification="false" requireModification="false"
name="wtp-R3.0-N" name="wtp-R3.0-N"
forceOnly="true"> forceOnly="true">
<modificationset> <modificationset>
<!-- http://jira.public.thoughtworks.org/browse/CC-766 --> <!-- http://jira.public.thoughtworks.org/browse/CC-766 -->
<forceonly/> <forceonly />
</modificationset> </modificationset>
<schedule <schedule
interval="${time.veryLongTime}"> interval="${time.veryLongTime}">
<ant> <ant>
...@@ -728,7 +733,7 @@ ...@@ -728,7 +733,7 @@
value="true" /> value="true" />
<property <property
name="normalizeJarFiles" name="normalizeJarFiles"
value="false" /> value="false" />
</ant> </ant>
</schedule> </schedule>
</project> </project>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment