Closed
Bug 494531
Opened 16 years ago
Closed 16 years ago
updater.ini borked for mac/linux l10n builds
Categories
(Firefox Build System :: General, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 488936
mozilla3.5
People
(Reporter: Pike, Unassigned)
Details
Looking at the builds logs for mac and linux repacks, updater.ini is broken on non-windows platforms.
http://tinderbox.mozilla.org/showlog.cgi?log=Mozilla-l10n-oc/1243018580.1243018647.17183.gz&fulltext=1 and http://tinderbox.mozilla.org/showlog.cgi?log=Mozilla-l10n-oc/1243018580.1243018651.17191.gz&fulltext=1 are examples, this is not tied to a particular locale, though.
It seems that somehow the pipe doesn't make it into the build, no idea what's going on.
Rob, hg blame has you on that, can you look at that?
Smells like an obvious 3.5 blocker to me, I didn't dive into actual builds to see what they have in there.
Flags: blocking-firefox3.5?
Reporter | ||
Comment 1•16 years ago
|
||
FWIW, the culprit in the log is
cat /builds/moz2_slave/mozilla-1.9.1-linux-l10n-nightly/build/releases/l10n-mozilla-1.9.1/oc/browser/updater/updater.ini \
sed -e "s/^InfoText=/Info=/" -e "s/^TitleText=/Title=/" | \
sed -e "s/%MOZ_APP_DISPLAYNAME%/Shiretoko/" > \
../../dist/xpi-stage/locale-oc/updater.ini
cat: sed: No such file or directory
cat: s/^InfoText=/Info=/: No such file or directory
cat: s/^TitleText=/Title=/: No such file or directory
The updater.ini in the occitan linux build is
; This file is in the UTF-8 encoding$
[Strings]$
TitleText=Mesa a jorn de Shiretoko$
InfoText=Shiretoko es a installar vM-CM-2stras mesas a jorn e aviarM-CM- dins un momentonM-bM-^@M-&$
which in no way resembles what's in the repository,
; This file is in the UTF-8 encoding
[Strings]
TitleText=Mesa a jorn de %MOZ_APP_DISPLAYNAME%
InfoText=%MOZ_APP_DISPLAYNAME% es a installar vòstras mesas a jorn e aviarà dins un momenton…
Comment 2•16 years ago
|
||
This should be fixed by
http://hg.mozilla.org/releases/mozilla-1.9.1/rev/ae314e1051b6
I verified that it is on a Linux Tinderbox build and locally on Mac OS X.
Since the patch that fixed this is in Bug 488936 resolving this bug as a dupe of it.
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → DUPLICATE
Comment 3•16 years ago
|
||
fyi: I also just re-verified that it is fixed
Updated•16 years ago
|
Flags: blocking-firefox3.5?
Assignee | ||
Updated•6 years ago
|
Component: Build Config → General
Product: Firefox → Firefox Build System
Updated•6 years ago
|
Target Milestone: Firefox 3.5 → mozilla3.5
You need to log in
before you can comment on or make changes to this bug.
Description
•