From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id B835D138CA2 for ; Thu, 23 Apr 2015 03:20:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 99F72E0880; Thu, 23 Apr 2015 03:20:17 +0000 (UTC) Received: from mail-ie0-f172.google.com (mail-ie0-f172.google.com [209.85.223.172]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5A010E0876 for ; Thu, 23 Apr 2015 03:20:16 +0000 (UTC) Received: by iecrt8 with SMTP id rt8so52121064iec.0 for ; Wed, 22 Apr 2015 20:20:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=yCrE9C7r5C6oYGJa7opELIdkZ8VpzkwI58hPX37hi8k=; b=LbZs+5CbFd/7Tofv19TqwtiHUYOK5hSjkwdGEa8zrmmsWBQbolDeY5M2Td2UWJbBVH Kk6VVvplDF30QFvgG78LKUjF3KJC/Ua0G3tBQz7zRSfQCuq6MycLXvZw7+D/fYUH0bei OI+J2nsbb56oikN6FtMcin+wrimSBgwWNwhxyFYzaI0kXB6TAQ+GPpfikhB92RDG858r OUuAVw3qbcI2EOSTgXQm/70HAYlFDlVx12DTMYmdSeGyPzTLCUPSbunD17d2mVm+l/07 2jqagmDvRsJq+CKLWNV73jQkFDfDkY2cQKbW9893i4jGpY+Exa2533UflhK/AVritpto JMPQ== Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org MIME-Version: 1.0 X-Received: by 10.42.128.84 with SMTP id l20mr1322437ics.21.1429759215631; Wed, 22 Apr 2015 20:20:15 -0700 (PDT) Received: by 10.64.18.167 with HTTP; Wed, 22 Apr 2015 20:20:15 -0700 (PDT) In-Reply-To: References: Date: Thu, 23 Apr 2015 15:20:15 +1200 Message-ID: Subject: Re: [gentoo-dev] Re: git://anongit.gentoo.org is extremely slow From: Kent Fredric To: gentoo-dev Content-Type: multipart/alternative; boundary=20cf301afaf729839505145bc2ab X-Archives-Salt: 6b760981-a8cf-4b69-ad45-2e9fac0f638f X-Archives-Hash: 295c73ba835839c9f1bd597a61cdf873 --20cf301afaf729839505145bc2ab Content-Type: text/plain; charset=UTF-8 On 23 April 2015 at 15:07, Duncan <1i5t5.duncan@cox.net> wrote: > Perhaps the slashdot effect of everybody almost at once needing to delete > and (re)add their overlays in layman, thus forcing a new clone, > Eh? That seems incredibly wrong for git. git remote set-url master Would handle the git side. You can even tweak git to rewrite all urls for you, like: [url "git://anongit.gentoo.org"] insteadOf = git://git.overlays.gentoo.org Admittedly it may have been hard for layman to be intelligent about this, but requiring everyone to remove/add simply for a URI change strikes me as rather odd here. -- Kent *KENTNL* - https://metacpan.org/author/KENTNL --20cf301afaf729839505145bc2ab Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable

= On 23 April 2015 at 15:07, Duncan <1i5t5.duncan@cox.net> = wrote:
Perhaps the slashdot effect of everybody almost at o= nce needing to delete
and (re)add their overlays in layman, thus forcing a new clone,

Eh? That seems incredibly= wrong for git.

git remote set-url = master <newurl>

Would handle = the git side.

You can even tweak gi= t to rewrite all urls for you, like:

[url "git://anongit.gentoo.org= "]
=C2=A0=C2=A0=C2=A0 insteadO= f =3D git://git.overlays.gentoo.= org
=C2=A0=C2=A0=C2=A0
Admitted= ly it may have been hard for layman to be intelligent about this, but requi= ring everyone to remove/add simply for a URI change strikes me as rather od= d here.


--
Kent=

--20cf301afaf729839505145bc2ab--