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
0d90cde3
Commit
0d90cde3
authored
17 years ago
by
david_williams
Browse files
Options
Downloads
Patches
Plain Diff
try to fix "re-test" path
parent
320c033a
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
releng.control/cc_config.xml
+7
-4
7 additions, 4 deletions
releng.control/cc_config.xml
releng.control/cc_project_build.xml
+5
-6
5 additions, 6 deletions
releng.control/cc_project_build.xml
with
12 additions
and
10 deletions
releng.control/cc_config.xml
+
7
−
4
View file @
0d90cde3
...
...
@@ -70,7 +70,7 @@
buildfile=
"${env.RELENG_CONTROL}/cc_copyArtifacts.xml"
target=
"copyArtifacts"
useQuiet=
"true"
useLogger=
"false"
>
useLogger=
"false"
>
<property
name=
"localArtifactsDirectory"
value=
"${env.PROJECT_ARTIFACTS}/${project.name}"
/>
...
...
@@ -344,13 +344,13 @@
quietperiod=
"120"
>
<cvs
module=
"${env.RELENGMAPS}"
reallyquiet=
"${env.CVS_REALLY_QUIET}"
/>
reallyquiet=
"${env.CVS_REALLY_QUIET}"
/>
<cvs
module=
"${env.RELENGJSF}"
reallyquiet=
"${env.CVS_REALLY_QUIET}"
/>
reallyquiet=
"${env.CVS_REALLY_QUIET}"
/>
<cvs
module=
"${env.RELENGDALI}"
reallyquiet=
"${env.CVS_REALLY_QUIET}"
/>
reallyquiet=
"${env.CVS_REALLY_QUIET}"
/>
</modificationset>
<schedule
interval=
"${time.oneHour}"
>
...
...
@@ -382,6 +382,9 @@
<property
name=
"build.pack-all-in-one"
value=
"true"
/>
<property
name=
"skipCleanBuild"
value=
"yes"
/>
</ant>
</schedule>
</project>
...
...
This diff is collapsed.
Click to expand it.
releng.control/cc_project_build.xml
+
5
−
6
View file @
0d90cde3
...
...
@@ -3,12 +3,6 @@
default=
"Build"
basedir=
"."
>
<!-- set main builder file name, based on distribution, buildBranch and build type -->
<property
name=
"builder"
value=
"${env.PROJECT_BUILDERS}/${projectname}/${env.RELENG_BUILDER}/build.xml"
/>
<!-- = = = standard properties pattern = = = -->
<!--
Note to be cross-platform, "environment variables" are only appropriate for
...
...
@@ -33,6 +27,11 @@
name=
"build.clean"
value=
"true"
/>
<!-- set main builder file name, based on distribution, buildBranch and build type -->
<property
name=
"builder"
value=
"${env.PROJECT_BUILDERS}/${projectname}/${env.RELENG_BUILDER}/build.xml"
/>
<!--
If not set yet, by "caller", then fail fast.
Normally this is literally the project name from CruiseControl, but
...
...
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