I don't think anybody is publishing a comprehensive set of SCM-derived source tarballs. As you say below, oesources.org was the closest to this but, since its demise, I don't think anybody else has stepped forwards to fill the vacancy. Some individual DISTROs do mirror the sources that they are using, and you might like to check whether your distro falls into that category, but I don't believe there is any cross-distribution source mirror at present.
Indeed, mirroring a full set of tarballs for every conceivable SRCDATE/SRCREV would be a somewhat daunting undertaking: a more feasible option would probably be to do an svn-over-http kind of proxy thing, where a request for something like http://svnproxy.oe.org/checkout?uri=svn://eleet.org/repository&rev=1234 would run the checkout in real time and hand you back a tarball. If you wanted to implement such a thing then it might be feasible to get it hosted on one of the oe.org machines. However, most/all recipes do offer at least one released tarball which you should be able to use rather than checking out from SCM every time. If you find a particular package whose sources are simply not available any other way than CVS or SVN then post the details here and someone may be able to point you at a tarball. p. On Mon, 2009-10-26 at 15:55 +0530, RK Raggit wrote: > anyone with some idea on this .. ? sorry for pushing , but i am kind of > evaluating OE and would like to know whether this is possible at all ? > > ...unblocking cvs,svn ports is defnitely not an option for me. > > --RK > > On Fri, Oct 23, 2009 at 4:51 PM, RK Raggit <[email protected]> wrote: > > > Hi there, > > > > I am building openembedded recipes but i am behind a proxy that only allows > > http accesses and blocks cvs,svn ports. > > > > I would like to know where i can obtain pristine OE package (tarball) > > sources from a HTTP link. I tried > > > > http://oesources.org/source/current > > > > ...but that link does not work. Could someone please guide me the correct > > link ? I will update my CVS_TARBALL_STASH > > variable with this link. > > > > Thanks > > RK > > > > > > > _______________________________________________ > Openembedded-devel mailing list > [email protected] > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
