All of lore.kernel.org
 help / color / mirror / Atom feed
* [linux-next] Not able to fetch next-20130321
@ 2013-03-21 14:50 Axel Lin
  2013-03-21 22:27 ` Stephen Rothwell
  0 siblings, 1 reply; 5+ messages in thread
From: Axel Lin @ 2013-03-21 14:50 UTC (permalink / raw)
  To: Stephen Rothwell; +Cc: linux-kernel

Hi Stephen,

I run "git remote update" but cannot find next-20130321 tag.
It seems the latest tag is "next-20130318".
https://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/

Can you take a look at this issue?

Thanks,
Axel



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

* Re: [linux-next] Not able to fetch next-20130321
  2013-03-21 14:50 [linux-next] Not able to fetch next-20130321 Axel Lin
@ 2013-03-21 22:27 ` Stephen Rothwell
  2013-03-22  8:51   ` Axel Lin
  0 siblings, 1 reply; 5+ messages in thread
From: Stephen Rothwell @ 2013-03-21 22:27 UTC (permalink / raw)
  To: Axel Lin; +Cc: linux-kernel

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

Hi Axel,

On Thu, 21 Mar 2013 22:50:18 +0800 Axel Lin <axel.lin@ingics.com> wrote:
>
> I run "git remote update" but cannot find next-20130321 tag.
> It seems the latest tag is "next-20130318".
> https://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/

It seems to have come good by the time I had a look.  And I am pretty
sure that people had downloaded next-20130320 ok.

-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au

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

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

* Re: [linux-next] Not able to fetch next-20130321
  2013-03-21 22:27 ` Stephen Rothwell
@ 2013-03-22  8:51   ` Axel Lin
  2013-03-22 12:35     ` Stephen Rothwell
  0 siblings, 1 reply; 5+ messages in thread
From: Axel Lin @ 2013-03-22  8:51 UTC (permalink / raw)
  To: Stephen Rothwell; +Cc: linux-kernel

2013/3/22 Stephen Rothwell <sfr@canb.auug.org.au>:
> Hi Axel,
>
> On Thu, 21 Mar 2013 22:50:18 +0800 Axel Lin <axel.lin@ingics.com> wrote:
>>
>> I run "git remote update" but cannot find next-20130321 tag.
>> It seems the latest tag is "next-20130318".
>> https://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/
>
> It seems to have come good by the time I had a look.  And I am pretty
> sure that people had downloaded next-20130320 ok.

Even with a fresh git clone, it still shows the latest commit is 20130318.

$ git clone git://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git

git log shows the latest commit is:
commit 0e78c0989334e9c1d578ba25621de14e8441d8b4
Author: Stephen Rothwell <sfr@canb.auug.org.au>
Date:   Mon Mar 18 16:10:47 2013 +1100

    Add linux-next specific files for 20130318

    Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>

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

* Re: [linux-next] Not able to fetch next-20130321
  2013-03-22  8:51   ` Axel Lin
@ 2013-03-22 12:35     ` Stephen Rothwell
  2013-03-23  3:07       ` Axel Lin
  0 siblings, 1 reply; 5+ messages in thread
From: Stephen Rothwell @ 2013-03-22 12:35 UTC (permalink / raw)
  To: Axel Lin; +Cc: linux-kernel

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

Hi Axel,

On Fri, 22 Mar 2013 16:51:40 +0800 Axel Lin <axel.lin@ingics.com> wrote:
>
> Even with a fresh git clone, it still shows the latest commit is 20130318.
> 
> $ git clone git://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
> 
> git log shows the latest commit is:
> commit 0e78c0989334e9c1d578ba25621de14e8441d8b4
> Author: Stephen Rothwell <sfr@canb.auug.org.au>
> Date:   Mon Mar 18 16:10:47 2013 +1100
> 
>     Add linux-next specific files for 20130318
> 
>     Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>

Very weird ... it works for me:

$ git clone --reference linus.git git://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git ntest
Cloning into 'ntest'...
remote: Counting objects: 192286, done.
remote: Compressing objects: 100% (34238/34238), done.
remote: Total 184570 (delta 165819), reused 166851 (delta 149091)
Receiving objects: 100% (184570/184570), 25.60 MiB | 886 KiB/s, done.
Resolving deltas: 100% (165819/165819), completed with 5985 local objects.
Checking out files: 100% (42561/42561), done.
$ cd ntest
$ git branch -v
* master 2db42b7 Add linux-next specific files for 20130322

-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au

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

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

* Re: [linux-next] Not able to fetch next-20130321
  2013-03-22 12:35     ` Stephen Rothwell
@ 2013-03-23  3:07       ` Axel Lin
  0 siblings, 0 replies; 5+ messages in thread
From: Axel Lin @ 2013-03-23  3:07 UTC (permalink / raw)
  To: Stephen Rothwell; +Cc: linux-kernel

2013/3/22 Stephen Rothwell <sfr@canb.auug.org.au>:
> Hi Axel,
>
> On Fri, 22 Mar 2013 16:51:40 +0800 Axel Lin <axel.lin@ingics.com> wrote:
>>
>> Even with a fresh git clone, it still shows the latest commit is 20130318.
>>
>> $ git clone git://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
>>
>> git log shows the latest commit is:
>> commit 0e78c0989334e9c1d578ba25621de14e8441d8b4
>> Author: Stephen Rothwell <sfr@canb.auug.org.au>
>> Date:   Mon Mar 18 16:10:47 2013 +1100
>>
>>     Add linux-next specific files for 20130318
>>
>>     Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
>
> Very weird ... it works for me:
>
> $ git clone --reference linus.git git://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git ntest
> Cloning into 'ntest'...
> remote: Counting objects: 192286, done.
> remote: Compressing objects: 100% (34238/34238), done.
> remote: Total 184570 (delta 165819), reused 166851 (delta 149091)
> Receiving objects: 100% (184570/184570), 25.60 MiB | 886 KiB/s, done.
> Resolving deltas: 100% (165819/165819), completed with 5985 local objects.
> Checking out files: 100% (42561/42561), done.
> $ cd ntest
> $ git branch -v
> * master 2db42b7 Add linux-next specific files for 20130322

Hi Stephen,
I figure out this issue now.

For some reason, I have below settings in /etc/hosts
149.20.4.72     git.kernel.org

Now the ip of git.kernel.org is 198.145.20.140.

Sorry for the noise.

Axel

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

end of thread, other threads:[~2013-03-23  3:07 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-03-21 14:50 [linux-next] Not able to fetch next-20130321 Axel Lin
2013-03-21 22:27 ` Stephen Rothwell
2013-03-22  8:51   ` Axel Lin
2013-03-22 12:35     ` Stephen Rothwell
2013-03-23  3:07       ` Axel Lin

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.