Closed
Bug 122970
Opened 24 years ago
Closed 7 years ago
Blame for warnings doesn't cover non-SeaMonkeyAll
Categories
(Webtools Graveyard :: Tinderbox, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: bbaetz, Assigned: mcafee)
References
()
Details
If you go to the url, which is the warning log from Brad, there some unblamed
warnings. Looking at the supplied filenames, it looks like the warnings script
only parses stuff from SeaMonkeyAll. security, gfx2, and accessible are missing,
at least.
For bonus points, it should blame from the correct branch.
Reporter | ||
Comment 1•24 years ago
|
||
*** Bug 122971 has been marked as a duplicate of this bug. ***
Assignee | ||
Comment 2•24 years ago
|
||
the file that does this is mozilla/webtools/tinderbox/warnings.pl,
my first read of this is that it looks at @cvs_modules for the SeaMonkey tree,
on lounge & SeaMonkey this is
'mozilla/security' 'SECURITY_CLIENT_BRANCH'
'mozilla/nsprpub' 'NSPRPUB_CLIENT_BRANCH'
'SeaMonkeyAll' 'HEAD'
Maybe this is working, what happens for security warnings?
The server stores the branch in the local treedata.pl file, so any
client.mk changes to the branch won't show up here w/o a manual update.
Not sure how this mechanism got here, adding cls who might know.
Reporter | ||
Comment 3•24 years ago
|
||
So that file just needs to be updated, then?
The security stuff is wrong - it needs NSS_CLIENT_TAG for nss, and HEAD for the
other security stuff. We should add gfx2 and accessible, and imglib2 into there,
too. NSPR tag should be NSPRPUB_PRE_4_2_CLIENT_BRANCH
The ldap stuff needs to be added, too.
should we modify the tinderclient so that it reports cvs the tags it used so
that tinderserver doesn't need to hardcode them?
Updated•19 years ago
|
QA Contact: timeless → tinderbox
Updated•11 years ago
|
Product: Webtools → Webtools Graveyard
Comment 5•7 years ago
|
||
Tinderbox isn't maintained anymore. Closing.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•