public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [RFC] MAINTAINERS: Remove or update no longer existing git trees
@ 2012-02-13 20:25 Joe Perches
  2012-02-13 20:45 ` H. Peter Anvin
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Joe Perches @ 2012-02-13 20:25 UTC (permalink / raw)
  To: LKML
  Cc: Dave Airlie, Dominik Brodowski, Guan Xuetao, H. Peter Anvin,
	James E.J. Bottomley, Len Brown, Paul Mundt, Mike Christie,
	Patrick McHardy, Samuel Ortiz, Steve French, Dave Kleikamp,
	Wim Van Sebroeck

Many git trees have not been restored to git.kernel.org
since the interruption of service last year.

Here's a list of currently non-existing kernel.org git
trees mentioned in MAINTAINERS:

T:	git git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/epip/linux-2.6-unicore32.git
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6.git
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6.git rmobile-latest
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6.git sh-latest
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/mnc/linux-2.6-iscsi.git
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-2.6.git
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-next-2.6.git
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6.git
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
T:	git git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git

Update locations, make trees exist again (with better non-2.6 names)
or delete?


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

* Re: [RFC] MAINTAINERS: Remove or update no longer existing git trees
  2012-02-13 20:25 [RFC] MAINTAINERS: Remove or update no longer existing git trees Joe Perches
@ 2012-02-13 20:45 ` H. Peter Anvin
  2012-02-14  7:01 ` Dominik Brodowski
  2012-02-15  7:45 ` Guan Xuetao
  2 siblings, 0 replies; 4+ messages in thread
From: H. Peter Anvin @ 2012-02-13 20:45 UTC (permalink / raw)
  To: Joe Perches
  Cc: LKML, Dave Airlie, Dominik Brodowski, Guan Xuetao,
	James E.J. Bottomley, Len Brown, Paul Mundt, Mike Christie,
	Patrick McHardy, Samuel Ortiz, Steve French, Dave Kleikamp,
	Wim Van Sebroeck

On 02/13/2012 12:25 PM, Joe Perches wrote:
> Many git trees have not been restored to git.kernel.org
> since the interruption of service last year.
>
> Here's a list of currently non-existing kernel.org git
> trees mentioned in MAINTAINERS:
>
> T:	git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git

Long since obsolete, replaced with the x86/boot branch in the tip tree.

	-hpa


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

* Re: [RFC] MAINTAINERS: Remove or update no longer existing git trees
  2012-02-13 20:25 [RFC] MAINTAINERS: Remove or update no longer existing git trees Joe Perches
  2012-02-13 20:45 ` H. Peter Anvin
@ 2012-02-14  7:01 ` Dominik Brodowski
  2012-02-15  7:45 ` Guan Xuetao
  2 siblings, 0 replies; 4+ messages in thread
From: Dominik Brodowski @ 2012-02-14  7:01 UTC (permalink / raw)
  To: Joe Perches
  Cc: LKML, Dave Airlie, Guan Xuetao, H. Peter Anvin,
	James E.J. Bottomley, Len Brown, Paul Mundt, Mike Christie,
	Patrick McHardy, Samuel Ortiz, Steve French, Dave Kleikamp,
	Wim Van Sebroeck

On Mon, Feb 13, 2012 at 12:25:39PM -0800, Joe Perches wrote:
> T:	git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git

Should be restored in the next few weeks.

Best,
	Dominik

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

* Re: [RFC] MAINTAINERS: Remove or update no longer existing git trees
  2012-02-13 20:25 [RFC] MAINTAINERS: Remove or update no longer existing git trees Joe Perches
  2012-02-13 20:45 ` H. Peter Anvin
  2012-02-14  7:01 ` Dominik Brodowski
@ 2012-02-15  7:45 ` Guan Xuetao
  2 siblings, 0 replies; 4+ messages in thread
From: Guan Xuetao @ 2012-02-15  7:45 UTC (permalink / raw)
  To: Joe Perches
  Cc: LKML, Dave Airlie, Dominik Brodowski, H. Peter Anvin,
	James E.J. Bottomley, Len Brown, Paul Mundt, Mike Christie,
	Patrick McHardy, Samuel Ortiz, Steve French, Dave Kleikamp,
	Wim Van Sebroeck

On Mon, 2012-02-13 at 12:25 -0800, Joe Perches wrote:
> Many git trees have not been restored to git.kernel.org
> since the interruption of service last year.
> 
> Here's a list of currently non-existing kernel.org git
> trees mentioned in MAINTAINERS:
> 

> T:	git git://git.kernel.org/pub/scm/linux/kernel/git/epip/linux-2.6-unicore32.git

This repo can be removed now, and I will re-establish new tree when I
get the account back.

Thanks.

Guan Xuetao



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

end of thread, other threads:[~2012-02-15  8:43 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-13 20:25 [RFC] MAINTAINERS: Remove or update no longer existing git trees Joe Perches
2012-02-13 20:45 ` H. Peter Anvin
2012-02-14  7:01 ` Dominik Brodowski
2012-02-15  7:45 ` Guan Xuetao

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox