Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1533649 > unrolled thread

Re: linux-next: problems fetching the drm-intel, etc trees

Started byRob Clark <robdclark@gmail.com>
First post2016-11-30 23:50 +0100
Last post2016-12-01 22:00 +0100
Articles 4 — 3 participants

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: linux-next: problems fetching the drm-intel, etc trees Rob Clark <robdclark@gmail.com> - 2016-11-30 23:50 +0100
    Re: linux-next: problems fetching the drm-intel, etc trees Stephen Rothwell <sfr@canb.auug.org.au> - 2016-12-01 00:20 +0100
    Re: linux-next: problems fetching the drm-intel, etc trees Stephen Rothwell <sfr@canb.auug.org.au> - 2016-12-01 21:50 +0100
      Re: linux-next: problems fetching the drm-intel, etc trees Daniel Stone <daniel@fooishbar.org> - 2016-12-01 22:00 +0100

#1533649 — Re: linux-next: problems fetching the drm-intel, etc trees

FromRob Clark <robdclark@gmail.com>
Date2016-11-30 23:50 +0100
SubjectRe: linux-next: problems fetching the drm-intel, etc trees
Message-ID<sJlRo-3GR-19@gated-at.bofh.it>
yeah, {cgit,anongit}.fd.o have been having problems all day.. (the ssh
git urls for folks who have push access work fine).. although it has
worked for me a couple times today, given enough time.

(not sure if we have github/etc mirrors somewhere?  I do have a github
clone of mesa which is up to date as of ~10min ago.. I could do the
same for other git trees if someone somewhere is stuck)

BR,
-R


On Wed, Nov 30, 2016 at 5:39 PM, Stephen Rothwell <sfr@canb.auug.org.au> wrote:
> Hi all,
>
> There is something seriaously wrong with anongit.freedesktop.org this
> morning.  Fething trees from there takes an enormous amount of time -
> so long that I had to abort the fetches ...
>
> --
> Cheers,
> Stephen Rothwell
> _______________________________________________
> dri-devel mailing list
> dri-devel@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/dri-devel

[toc] | [next] | [standalone]


#1533666

FromStephen Rothwell <sfr@canb.auug.org.au>
Date2016-12-01 00:20 +0100
Message-ID<sJmkp-4c1-3@gated-at.bofh.it>
In reply to#1533649
Hi Rob,

On Wed, 30 Nov 2016 17:49:24 -0500 Rob Clark <robdclark@gmail.com> wrote:
>
> yeah, {cgit,anongit}.fd.o have been having problems all day.. (the ssh
> git urls for folks who have push access work fine).. although it has
> worked for me a couple times today, given enough time.
> 
> (not sure if we have github/etc mirrors somewhere?  I do have a github
> clone of mesa which is up to date as of ~10min ago.. I could do the
> same for other git trees if someone somewhere is stuck)

I have managed (with a lot of persistence) to fetch all the trees I
need from there today.

-- 
Cheers,
Stephen Rothwell

[toc] | [prev] | [next] | [standalone]


#1534431

FromStephen Rothwell <sfr@canb.auug.org.au>
Date2016-12-01 21:50 +0100
Message-ID<sJGsN-1Sz-7@gated-at.bofh.it>
In reply to#1533649
Hi Daniel,

On Thu, 01 Dec 2016 11:02:26 +0000 Daniel Stone <daniels@collabora.com> wrote:
>
> On Nov 30 2016, at 10:49 pm, Rob Clark <robdclark@gmail.com> wrote:  
> 
> > yeah, {cgit,anongit}.fd.o have been having problems all day.. (the ssh    
> git urls for folks who have push access work fine).. although it has  
> worked for me a couple times today, given enough time.
> >  
> > (not sure if we have github/etc mirrors somewhere? I do have a github    
> clone of mesa which is up to date as of ~10min ago.. I could do the  
> same for other git trees if someone somewhere is stuck)
> 
> Sorry about this, it is quite bad. I think having mirrors for the key DRM
> trees on GitHub is a good idea though, and I can get to setting that up.
> Stephen, you need DRM (airlied), drm-misc, drm-panel, drm-intel, drm-tegra,
> drm-exynos and drm-msm, right?

Well, here are the trees I fetch from *.freedesktop.org:

drm-intel-fixes	git://anongit.freedesktop.org/drm-intel	for-linux-next-fixes
drm-misc-fixes	git://anongit.freedesktop.org/drm/drm-misc	for-linux-next-fixes
drm		git://people.freedesktop.org/~airlied/linux.git	drm-next
drm-panel	git://anongit.freedesktop.org/tegra/linux.git	drm/panel/for-next
drm-intel	git://anongit.freedesktop.org/drm-intel	for-linux-next
drm-tegra	git://anongit.freedesktop.org/tegra/linux.git	drm/tegra/for-next
drm-misc	git://anongit.freedesktop.org/drm/drm-misc	for-linux-next
drm-msm		git://people.freedesktop.org/~robclark/linux	msm-next

I did not have any trouble with the people.fd.o ones.

> Though, whilst you're at it, I noticed that the drm-misc tree needs updating:
> it's now at git://anongit.freedesktop.org/drm/drm-misc, rather than a branch
> of drm-intel.

I was informed, thanks.

Having mirrors is probably more effort for me than the slight outage
was (I would have to modify my control file for the outage period).  I
can merely use the version of a tree I already have if I can't fetch it
for a day or so.  If you were to have official mirrors, then
git.kernel.org makes more sense for the kernel parts anyway.

-- 
Cheers,
Stephen Rothwell

[toc] | [prev] | [next] | [standalone]


#1534436

FromDaniel Stone <daniel@fooishbar.org>
Date2016-12-01 22:00 +0100
Message-ID<sJGCt-1Xj-11@gated-at.bofh.it>
In reply to#1534431
Hi Stephen,

On 1 December 2016 at 20:45, Stephen Rothwell <sfr@canb.auug.org.au> wrote:
> On Thu, 01 Dec 2016 11:02:26 +0000 Daniel Stone <daniels@collabora.com> wrote:
>> Sorry about this, it is quite bad. I think having mirrors for the key DRM
>> trees on GitHub is a good idea though, and I can get to setting that up.
>> Stephen, you need DRM (airlied), drm-misc, drm-panel, drm-intel, drm-tegra,
>> drm-exynos and drm-msm, right?
>
> Well, here are the trees I fetch from *.freedesktop.org:
>
> [...]
>
> I did not have any trouble with the people.fd.o ones.

That's actually interesting, given that they lie on the same host.
Perhaps it means that the locally-mounted ones were fine, and it was
the NFS (cough) mount between git/anongit which took a dive ... thanks
for the datapoint!

Cheers,
Daniel

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web