Closed
Bug 1271053
Opened 9 years ago
Closed 9 years ago
Flame transition build
Categories
(Firefox OS Graveyard :: B2gInstaller, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jovan.gerodetti, Assigned: jovan.gerodetti)
Details
Attachments
(1 file)
I would like to add my flame transition build.
I'm going to try to update it weekly.
| Assignee | ||
Comment 1•9 years ago
|
||
Attachment #8750003 -
Flags: review?(lissyx+mozillians)
Comment 2•9 years ago
|
||
Thanks for your PR!
Are you sure this is working? I cannot your URL to work with curl. You should make sure this works by:
- open about:config
- right click, add new value
- make it a string value, being named extensions.b2g-installer@mozilla.org.builds
- use the builds.json of your PR as value: https://raw.githubusercontent.com/TitanNano/b2g-installer-builds/master/builds.json
- unplug your flame
- reload the about:b2g-installer tab
- replug your flame
You should be able to install it.
From your link, it looks like the real good URL working with curl is: https://googledrive.com/host/0B179vm24EW9AV1l3WklqN25lMEE/flame/flame.blobfree-dist.latest.zip
Flags: needinfo?(titannanomail)
Updated•9 years ago
|
Attachment #8750003 -
Flags: review?(lissyx+mozillians)
Updated•9 years ago
|
Assignee: nobody → titannanomail
Status: UNCONFIRMED → ASSIGNED
Ever confirmed: true
| Assignee | ||
Comment 3•9 years ago
|
||
You are right.
I fixed the url and the add-on was able to download the build for me.
Flags: needinfo?(titannanomail)
| Assignee | ||
Updated•9 years ago
|
Attachment #8750003 -
Flags: review?(lissyx+mozillians)
Comment 4•9 years ago
|
||
Comment on attachment 8750003 [details] [review]
TitanNano:master > mozilla-b2g:master
Thanks! I will just need that you squash all your commits into one, and change the commit title to "Bug 1271053 - Flame transition build added r=gerard-majax". Then flag me needinfo? and I'll merge this!
Attachment #8750003 -
Flags: review?(lissyx+mozillians) → review+
Updated•9 years ago
|
Flags: needinfo?(titannanomail)
| Assignee | ||
Comment 5•9 years ago
|
||
no problem, done.
Flags: needinfo?(titannanomail) → needinfo?(lissyx+mozillians)
Comment 6•9 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
Flags: needinfo?(lissyx+mozillians)
Resolution: --- → FIXED
Comment 7•9 years ago
|
||
thanks!
Comment 8•9 years ago
|
||
I have a problem, I'm not able to download your build from the addon. Downloading via curl works though. Can you check on your side?
Flags: needinfo?(titannanomail)
Comment 9•9 years ago
|
||
Ok, it worked, but there is no progress information when using your hosting :/
| Assignee | ||
Comment 10•9 years ago
|
||
Hmmm I see.
This is probably googles fault and not something we can fix?
Flags: needinfo?(titannanomail) → needinfo?(lissyx+mozillians)
Comment 11•9 years ago
|
||
I cannot tell, maybe we should be smarter in the way we display it :)
Flags: needinfo?(lissyx+mozillians)
| Assignee | ||
Comment 12•9 years ago
|
||
Google doesn't send a Content-Length so we can't know how much we will receive.
Comment 13•9 years ago
|
||
(In reply to Jovan Gerodetti from comment #12)
> Google doesn't send a Content-Length so we can't know how much we will
> receive.
We could make use of Github release system to host it.
| Assignee | ||
Comment 14•9 years ago
|
||
(In reply to Alexandre LISSY :gerard-majax from comment #13)
> (In reply to Jovan Gerodetti from comment #12)
> > Google doesn't send a Content-Length so we can't know how much we will
> > receive.
>
> We could make use of Github release system to host it.
but if we use GitHub to host it, we don't have a static URL to always point to the latest build :/
Comment 15•9 years ago
|
||
(In reply to Jovan Gerodetti from comment #14)
> (In reply to Alexandre LISSY :gerard-majax from comment #13)
> > (In reply to Jovan Gerodetti from comment #12)
> > > Google doesn't send a Content-Length so we can't know how much we will
> > > receive.
> >
> > We could make use of Github release system to host it.
>
> but if we use GitHub to host it, we don't have a static URL to always point
> to the latest build :/
Of course we do, we can name the file as we want with the releases :)
| Assignee | ||
Comment 16•9 years ago
|
||
(In reply to Alexandre LISSY :gerard-majax from comment #15)
> (In reply to Jovan Gerodetti from comment #14)
> > (In reply to Alexandre LISSY :gerard-majax from comment #13)
> > > (In reply to Jovan Gerodetti from comment #12)
> > > > Google doesn't send a Content-Length so we can't know how much we will
> > > > receive.
> > >
> > > We could make use of Github release system to host it.
> >
> > but if we use GitHub to host it, we don't have a static URL to always point
> > to the latest build :/
>
> Of course we do, we can name the file as we want with the releases :)
but the URL is always:
https://github.com/mozilla-b2g/b2g-installer-builds/releases/download/[RELEASE TITLE]/[FILE NAME].zip
and we can't use the same release title twice :) For aries you also had to manually update the url in the builds.json
You need to log in
before you can comment on or make changes to this bug.
Description
•