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
21902525
Commit
21902525
authored
17 years ago
by
david_williams
Browse files
Options
Downloads
Patches
Plain Diff
attempt to fix mail notification
parent
672bbc5f
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
releng.control/cc_config.xml
+11
-58
11 additions, 58 deletions
releng.control/cc_config.xml
releng.control/commonVariations.shsource
+5
-0
5 additions, 0 deletions
releng.control/commonVariations.shsource
with
16 additions
and
58 deletions
releng.control/cc_config.xml
+
11
−
58
View file @
21902525
...
@@ -90,63 +90,7 @@
...
@@ -90,63 +90,7 @@
<failure
<failure
address=
"${env.FAILED_ADDRESS}"
address=
"${env.FAILED_ADDRESS}"
reportWhenFixed=
"true"
/>
reportWhenFixed=
"true"
/>
<map
<propertiesmapper
file=
"${env.EMAIL_PROPERTIES}"
/>
alias=
"david_williams"
address=
"david_williams@mindspring.com"
/>
<map
alias=
"amywu"
address=
"wuamy@ca.ibm.com"
/>
<map
alias=
"cbridgha"
address=
"cbridgha@us.ibm.com"
/>
<map
alias=
"deboer"
address=
"deboer@ca.ibm.com"
/>
<map
alias=
"kchan"
address=
"kathy@ca.ibm.com"
/>
<map
alias=
"kchong"
address=
"kchong@ca.ibm.com"
/>
<map
alias=
"nitind"
address=
"nitind@us.ibm.com"
/>
<map
alias=
"rfrost"
address=
"rfrost@bea.com"
/>
<map
alias=
"rsrinivasan"
address=
"raghunathan.srinivasan@oracle.com"
/>
<map
alias=
"cbateman"
address=
"cameron.bateman@oracle.com"
/>
<map
alias=
"kkomissarchik"
address=
"kosta@bea.com"
/>
<map
alias=
"ndai"
address=
"ndai@eteration.com"
/>
<map
alias=
"tle"
address=
"tran.le@oracle.com"
/>
<map
alias=
"nhauge"
address=
"neil.hauge@oracle.com"
/>
<map
alias=
"kraev"
address=
"kaloyan.raev@sap.com"
/>
<map
alias=
"pberkland"
address=
"berkland@us.ibm.com"
/>
<map
alias=
"bchilds"
address=
"childsb@us.ibm.com"
/>
<map
alias=
"canderson"
address=
"ccc@us.ibm.com"
/>
<map
alias=
"lisaacs"
address=
"Larry.Isaacs@sas.com"
/>
</email>
</email>
</publishers>
</publishers>
</plugin>
</plugin>
...
@@ -179,6 +123,15 @@
...
@@ -179,6 +123,15 @@
value=
"patches"
/>
value=
"patches"
/>
</ant>
</ant>
</schedule>
</schedule>
<!-- no user notification for patch builds. -->
<publishers>
<email>
<failure
address=
"${env.FAILED_ADDRESS}"
reportWhenFixed=
"true"
/>
<propertiesmapper
file=
""
/>
</email>
</publishers>
</project>
</project>
<!-- skipCleanBuild causes the most recent build
<!-- skipCleanBuild causes the most recent build
...
@@ -440,7 +393,7 @@
...
@@ -440,7 +393,7 @@
</schedule>
</schedule>
<!-- need to prevent, or override, default publishers,
<!-- need to prevent, or override, default publishers,
especially since the ant default antpublisher will
especially since the ant default antpublisher will
result in error, if an ant build hasn't ran -->
result in error, if an ant build hasn't ran
!
-->
<publishers>
<publishers>
</publishers>
</publishers>
</project>
</project>
...
...
This diff is collapsed.
Click to expand it.
releng.control/commonVariations.shsource
+
5
−
0
View file @
21902525
...
@@ -55,6 +55,11 @@ export BUILD_ALWAYS_TO_ADDRESS=david_williams@us.ibm.com
...
@@ -55,6 +55,11 @@ export BUILD_ALWAYS_TO_ADDRESS=david_williams@us.ibm.com
export
FAILED_ADDRESS
=
wtp-releng@eclipse.org
export
FAILED_ADDRESS
=
wtp-releng@eclipse.org
export
BUILD_SUBJECT_PREFIX
=
WTPBUILD:
export
BUILD_SUBJECT_PREFIX
=
WTPBUILD:
# note: this file, notifyMapper.properties is not normally in cvs,
# to avoid "publishing" email addresses; but is maintained directly on
# the build server.
export
EMAIL_PROPERTIES
=
${
BUILD_HOME
}
/notification/notifyMapper.properties
# controls quietness of logging to console
# controls quietness of logging to console
# false means more output to console, true uses ant's logger
# false means more output to console, true uses ant's logger
export
USE_LOGGER
=
true
export
USE_LOGGER
=
true
...
...
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