From: Tony Lindgren <tony@atomide.com>
To: Felipe Contreras <felipe.contreras@gmail.com>
Cc: "linux-omap@vger.kernel.org List" <linux-omap@vger.kernel.org>
Subject: Re: HTTP url not working
Date: Tue, 7 Oct 2008 10:27:53 +0300 [thread overview]
Message-ID: <20081007072752.GC21037@atomide.com> (raw)
In-Reply-To: <20081007070241.GB21037@atomide.com>
* Tony Lindgren <tony@atomide.com> [081007 09:59]:
> * Felipe Contreras <felipe.contreras@gmail.com> [081006 17:44]:
> > Hi,
> >
> > The http url doesn't seem to be working anymore:
> > http://www.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git
> >
> > Can you?
> > mv .git/post-update{.sample,}
>
> Hmm, I just did a git-clone over http, and it worked fine.
>
> Kevin just told me that the new pm branched don't show up over http,
> but do appear over git. Trying to debug.
Looks like it's some kernel.org mirroring issue with http.
If I edit .git/config to use git protocol:
url = git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git
And then pull:
$ rm .git/refs/remotes/origin/pm-*; git-pull -v
>From git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6
= [up to date] linus -> origin/linus
a58e707..62c36fd master -> origin/master
= [up to date] omap2-upstream -> origin/omap2-upstream
= [up to date] omap3-upstream -> origin/omap3-upstream
* [new branch] pm-0 -> origin/pm-0
* [new branch] pm-0.5 -> origin/pm-0.5
* [new branch] pm-1 -> origin/pm-1
* [new branch] pm-20081006 -> origin/pm-20081006
Already up-to-date.
It work fine.
But if I edit .git/config to use http protocol:
url = http://www.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git
And then pull:
$ rm .git/refs/remotes/origin/pm-*; git-pull -v
>From http://www.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6
= [up to date] linus -> origin/linus
+ 62c36fd...a58e707 master -> origin/master (forced update)
* [new branch] pm-0 -> origin/pm-0
* [new branch] pm-1 -> origin/pm-1
Already up-to-date.
It pulls something that's old.
Tony
next prev parent reply other threads:[~2008-10-07 7:24 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-10-06 14:44 HTTP url not working Felipe Contreras
2008-10-07 7:02 ` Tony Lindgren
2008-10-07 7:27 ` Tony Lindgren [this message]
2008-10-07 12:58 ` Felipe Contreras
2008-10-07 14:00 ` Tony Lindgren
2008-10-07 15:44 ` Felipe Contreras
2008-10-07 16:12 ` Tony Lindgren
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20081007072752.GC21037@atomide.com \
--to=tony@atomide.com \
--cc=felipe.contreras@gmail.com \
--cc=linux-omap@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.