Closed
Bug 270346
Opened 20 years ago
Closed 18 years ago
app.build_id is 0000000000
Categories
(Firefox Build System :: General, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: bugzilla, Unassigned)
Details
using the latest nightly the firefox.js file has:
pref("app.version",
"1.0"
);
pref("app.build_id",
"0000000000"
);
---------------
two problems:
1) the file has double new lines. problem with convert from unix to dos?
2) buildid is 0000000000 should it be the build date?
Updated•18 years ago
|
Assignee: bryner → nobody
QA Contact: asa → build.config
Version: unspecified → Trunk
Comment 1•18 years ago
|
||
buildid is no longer in pref files
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → WORKSFORME
| Assignee | ||
Updated•6 years ago
|
Component: Build Config → General
Product: Firefox → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•