kernelnewbies.kernelnewbies.org archive mirror
 help / color / mirror / Atom feed
* Kernel source tagging
@ 2015-01-30  8:08 Xavier Naveira
  2015-01-30  8:14 ` Paul Bolle
  0 siblings, 1 reply; 3+ messages in thread
From: Xavier Naveira @ 2015-01-30  8:08 UTC (permalink / raw)
  To: kernelnewbies

Hi all,

Why doesn't the Linus tree have tags for the minor version updates of
the kernel, ie, 3.18.1, 3.18.2 etc? If i do:

$ git tag | grep 3\.18

The result is:

v3.18
v3.18-rc1
v3.18-rc2
v3.18-rc3
v3.18-rc4
v3.18-rc5
v3.18-rc6
v3.18-rc7

X

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

* Kernel source tagging
  2015-01-30  8:08 Kernel source tagging Xavier Naveira
@ 2015-01-30  8:14 ` Paul Bolle
  2015-01-30  8:17   ` Xavier Naveira
  0 siblings, 1 reply; 3+ messages in thread
From: Paul Bolle @ 2015-01-30  8:14 UTC (permalink / raw)
  To: kernelnewbies

On Fri, 2015-01-30 at 09:08 +0100, Xavier Naveira wrote:
> Why doesn't the Linus tree have tags for the minor version updates of
> the kernel, ie, 3.18.1, 3.18.2 etc? If i do:
> 
> $ git tag | grep 3\.18
> 
> The result is:
> 
> v3.18
> v3.18-rc1
> v3.18-rc2
> v3.18-rc3
> v3.18-rc4
> v3.18-rc5
> v3.18-rc6
> v3.18-rc7

You need to add the stable tree if you want those tags too. I always
forget the invocation of most git commands, such as the command to add
remotes, but this is my config:
    $ grep stable .git/config 
    [remote "linux-stable"]
	url = git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git
	fetch = +refs/heads/*:refs/remotes/linux-stable/*

Hope this helps,


Paul Bolle

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

* Kernel source tagging
  2015-01-30  8:14 ` Paul Bolle
@ 2015-01-30  8:17   ` Xavier Naveira
  0 siblings, 0 replies; 3+ messages in thread
From: Xavier Naveira @ 2015-01-30  8:17 UTC (permalink / raw)
  To: kernelnewbies

I see, thank you Paul!

X

On Fri, Jan 30, 2015 at 9:14 AM, Paul Bolle <pebolle@tiscali.nl> wrote:
> On Fri, 2015-01-30 at 09:08 +0100, Xavier Naveira wrote:
>> Why doesn't the Linus tree have tags for the minor version updates of
>> the kernel, ie, 3.18.1, 3.18.2 etc? If i do:
>>
>> $ git tag | grep 3\.18
>>
>> The result is:
>>
>> v3.18
>> v3.18-rc1
>> v3.18-rc2
>> v3.18-rc3
>> v3.18-rc4
>> v3.18-rc5
>> v3.18-rc6
>> v3.18-rc7
>
> You need to add the stable tree if you want those tags too. I always
> forget the invocation of most git commands, such as the command to add
> remotes, but this is my config:
>     $ grep stable .git/config
>     [remote "linux-stable"]
>         url = git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git
>         fetch = +refs/heads/*:refs/remotes/linux-stable/*
>
> Hope this helps,
>
>
> Paul Bolle
>

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

end of thread, other threads:[~2015-01-30  8:17 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-30  8:08 Kernel source tagging Xavier Naveira
2015-01-30  8:14 ` Paul Bolle
2015-01-30  8:17   ` Xavier Naveira

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).