Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 461620 - the mozilla products should fetch the sources via http.
Summary: the mozilla products should fetch the sources via http.
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Eclasses (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Mozilla Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-13 11:01 UTC by Agostino Sarubbo
Modified: 2017-08-26 17:56 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2013-03-13 11:01:12 UTC
Actually the mozilla products fetches are done via ftp. The right way to do it is via http, because sometimes some people can be in a place where they can't use the port 21.
Comment 1 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2013-03-13 11:15:31 UTC
IMHO we should provide both protocols.

Right now we have MOZ_FTP_URI which is used in mozlinguas.eclass.

How about adding a MOZ_HTTP_URI variable and add both URIs to SRC_URI variable?
Comment 2 Jory A. Pratt gentoo-dev 2013-03-13 11:23:47 UTC
(In reply to comment #1)
> IMHO we should provide both protocols.
> 
> Right now we have MOZ_FTP_URI which is used in mozlinguas.eclass.
> 
> How about adding a MOZ_HTTP_URI variable and add both URIs to SRC_URI
> variable?

Is rather useless, http does not allow us to control the package, packages are always avaliable via ftp they are removed from http side when upstream is done and makes next release.
Comment 3 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2013-03-13 12:27:34 UTC
(In reply to comment #2)
> (In reply to comment #1)
> > IMHO we should provide both protocols.
> > 
> > Right now we have MOZ_FTP_URI which is used in mozlinguas.eclass.
> > 
> > How about adding a MOZ_HTTP_URI variable and add both URIs to SRC_URI
> > variable?
> 
> Is rather useless, http does not allow us to control the package, packages
> are always avaliable via ftp they are removed from http side when upstream
> is done and makes next release.

Is this true for the http://ftp.mozilla.org/pub/mozilla.org/ site?
Comment 4 Agostino Sarubbo gentoo-dev 2013-03-13 13:49:17 UTC
my bad, there is nothing to do with the eclass. We have the ftp:// directly in the ebuilds.
Comment 5 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2013-07-25 06:19:01 UTC
How about we add both, ftp _and_ http download URLs to the ebuilds/eclasses?

As long as we use "http://ftp.mozilla.org/..." older releases should still be fetchable.
Comment 6 Jory A. Pratt gentoo-dev 2017-08-26 17:56:33 UTC
If you feel I have closed your bug and it is still a current issue, please reopen and update it completely. We will not work bugs that have no ebuild in tree any longer or can not be reproduced with a current system.

Thank You for your support and understanding
The Mozilla Team