All of lore.kernel.org
 help / color / mirror / Atom feed
* looking for 3.0 source
@ 2011-09-14 19:12 Littlefield, Tyler
  2011-09-14 22:08 ` Mirco Tischler
  0 siblings, 1 reply; 7+ messages in thread
From: Littlefield, Tyler @ 2011-09-14 19:12 UTC (permalink / raw)
  To: kernelnewbies

Hello:
With the recent attacks on kernel.org, it's down and I'm unsure of where 
to get what I want. I found the 2.6 branch on github, but I'm looking 
for kernel 3.0's source, not 3.4 or whatever we're on now. Is there 
somewhere I can get it?

-- 

Take care,
Ty
Web: http://tds-solutions.net
The Aspen project: a light-weight barebones mud engine
http://code.google.com/p/aspenmud

Sent from my toaster.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* looking for 3.0 source
  2011-09-14 19:12 looking for 3.0 source Littlefield, Tyler
@ 2011-09-14 22:08 ` Mirco Tischler
  2011-09-21  2:08   ` Jacky Lam
  0 siblings, 1 reply; 7+ messages in thread
From: Mirco Tischler @ 2011-09-14 22:08 UTC (permalink / raw)
  To: kernelnewbies

2011/9/14 Littlefield, Tyler <tyler@tysdomain.com>:
> Hello:
> With the recent attacks on kernel.org, it's down and I'm unsure of where
> to get what I want. I found the 2.6 branch on github, but I'm looking
> for kernel 3.0's source, not 3.4 or whatever we're on now. Is there
> somewhere I can get it?

https://github.com/torvalds/linux is a clone of the main git repo on
kernel.org. It contains all versions since 2.6.11, including 3.0 and
the most recent 3.1-rc6. You can even download the tarballs there.

 Mirco

^ permalink raw reply	[flat|nested] 7+ messages in thread

* looking for 3.0 source
  2011-09-14 22:08 ` Mirco Tischler
@ 2011-09-21  2:08   ` Jacky Lam
  2011-09-21  9:57     ` Mirco Tischler
  2011-09-21 11:27     ` Pritam Bankar
  0 siblings, 2 replies; 7+ messages in thread
From: Jacky Lam @ 2011-09-21  2:08 UTC (permalink / raw)
  To: kernelnewbies

Thanks Mirco. But how about if I want to download 3.0.4 source?

Jacky

On 9/15/2011 6:08 AM, Mirco Tischler wrote:
> 2011/9/14 Littlefield, Tyler<tyler@tysdomain.com>:
>> Hello:
>> With the recent attacks on kernel.org, it's down and I'm unsure of where
>> to get what I want. I found the 2.6 branch on github, but I'm looking
>> for kernel 3.0's source, not 3.4 or whatever we're on now. Is there
>> somewhere I can get it?
> https://github.com/torvalds/linux is a clone of the main git repo on
> kernel.org. It contains all versions since 2.6.11, including 3.0 and
> the most recent 3.1-rc6. You can even download the tarballs there.
>
>   Mirco
>
> _______________________________________________
> Kernelnewbies mailing list
> Kernelnewbies at kernelnewbies.org
> http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
>

^ permalink raw reply	[flat|nested] 7+ messages in thread

* looking for 3.0 source
  2011-09-21  2:08   ` Jacky Lam
@ 2011-09-21  9:57     ` Mirco Tischler
  2011-09-21 10:05       ` Vishnupradeep
  2011-09-21 13:33       ` Greg KH
  2011-09-21 11:27     ` Pritam Bankar
  1 sibling, 2 replies; 7+ messages in thread
From: Mirco Tischler @ 2011-09-21  9:57 UTC (permalink / raw)
  To: kernelnewbies

2011/9/21 Jacky Lam <lamshuyin@gmail.com>:
> Thanks Mirco. But how about if I want to download 3.0.4 source?
>
> Jacky
I don't know of any public non-kernel.org mirrors of the stable branches.

Greg, are there any?

Thanks
Mirco

^ permalink raw reply	[flat|nested] 7+ messages in thread

* looking for 3.0 source
  2011-09-21  9:57     ` Mirco Tischler
@ 2011-09-21 10:05       ` Vishnupradeep
  2011-09-21 13:33       ` Greg KH
  1 sibling, 0 replies; 7+ messages in thread
From: Vishnupradeep @ 2011-09-21 10:05 UTC (permalink / raw)
  To: kernelnewbies

On Wed, Sep 21, 2011 at 3:27 PM, Mirco Tischler <mt-ml@gmx.de> wrote:

> 2011/9/21 Jacky Lam <lamshuyin@gmail.com>:
> > Thanks Mirco. But how about if I want to download 3.0.4 source?
> >
> > Jacky
> I don't know of any public non-kernel.org mirrors of the stable branches.
>
https://github.com/torvalds/linux/tree/v3.0
i think this is what you are looking for.

>
> Greg, are there any?
>
> Thanks
> Mirco
>
> _______________________________________________
> Kernelnewbies mailing list
> Kernelnewbies at kernelnewbies.org
> http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.kernelnewbies.org/pipermail/kernelnewbies/attachments/20110921/b34999e2/attachment.html 

^ permalink raw reply	[flat|nested] 7+ messages in thread

* looking for 3.0 source
  2011-09-21  2:08   ` Jacky Lam
  2011-09-21  9:57     ` Mirco Tischler
@ 2011-09-21 11:27     ` Pritam Bankar
  1 sibling, 0 replies; 7+ messages in thread
From: Pritam Bankar @ 2011-09-21 11:27 UTC (permalink / raw)
  To: kernelnewbies

I think if have git installed then LXR might do it for you.

On Wed, Sep 21, 2011 at 7:38 AM, Jacky Lam <lamshuyin@gmail.com> wrote:

> Thanks Mirco. But how about if I want to download 3.0.4 source?
>
> Jacky
>
> On 9/15/2011 6:08 AM, Mirco Tischler wrote:
> > 2011/9/14 Littlefield, Tyler<tyler@tysdomain.com>:
> >> Hello:
> >> and I'm unsure of where
> >> to get what I want. I found the 2.6 branch on github, but I'm looking
> >> for kernel 3.0's source, not 3.4 or whatever we're on now. Is there
> >> somewhere I can get it?
> > https://github.com/torvalds/linux is a clone of the main git repo on
> > kernel.org. It contains all versions since 2.6.11, including 3.0 and
> > the most recent 3.1-rc6. You can even download the tarballs there.
> >
> >   Mirco
> >
> > _______________________________________________
> > Kernelnewbies mailing list
> > Kernelnewbies at kernelnewbies.org
> > http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
> >
>
>
> _______________________________________________
> Kernelnewbies mailing list
> Kernelnewbies at kernelnewbies.org
> http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
>



-- 

Pritam Bankar
With the recent attacks on kernel.org, it's down
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.kernelnewbies.org/pipermail/kernelnewbies/attachments/20110921/5a01d832/attachment.html 

^ permalink raw reply	[flat|nested] 7+ messages in thread

* looking for 3.0 source
  2011-09-21  9:57     ` Mirco Tischler
  2011-09-21 10:05       ` Vishnupradeep
@ 2011-09-21 13:33       ` Greg KH
  1 sibling, 0 replies; 7+ messages in thread
From: Greg KH @ 2011-09-21 13:33 UTC (permalink / raw)
  To: kernelnewbies

On Wed, Sep 21, 2011 at 11:57:13AM +0200, Mirco Tischler wrote:
> 2011/9/21 Jacky Lam <lamshuyin@gmail.com>:
> > Thanks Mirco. But how about if I want to download 3.0.4 source?
> >
> > Jacky
> I don't know of any public non-kernel.org mirrors of the stable branches.
> 
> Greg, are there any?

Not that I know of at the moment, sorry.

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2011-09-21 13:33 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-14 19:12 looking for 3.0 source Littlefield, Tyler
2011-09-14 22:08 ` Mirco Tischler
2011-09-21  2:08   ` Jacky Lam
2011-09-21  9:57     ` Mirco Tischler
2011-09-21 10:05       ` Vishnupradeep
2011-09-21 13:33       ` Greg KH
2011-09-21 11:27     ` Pritam Bankar

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.