Closed
Bug 1100750
Opened 10 years ago
Closed 10 years ago
Handle developer usernames that contain unacceptable characters like '-'
Categories
(Firefox Build System :: Android Studio and Gradle Integration, defect)
Firefox Build System
Android Studio and Gradle Integration
All
Android
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla36
People
(Reporter: rnewman, Assigned: rnewman)
Details
Attachments
(1 file)
1011 bytes,
patch
|
nalexander
:
review+
|
Details | Diff | Splinter Review |
E.g.,
13:47.89 /home/chun-min/Work/firefox/obj-arm-linux-androideabi/mobile/android/tests/background/junit3/AndroidManifest.xml:11: Tag <uses-permission> attribute name has invalid character '-'.
from
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.mozilla.gecko.browser.tests"
sharedUserId="org.mozilla.fennec_chun-min.sharedID"
Assignee | ||
Comment 1•10 years ago
|
||
Commands work in shell, so I'm assuming they'll work in the script itself.
Attachment #8524306 -
Flags: review?(nalexander)
Assignee | ||
Updated•10 years ago
|
Assignee: nobody → rnewman
Status: NEW → ASSIGNED
Comment 2•10 years ago
|
||
Comment on attachment 8524306 [details] [diff] [review]
Untested patch. v1
Review of attachment 8524306 [details] [diff] [review]:
-----------------------------------------------------------------
I see lots of sed in configure.in, so we should be okay here. If not, we'll back out :/
Might as well do it in b2g/branding/unofficial/configure.sh as well.
Attachment #8524306 -
Flags: review?(nalexander) → review+
Assignee | ||
Comment 3•10 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 36
Updated•6 years ago
|
Product: Firefox for Android → Firefox Build System
Target Milestone: Firefox 36 → mozilla36
You need to log in
before you can comment on or make changes to this bug.
Description
•