Closed Bug 757643 Opened 12 years ago Closed 12 years ago

package-name.txt messed up (probably due to licensing boilerplate change)

Categories

(Firefox for Android Graveyard :: General, defect)

ARM
Android
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED
Firefox 15

People

(Reporter: wlach, Assigned: wlach)

Details

Attachments

(1 file, 1 obsolete file)

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? :)
Trivial patch
Assignee: nobody → wlachance
Attachment #626222 - Flags: review?(mark.finkle)
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+
Risk of this is fairly minimal, but may as well do a try run overnight...
Hmm. I thought we didn't add boilerplate to .txt files. Sorry about that. Feel free to revert the change.

Gerv
Target Milestone: --- → Firefox 15
https://hg.mozilla.org/mozilla-central/rev/095af70a538b
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
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 → ---
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)
Attachment #627960 - Flags: review?(mark.finkle) → review+
https://hg.mozilla.org/mozilla-central/rev/5545fc494089
Status: REOPENED → RESOLVED
Closed: 12 years ago12 years ago
Resolution: --- → FIXED
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: