Closed
Bug 837636
Opened 13 years ago
Closed 13 years ago
The install.rdf is not well-formed XML for some langpacks
Categories
(mozilla.org :: FTP: Staging, task)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 833343
People
(Reporter: jhorak, Unassigned)
Details
Following langpacks have blank lines before "<?xml version="1.0"?>" declaration:
ar, bn-BD, ca, csb, fa, ff, gd, nso.
which makes install.rdf invalid XML files.
| Reporter | ||
Comment 1•13 years ago
|
||
At least this is valid for xpi files located here:
ftp://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/18.0.2-candidates/build1/linux-x86_64/xpi/
This makes mentioned langpacks unavailable for installation, because during installation they are reported as corrupted.
For example:
ftp://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/18.0.2-candidates/build1/linux-x86_64/xpi/fa.xpi
Error console output:
Timestamp: 02/11/2013 10:55:32 AM
Error: XML or text declaration not at start of entity
Source File: jar:file:///var/tmp/tmp-wso.xpi!/install.rdf
Line: 3, Column: 1
Source Code:
<?xml version="1.0"?>
Assignee: nobody → server-ops
Component: Localization → FTP: Staging
Product: Core → mozilla.org
QA Contact: mrz
Version: 18 Branch → other
Comment 2•13 years ago
|
||
There is an interesting difference between
http://hg.mozilla.org/l10n-central/fa/file/be5106767e62/browser/defines.inc
and
http://hg.mozilla.org/releases/l10n/mozilla-release/fa/file/33d9b9544b8f/browser/defines.inc
Comment 3•13 years ago
|
||
The emptyLines filter is on central, as seen in comment 2, but also aurora and beta:
http://hg.mozilla.org/releases/l10n/mozilla-aurora/fa/file/ea027d8331b6/browser/defines.inc
http://hg.mozilla.org/releases/l10n/mozilla-beta/fa/file/b9a57c52bbe9/browser/defines.inc
So this was likely fixed by bug 833343
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•