Closed
Bug 909190
Opened 12 years ago
Closed 12 years ago
xulrunner doesn't be uncompressed to correect directory on windows
Categories
(Firefox OS Graveyard :: GonkIntegration, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: yurenju, Assigned: yurenju)
References
Details
Attachments
(1 file)
STR:
1. boot a windows
2. make install-xulrunner-sdk
expected:
xulrunner will be downloaded and uncompressed to xulrunner-sdk-<VERSION>/
actually:
xunruller is uncompressed to xulrunner-sdk/ and try to write download url to xulrunner-sdk-<VERSION>/.url
Assignee | ||
Comment 1•12 years ago
|
||
tried unzip -jd but doesn't work.
Assignee | ||
Comment 2•12 years ago
|
||
Attachment #795286 -
Flags: review?(timdream)
Assignee | ||
Comment 3•12 years ago
|
||
I didn't find arguments for unzip can uncompress without first level directory, so used |mv| to move xulrunner-sdk to xulrunner-sdk-<VERSION>
Comment 4•12 years ago
|
||
Comment on attachment 795286 [details] [review]
github PR: https://github.com/mozilla-b2g/gaia/pull/11750
Please read the comment.
Attachment #795286 -
Flags: review?(timdream)
Assignee | ||
Comment 5•12 years ago
|
||
Comment on attachment 795286 [details] [review]
github PR: https://github.com/mozilla-b2g/gaia/pull/11750
Pull request updated, set r? flag again.
Attachment #795286 -
Flags: review?(timdream)
Updated•12 years ago
|
Comment 6•12 years ago
|
||
Is there something holding this up? I was told this morning that this would be landed ASAP today to get Windows desktop builds building again.
Updated•12 years ago
|
Attachment #795286 -
Flags: review?(timdream) → review+
Assignee | ||
Comment 7•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Comment 8•12 years ago
|
||
master: 0f7973288d7dad54130b867d5e937e36a2cc5bbe, reverted adb9190fedfafa89174f32e1eb520763b7b26fc3
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Comment 9•12 years ago
|
||
This patch will be integrated in the new patch for bug 906316.
Status: REOPENED → RESOLVED
Closed: 12 years ago → 12 years ago
Resolution: --- → WORKSFORME
Updated•12 years ago
|
Attachment mime type: text/plain → text/x-github-pull-request
You need to log in
before you can comment on or make changes to this bug.
Description
•