git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Syncing up to a tree with a numeric EXTRAVERSION
@ 2008-07-14 19:24 vb
  2008-07-14 19:29 ` Miklos Vajna
  0 siblings, 1 reply; 3+ messages in thread
From: vb @ 2008-07-14 19:24 UTC (permalink / raw)
  To: git

I have vendor provided linux tree which includes some vendor specific
code. The tree's top level Makefile has this header:

VERSION = 2
PATCHLEVEL = 6
SUBLEVEL = 19
EXTRAVERSION = .2
NAME=Avast! A bilge rat!


so, this is what I want to pull from the repository to see what's
different. The thing is that when I go to the Makefile history in the
master git repository
(http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=history;f=Makefile;h=e3c5eb66ec52dee13127e3b2b83f84c3184bd8be;hb=bce7f793daec3e65ec5c5705d2457b81fe7b5725;pg=1)
I don't see a tag for this version, all which is there between 19-rc6
and 20-rc1 are

2006-12-14 	Linus Torvalds 	Linux v2.6.20-rc1  v2.6.20-rc1
2006-12-13 	Jeff Dike 	[PATCH] Fix crossbuilding checkstack
2006-12-12 	Samuel Tardieu 	Use consistent casing in help message
2006-12-10 	Oleg Verych 	[PATCH] kbuild: fix-rR-is-now-default
2006-11-29 	Linus Torvalds 	Linux 2.6.19 v2.6.19
2006-11-16 	Linus Torvalds 	Linux 2.6.19-rc6 v2.6.19-rc6

so, the question is where do I find the tree with the Makefile
EXTRAVERSION set to .2?


TIA,
vadim

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

* Re: Syncing up to a tree with a numeric EXTRAVERSION
  2008-07-14 19:24 Syncing up to a tree with a numeric EXTRAVERSION vb
@ 2008-07-14 19:29 ` Miklos Vajna
  2008-07-14 19:41   ` vb
  0 siblings, 1 reply; 3+ messages in thread
From: Miklos Vajna @ 2008-07-14 19:29 UTC (permalink / raw)
  To: vb; +Cc: git

[-- Attachment #1: Type: text/plain, Size: 373 bytes --]

On Mon, Jul 14, 2008 at 12:24:33PM -0700, vb <vb@vsbe.com> wrote:
> VERSION = 2
> PATCHLEVEL = 6
> SUBLEVEL = 19
> EXTRAVERSION = .2
> NAME=Avast! A bilge rat!
> 
> (...)
> 
> so, the question is where do I find the tree with the Makefile
> EXTRAVERSION set to .2?

git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-2.6.19.y.git ?

Hope this helps.

[-- Attachment #2: Type: application/pgp-signature, Size: 197 bytes --]

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

* Re: Syncing up to a tree with a numeric EXTRAVERSION
  2008-07-14 19:29 ` Miklos Vajna
@ 2008-07-14 19:41   ` vb
  0 siblings, 0 replies; 3+ messages in thread
From: vb @ 2008-07-14 19:41 UTC (permalink / raw)
  To: Miklos Vajna; +Cc: git

On Mon, Jul 14, 2008 at 12:29 PM, Miklos Vajna <vmiklos@frugalware.org> wrote:
> On Mon, Jul 14, 2008 at 12:24:33PM -0700, vb <vb@vsbe.com> wrote:
>> VERSION = 2
>> PATCHLEVEL = 6
>> SUBLEVEL = 19
>> EXTRAVERSION = .2
>> NAME=Avast! A bilge rat!
>>
>> (...)
>>
>> so, the question is where do I find the tree with the Makefile
>> EXTRAVERSION set to .2?
>
> git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-2.6.19.y.git ?
>
> Hope this helps.
>

It certainly does, and it was quick too! Thanks a lot!

/vb

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

end of thread, other threads:[~2008-07-14 19:42 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-14 19:24 Syncing up to a tree with a numeric EXTRAVERSION vb
2008-07-14 19:29 ` Miklos Vajna
2008-07-14 19:41   ` vb

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).