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
f2350ca2
Commit
f2350ca2
authored
17 years ago
by
david_williams
Browse files
Options
Downloads
Patches
Plain Diff
fixing "forceonly" cases
parent
b140af2e
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
+83
-34
83 additions, 34 deletions
releng.control/cc_config.xml
with
83 additions
and
34 deletions
releng.control/cc_config.xml
+
83
−
34
View file @
f2350ca2
...
@@ -79,8 +79,11 @@
...
@@ -79,8 +79,11 @@
-->
-->
<project
name=
"patches-R1.5-P"
>
<project
name=
"patches-R1.5-P"
>
<modificationset>
<forceonly
/>
</modificationset>
<schedule
interval=
"${time.VeryVeryLongTime}"
>
<schedule>
<ant
<ant
antscript=
"${env.BUILD_HOME}/releng.control/ant.sh"
antscript=
"${env.BUILD_HOME}/releng.control/ant.sh"
buildfile=
"cc_project_build.xml"
buildfile=
"cc_project_build.xml"
...
@@ -173,15 +176,11 @@
...
@@ -173,15 +176,11 @@
</project>
</project>
<project
name=
"retest-wtp-R1.5-M"
>
<project
name=
"retest-wtp-R1.5-M"
>
<!-- Defines where cruise looks for changes, to decide whether to run the build -->
<modificationset>
<modificationset
quietperiod=
"120"
>
<forceonly
/>
<cvs
tag=
"R1_5_maintenance"
module=
"releng"
/>
</modificationset>
</modificationset>
<schedule
interval=
"${time.VeryVeryLongTime}"
>
<schedule>
<ant
<ant
antscript=
"${env.BUILD_HOME}/releng.control/ant.sh"
antscript=
"${env.BUILD_HOME}/releng.control/ant.sh"
buildfile=
"cc_project_retest.xml"
buildfile=
"cc_project_retest.xml"
...
@@ -280,6 +279,59 @@
...
@@ -280,6 +279,59 @@
</schedule>
</schedule>
</project>
</project>
<project
name=
"retest-wtp-R2.0-M"
>
<modificationset>
<forceonly
/>
</modificationset>
<schedule>
<ant
antscript=
"${env.BUILD_HOME}/releng.control/ant.sh"
buildfile=
"cc_project_retest.xml"
target=
"Build"
useQuiet=
"false"
useLogger=
"false"
savelogdir=
"${logDir}"
usedebug=
"false"
antworkingdir=
"${env.BUILD_HOME}/releng.control"
>
<property
name=
"buildType"
value=
"M"
/>
<property
name=
"buildId"
value=
"2.0.1"
/>
<property
name=
"buildBranch"
value=
"R2.0"
/>
<property
name=
"checkoutprojectname"
value=
"${project.name}"
/>
<property
name=
"mapVersionTag"
value=
"R2_0_maintenance"
/>
<property
name=
"releng.dali-mapVersionTag"
value=
"R1_0_maintenance"
/>
<property
name=
"releng-jsf-mapVersionTag"
value=
"R1_0_maintenance"
/>
</ant>
</schedule>
</project>
<project
name=
"wtp-R3.0-I"
>
<project
name=
"wtp-R3.0-I"
>
<!-- Defines where cruise looks for changes, to decide whether to run the build -->
<!-- Defines where cruise looks for changes, to decide whether to run the build -->
<modificationset
quietperiod=
"120"
>
<modificationset
quietperiod=
"120"
>
...
@@ -328,15 +380,12 @@
...
@@ -328,15 +380,12 @@
</project>
</project>
<project
name=
"retest-wtp-R3.0-I"
>
<project
name=
"retest-wtp-R3.0-I"
>
<!-- Defines where cruise looks for changes, to decide whether to run the build -->
<modificationset
quietperiod=
"120"
>
<modificationset
>
<cvs
module=
"releng"
/>
<forceonly
/>
<cvs
module=
"releng-jsf"
/>
<cvs
module=
"releng.dali"
/>
</modificationset>
</modificationset>
<schedule
interval=
"${time.VeryVeryLongTime}"
>
<schedule>
<ant
<ant
antscript=
"${env.BUILD_HOME}/releng.control/ant.sh"
antscript=
"${env.BUILD_HOME}/releng.control/ant.sh"
buildfile=
"cc_project_retest.xml"
buildfile=
"cc_project_retest.xml"
...
@@ -377,8 +426,11 @@
...
@@ -377,8 +426,11 @@
<project
name=
"wtp-R3.0-N"
>
<project
name=
"wtp-R3.0-N"
>
<modificationset>
<forceonly
/>
</modificationset>
<schedule
interval=
"${time.VeryVeryLongTime}"
>
<schedule>
<ant
<ant
antscript=
"${env.BUILD_HOME}/releng.control/ant.sh"
antscript=
"${env.BUILD_HOME}/releng.control/ant.sh"
buildfile=
"cc_project_build.xml"
buildfile=
"cc_project_build.xml"
...
@@ -418,7 +470,11 @@
...
@@ -418,7 +470,11 @@
</project>
</project>
<project
name=
"retest-wtp-R3.0-N"
>
<project
name=
"retest-wtp-R3.0-N"
>
<schedule
interval=
"${time.VeryVeryLongTime}"
>
<modificationset
>
<forceonly
/>
</modificationset>
<schedule>
<ant
<ant
antscript=
"${env.BUILD_HOME}/releng.control/ant.sh"
antscript=
"${env.BUILD_HOME}/releng.control/ant.sh"
buildfile=
"cc_project_retest.xml"
buildfile=
"cc_project_retest.xml"
...
@@ -512,15 +568,12 @@
...
@@ -512,15 +568,12 @@
</project>
</project>
<project
name=
"retest-wtp-R3.0-S"
>
<project
name=
"retest-wtp-R3.0-S"
>
<!-- Defines where cruise looks for changes, to decide whether to run the build -->
<modificationset
>
<modificationset
quietperiod=
"120"
>
<forceonly
/>
<cvs
module=
"releng"
/>
<cvs
module=
"releng-jsf"
/>
<cvs
module=
"releng.dali"
/>
</modificationset>
</modificationset>
<schedule
interval=
"${time.VeryVeryLongTime}"
>
<schedule>
<ant
<ant
antscript=
"${env.BUILD_HOME}/releng.control/ant.sh"
antscript=
"${env.BUILD_HOME}/releng.control/ant.sh"
buildfile=
"cc_project_retest.xml"
buildfile=
"cc_project_retest.xml"
...
@@ -617,15 +670,12 @@
...
@@ -617,15 +670,12 @@
</project>
</project>
<project
name=
"retest-wtp-R3.0-R"
>
<project
name=
"retest-wtp-R3.0-R"
>
<!-- Defines where cruise looks for changes, to decide whether to run the build -->
<modificationset
quietperiod=
"120"
>
<cvs
module=
"releng"
/>
<cvs
module=
"releng-jsf"
/>
<cvs
module=
"releng.dali"
/>
<modificationset
>
<forceonly
/>
</modificationset>
</modificationset>
<schedule
interval=
"${time.VeryVeryLongTime}"
>
<schedule>
<ant
<ant
antscript=
"${env.BUILD_HOME}/releng.control/ant.sh"
antscript=
"${env.BUILD_HOME}/releng.control/ant.sh"
buildfile=
"cc_project_retest.xml"
buildfile=
"cc_project_retest.xml"
...
@@ -670,12 +720,11 @@
...
@@ -670,12 +720,11 @@
</project>
</project>
<project
name=
"wtp-buildTools-R3.0-T"
>
<project
name=
"wtp-buildTools-R3.0-T"
>
<!-- Defines where cruise looks for changes, to decide whether to run the build -->
<modificationset>
<modificationset
quietperiod=
"120"
>
<forceonly
/>
<cvs
module=
"releng"
/>
</modificationset>
</modificationset>
<schedule
interval=
"${time.VeryVeryLongTime}"
>
<schedule>
<ant
<ant
antscript=
"${env.BUILD_HOME}/releng.control/ant.sh"
antscript=
"${env.BUILD_HOME}/releng.control/ant.sh"
buildfile=
"cc_project_build.xml"
buildfile=
"cc_project_build.xml"
...
...
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