Closed
Bug 25646
Opened 25 years ago
Closed 15 years ago
put build ID in separate file
Categories
(Core Graveyard :: Tracking, enhancement, P3)
Core Graveyard
Tracking
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 179052
People
(Reporter: henrik, Assigned: bobj)
Details
Hi
For the next generation of MozillaTranslator I would like the program to
automatically check to se if there has been installed a new mozilla version on
the translators machine.
To do this I need the build ID (and later possible other information) in a
chrome or product information file. I know the build ID is allready inserted
into navigator.dtd, but it is a bit slow to parse that just to read a single
value, plus there is the chance/risk that the build ID is removed from the label
My suggestion is to tweak the build process to produce a chrome information file
in the /bin/chrome dir e.g. called chrome.properties (java properties format)
with the single property
build.id=<build ID>
if the assigment is wrong feels free to change it. However I would like to have
a commitment and the "spec" by tuesday 1/2, so that I at lets know which file
and format in will be. this way I can start doing the tool, and manually make
the file for testning purposes until this "bug" is fixed
cheers from denmark
henrik
Hi, Henrik:
Build ID is used to keep track of the timestamp of a particular build. It might
not be a good idea to localize it. Instead, you may check the timestamp of some
important files such as mozilla.exe or components.reg.
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → WONTFIX
Reporter | ||
Comment 2•25 years ago
|
||
I guess you misunderstood me because my intention was NOT to localize it, but to
use it for checking if the chrome has been updated.
The reason for not just using the file-date, is that the build ID contains more
information than the file-date
Status: RESOLVED → REOPENED
Resolution: WONTFIX → ---
I see... you're right. I think what we need is a perl script to parse this id
out and dump it to a file.
I suspect since you have the DTD parser module already, it might be easier if
you just build a parser out of it.
I am working on some localizability issues for M14. Might not have cycle on this
issue. Sorry!
fix typo in summary
Summary: put build ID in separate infromation file → put build ID in separate information file
Comment 6•24 years ago
|
||
leger is no longer @netscape. changing qa contact to component's default
QA Contact: leger → chofmann
Updated•24 years ago
|
Target Milestone: M18 → ---
Summary: put build ID in separate information file → put build ID in separate file
Hi, Bob: please reassign these i18n/l10n/l12y bugs accordingly. thx!
Assignee: tao → bobj
Status: REOPENED → NEW
Comment 8•17 years ago
|
||
I think we do this now. There's at least application.ini; there might be something else as well. I remember getting talos performance tests reporting correctly depended on having build ship the build ID in them.
Comment 9•15 years ago
|
||
As far as I know there is now a ton of tools to tell localizers about required changes. Also, as David said, there is now application.ini which has version and buildID as clear text. I'm going to dupe this to bug 179052 as suggested there.
Status: NEW → RESOLVED
Closed: 25 years ago → 15 years ago
Resolution: --- → DUPLICATE
Updated•9 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•