Closed
Bug 424240
Opened 17 years ago
Closed 17 years ago
Tinder.config needs ENV var set for pdbstr.exe so that builds can be source indexed
Categories
(Release Engineering :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: lsblakk, Assigned: lsblakk)
Details
Attachments
(1 file, 3 obsolete files)
1.11 KB,
patch
|
beltzner
:
approval1.9b5+
|
Details | Diff | Splinter Review |
This patch adds a line to mozilla/tools/tinderbox-configs/firefox/win32/tinder-config.pl setting an environment variable (PDBSTR_PATH) to C:\Program Files\Debugging Tools for Windows\sdk\srcsrv\pdbstr.exe in order to allow the new source indexing code in symbolstore.py
Attachment #310867 -
Flags: review?(ted.mielczarek)
Assignee | ||
Comment 1•17 years ago
|
||
see https://bugzilla.mozilla.org/show_bug.cgi?id=408134 for info about Source Server
Comment 2•17 years ago
|
||
Comment on attachment 310867 [details] [diff] [review]
Adds one line to tinder-config.pl to set env variable
You need to double up your slashes here ('c:\\Program files\\' etc), but otherwise this looks good.
Attachment #310867 -
Flags: review?(ted.mielczarek) → review+
Updated•17 years ago
|
Assignee: nobody → lukasblakk
Assignee | ||
Comment 3•17 years ago
|
||
Added double slashes for file path.
Attachment #310867 -
Attachment is obsolete: true
Attachment #311252 -
Flags: approval1.9b5?
Assignee | ||
Comment 4•17 years ago
|
||
This one has the correct line breaks and is really just one line of change.
Attachment #311252 -
Attachment is obsolete: true
Attachment #311256 -
Flags: approval1.9b5?
Attachment #311252 -
Flags: approval1.9b5?
Assignee | ||
Comment 5•17 years ago
|
||
Attachment #311256 -
Attachment is obsolete: true
Attachment #311257 -
Flags: approval1.9b5?
Attachment #311256 -
Flags: approval1.9b5?
Comment 6•17 years ago
|
||
Comment on attachment 311257 [details] [diff] [review]
One line to add PDBSTR_PATH to tinder-config.pl - with double slashes
a=beltzner
Attachment #311257 -
Flags: approval1.9b5? → approval1.9b5+
Comment 7•17 years ago
|
||
Checking in tinder-config.pl;
/cvsroot/mozilla/tools/tinderbox-configs/firefox/win32/tinder-config.pl,v <-- tinder-config.pl
new revision: 1.33; previous revision: 1.32
done
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Comment 8•17 years ago
|
||
I landed this on the release branch while landing bug 428615.
Updated•16 years ago
|
Component: Release Engineering: Talos → Release Engineering
Updated•11 years ago
|
Product: mozilla.org → Release Engineering
You need to log in
before you can comment on or make changes to this bug.
Description
•