Closed
Bug 801595
Opened 13 years ago
Closed 6 years ago
make MOZ_PKG_PRETTYNAMES work for fennec
Categories
(Firefox for Android Graveyard :: General, defect)
Firefox for Android Graveyard
General
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: bhearsum, Unassigned)
References
Details
We've been disabling this for Fennec for a long time, it seems, because package-name.mk isn't set-up correctly for Fennec. We have packages like, which include the platform name + locale in the filename (despite it being in the path):
android/en-US/fennec-16.0.1.en-US.android-arm.apk
android-armv6/multi/fennec-17.0b1.multi.android-arm-armv6.apk
android/armv6/en-US/fennec-17.0b1.en-US.android-arm-armv6.apk
Pretty names doesn't have any special behaviour for Android, so these files will end up as "fennec-17.0b1.apk". We should add a block around here to fix this: https://github.com/mozilla/mozilla-central/blob/master/toolkit/mozapps/installer/package-name.mk#L94
Or we should stop caring about the locale/platform being in the filename. Either way.
Comment 1•6 years ago
|
||
Closing all opened bug in a graveyard component
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•