Closed
Bug 757643
Opened 14 years ago
Closed 14 years ago
package-name.txt messed up (probably due to licensing boilerplate change)
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
Firefox 15
People
(Reporter: wlach, Assigned: wlach)
Details
Attachments
(1 file, 1 obsolete file)
|
277 bytes,
patch
|
mfinkle
:
review+
|
Details | Diff | Splinter Review |
Before today's nightly, package-name.txt inside the Android apk looked like this:
org.mozilla.fennec
Now it looks like:
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/. #
org.mozilla.fennec
This screws up code which tries to programatically get the package name from the apk, like Eideticker (https://wiki.mozilla.org/Project_Eideticker). This change was almost certainly unintentional -- is there anything we can do to get the old behaviour back? :)
| Assignee | ||
Comment 1•14 years ago
|
||
Trivial patch
Assignee: nobody → wlachance
Attachment #626222 -
Flags: review?(mark.finkle)
Comment 2•14 years ago
|
||
Comment on attachment 626222 [details] [diff] [review]
Quick patch to remove accidentally-added licensing boilerplate
Looks good to me. This file is designed to be read via a script, so the license is complicating things.
Attachment #626222 -
Flags: review?(mark.finkle) → review+
| Assignee | ||
Comment 3•14 years ago
|
||
Risk of this is fairly minimal, but may as well do a try run overnight...
Comment 4•14 years ago
|
||
Hmm. I thought we didn't add boilerplate to .txt files. Sorry about that. Feel free to revert the change.
Gerv
| Assignee | ||
Comment 5•14 years ago
|
||
Try run looks good: https://tbpl.mozilla.org/?tree=Try&rev=d2a83a5870f9
| Assignee | ||
Comment 6•14 years ago
|
||
| Assignee | ||
Updated•14 years ago
|
Target Milestone: --- → Firefox 15
Comment 7•14 years ago
|
||
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
| Assignee | ||
Comment 8•14 years ago
|
||
Unfortunately this patch did not properly fix the issue. A "#filter substition" token is needed at the top for this to work correctly. Boo on me for not testing whether my patch actually fixed the problem.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
| Assignee | ||
Comment 9•14 years ago
|
||
Hey Mark,
Sorry about this, but I need to reopen this bug and ask for another review. My previous patch did not properly fix the issue -- in retrospect I should have (1) done a straightforward revert and (2) actually tested to make sure that my patch had the desired effect. I thought this was so simple as to not require that (but somehow still did a try run anyway). Anyway, live and (re)learn, here's an updated patch. A speedy review would be helpful for Eideticker.
Attachment #626222 -
Attachment is obsolete: true
Attachment #627960 -
Flags: review?(mark.finkle)
Updated•14 years ago
|
Attachment #627960 -
Flags: review?(mark.finkle) → review+
| Assignee | ||
Comment 10•14 years ago
|
||
Comment 11•14 years ago
|
||
Status: REOPENED → RESOLVED
Closed: 14 years ago → 14 years ago
Resolution: --- → FIXED
Updated•5 years ago
|
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•