Closed
Bug 120032
Opened 23 years ago
Closed 23 years ago
Update talkback for Mozilla 0.9.8 on Mac, Windows and Unix platforms
Categories
(SeaMonkey :: Build Config, defect)
SeaMonkey
Build Config
Tracking
(Not tracked)
VERIFIED
FIXED
mozilla0.9.8
People
(Reporter: lpham, Assigned: jj.enser)
Details
When the MOZILLA_0_9_8_BRANCH is cut, need to update talkback to MozillaBranch.
More details in version_string_checklist.html on warp.
Assignee | ||
Comment 1•23 years ago
|
||
will change automation pref fc_product_code to 'MozillaBranch' on the 0.9.8
branch build mac.
Status: NEW → ASSIGNED
Comment 2•23 years ago
|
||
jj - can you get these changes (mac, win32, linux) in today?
Assignee | ||
Comment 3•23 years ago
|
||
Mac done. Please review windows (2 files) and linux (1 file) update:
Index: ns/fullsoft/utils/build-number.pl
===================================================================
-print OUTPUT "system(\"perl fcsutil.pl -newbuild -deployment
Netscape/MozillaTrunk/Win32/1 -output master.ini $build_number -server twister\")";
+print OUTPUT "system(\"perl fcsutil.pl -newbuild -deployment
Netscape/MozillaBranch/Win32/1 -output master.ini $build_number -server
twister\")";
Index: ns/fullsoft/Makefile.in
===================================================================
-FC_VERSION
= Trunk
+FC_VERSION
= Branch
Index: ns/build/windows/verification/build-verification.pl
===================================================================
-$fc_product_string = "MozillaTrunk";
+$fc_product_string = "MozillaBranch";
Comment 4•23 years ago
|
||
looks good to me. sr=granrose pending r. leaf?
Make sure the change to build-verification actually makes it to the
verifconfig.pl file on seaquake since that will override changes to
build-verification.pl.
Comment 5•23 years ago
|
||
r=leaf
Assignee | ||
Comment 6•23 years ago
|
||
fixed on the 0.9.8 branch. updated:
ns/fullsoft/utils/build-number.pl
ns/fullsoft/Makefile.in
ns/build/windows/verification/build-verification.pl
Status: ASSIGNED → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•