Closed
Bug 1016278
Opened 12 years ago
Closed 12 years ago
get /test/unit/_proxy.html and _sandbox in httpd extension
Categories
(Firefox OS Graveyard :: Gaia::Build, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: yurenju, Assigned: yurenju)
Details
Attachments
(1 file)
we copy _proxy.html & _sandbox.html from dev_apps/test-agent to all apps for now. we can just get those files in httpd extension and those files in apps/* and dev_apps/* are no longer needed.
| Assignee | ||
Comment 1•12 years ago
|
||
WIP here. Julien, what do you think for this solution? is it a good idea to avoid source trre pollution in apps/* & dev_apps/* on build time?
https://github.com/yurenju/gaia/commit/de48eb0bd83680c92cb3e0c8918b2fc9beb7350c
Flags: needinfo?(felash)
Comment 2•12 years ago
|
||
Yep, why not !
How do we clean up existing files? Should we remove them from .gitignore and ask everyone to run "git clean"?
Flags: needinfo?(felash)
| Assignee | ||
Comment 3•12 years ago
|
||
| Assignee | ||
Comment 4•12 years ago
|
||
| Assignee | ||
Updated•12 years ago
|
Attachment #8438310 -
Flags: review?(timdream)
Comment 5•12 years ago
|
||
Comment on attachment 8438310 [details] [review]
github PR: https://github.com/mozilla-b2g/gaia/pull/20352
This likes like more hacks in httpd server, however it makes hacks concentrate in httpd so let's do it.
In the long run we probably should decouple DEBUG=1 profile v.s. environment for running unit tests so we could get rid of DEBUG=1.
Attachment #8438310 -
Flags: review?(timdream) → review+
| Assignee | ||
Updated•12 years ago
|
Assignee: nobody → yurenju.mozilla
| Assignee | ||
Comment 6•12 years ago
|
||
last travis and try server:
https://travis-ci.org/mozilla-b2g/gaia/builds/27383300
https://tbpl.mozilla.org/?tree=Gaia-Try&rev=c2041edf19c7
| Assignee | ||
Comment 7•12 years ago
|
||
all green, merged.
https://travis-ci.org/mozilla-b2g/gaia/builds/27383300
https://github.com/mozilla-b2g/gaia/commit/2ba4556782ed6a4f85e3de91be89bf587666a743
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•