Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
Webtools Releng
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Eclipse Projects
webtools
Releng
Webtools Releng
Commits
359dc98e
Commit
359dc98e
authored
17 years ago
by
david_williams
Browse files
Options
Downloads
Patches
Plain Diff
fix to monitor all of RELENGMAPS for changes to kick off builds
parent
e3ef335d
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
releng.control/cc_config.xml
+56
-52
56 additions, 52 deletions
releng.control/cc_config.xml
with
56 additions
and
52 deletions
releng.control/cc_config.xml
+
56
−
52
View file @
359dc98e
...
...
@@ -105,7 +105,8 @@
name=
"cvs"
cvsroot=
"${env.CVS_MAIN_REPO}"
/>
<!--
<!--
Note: projects should be named in the form
${build.distribution}-${buildBranch}-${buildType}
-->
...
...
@@ -132,68 +133,68 @@
<property
name=
"build.distribution"
value=
"patches"
/>
<!--
<property
<property
name="skipCleanBuild"
value="yes" />
-->
-->
<!--
<property
<property
name="skipUnitTests"
value="yes" />
-->
-->
</ant>
</schedule>
</project>
<!--
<project name="wtp-R1.5-M">
<!--
<project name="wtp-R1.5-M">
<modificationset quietperiod="120">
<cvs
tag="R1_5_maintenance"
module="${env.RELENG}"
reallyQuiet="${env.CVS_REALLY_QUIET}" />
<cvs
tag="R1_5_maintenance"
module="${env.RELENG
MAPS
}"
reallyQuiet="${env.CVS_REALLY_QUIET}" />
</modificationset>
<schedule interval="${time.oneHour}">
<ant>
<!- - this "M" label should be changed to "R" once maintenance release
is warming up for its "R"elease.
- ->
<property
name="buildType"
value="R" />
<property
name="buildId"
value="1.5.5" />
<property
name="buildBranch"
value="R1.5" />
<property
name="checkoutprojectname"
value="${project.name}" />
<property
name="mapVersionTag"
value="R1_5_maintenance" />
</ant>
<ant>
<!- - this "M" label should be changed to "R" once maintenance release
is warming up for its "R"elease.
- ->
<property
name="buildType"
value="R" />
<property
name="buildId"
value="1.5.5" />
<property
name="buildBranch"
value="R1.5" />
<property
name="checkoutprojectname"
value="${project.name}" />
<property
name="mapVersionTag"
value="R1_5_maintenance" />
</ant>
</schedule>
</project>
-->
</project>
-->
<project
name=
"wtp-R2.0-M"
>
<modificationset
quietperiod=
"120"
>
<cvs
tag=
"R2_0_maintenance"
module=
"${env.RELENG}"
module=
"${env.RELENG
MAPS
}"
reallyQuiet=
"${env.CVS_REALLY_QUIET}"
/>
<cvs
tag=
"R1_0_maintenance"
...
...
@@ -234,12 +235,15 @@
</schedule>
</project>
<project
name=
"wtp-R2.0-R"
>
<!-- remove 'forceOnly' once we move into "release" phase --
>
<project
name=
"wtp-R2.0-R"
forceOnly=
"true"
>
<modificationset
quietperiod=
"120"
>
<cvs
tag=
"R2_0_maintenance"
module=
"${env.RELENG}"
module=
"${env.RELENG
MAPS
}"
reallyQuiet=
"${env.CVS_REALLY_QUIET}"
/>
<cvs
tag=
"R1_0_maintenance"
...
...
@@ -284,7 +288,7 @@
<modificationset
quietperiod=
"120"
>
<cvs
module=
"${env.RELENG}"
module=
"${env.RELENG
MAPS
}"
reallyQuiet=
"${env.CVS_REALLY_QUIET}"
/>
<cvs
module=
"${env.RELENGJSF}"
...
...
@@ -323,7 +327,7 @@
</schedule>
</project>
<project
name=
"wtp-R3.0-N"
...
...
@@ -356,8 +360,8 @@
</schedule>
</project>
<!-- remove 'forceOnly' once we move into this phase of building -->
<project
name=
"wtp-R3.0-S"
forceOnly=
"true"
>
...
...
@@ -365,7 +369,7 @@
<modificationset
quietperiod=
"120"
>
<cvs
module=
"${env.RELENG}"
module=
"${env.RELENG
MAPS
}"
reallyQuiet=
"${env.CVS_REALLY_QUIET}"
/>
<cvs
module=
"${env.RELENGJSF}"
...
...
@@ -408,8 +412,8 @@
</schedule>
</project>
<!-- remove 'forceOnly' once we move into this phase of building -->
<project
name=
"wtp-R3.0-R"
forceOnly=
"true"
>
...
...
@@ -417,7 +421,7 @@
<modificationset
quietperiod=
"120"
>
<cvs
module=
"${env.RELENG}"
module=
"${env.RELENG
MAPS
}"
reallyQuiet=
"${env.CVS_REALLY_QUIET}"
/>
<cvs
module=
"${env.RELENGJSF}"
...
...
@@ -457,7 +461,7 @@
</schedule>
</project>
<project
name=
"wtp-buildTools-R3.0-T"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment