From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6FA73138334 for ; Thu, 10 Oct 2019 10:04:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 583B5E0827; Thu, 10 Oct 2019 10:04:35 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 0BBFDE07FE for ; Thu, 10 Oct 2019 10:04:34 +0000 (UTC) Received: by smtp.gentoo.org (Postfix, from userid 2195) id F3EF734BAED; Thu, 10 Oct 2019 10:04:33 +0000 (UTC) Date: Thu, 10 Oct 2019 06:04:33 -0400 From: Mike Pagano To: gentoo-dev@lists.gentoo.org Subject: Re: [gentoo-dev] [PATCH 1/1] kernel-2.eclass: Support move of genpatches tarballs from /space/distfiles-local to devspace Message-ID: <20191010100433.GA19478@woodpecker.gentoo.org> References: <20191009170126.GB10720@woodpecker.gentoo.org> 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 X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.5.24 (2015-08-30) X-Archives-Salt: 54af3355-bb31-4e7e-9503-493756f140ab X-Archives-Hash: 790758747c36a0ca4a0d5bf1ba16f130 On Wed, Oct 09, 2019 at 06:23:06PM -0700, Alec Warner wrote: > On Wed, Oct 9, 2019 at 10:01 AM Mike Pagano <[1]mpagano@gentoo.org> > wrote: > > This change will support moving the genpatches tarballs from > /space/distfiles-local to > the devspace ~developer/public_html/dist/genpatches > > I think it would help if you discussed why we were making this change. > (I mean I can guess why, but it's not obvious.) > -A >  I was informed that use of /space/distfiles-local is deprecated in favor of devspace. https://devmanual.gentoo.org/general-concepts/mirrors/index.html > > Signed-off-by: Mike Pagano <[2]mpagano@gentoo.org> > --- >  eclass/kernel-2.eclass | 4 +++- >  1 file changed, 3 insertions(+), 1 deletion(-) > diff --git a/eclass/kernel-2.eclass b/eclass/kernel-2.eclass > index c5f35cd3e..0bc4f35de 100644 > --- a/eclass/kernel-2.eclass > +++ b/eclass/kernel-2.eclass > @@ -295,7 +295,9 @@ handle_genpatches() { >             UNIPATCH_LIST_GENPATCHES+=" > ${DISTDIR}/${tarball}" >             debug-print "genpatches tarball: > $tarball" >         fi > -        GENPATCHES_URI+=" > ${use_cond_start}mirror://gentoo/${tarball}${use_cond_end}" > +        GENPATCHES_URI+=" > ${use_cond_start}[3]https://dev.gentoo.org/~mpagano/dist/genpatches/ > ${tarball}${use_cond_end} > +           >  ${use_cond_start}[4]https://dev.gentoo.org/~whissi/dist/genpatches > /${tarball}${use_cond_end} > +           >  ${use_cond_start}[5]https://dev.gentoo.org/~alicef/dist/genpatches > /${tarball}${use_cond_end}" >     done >  } > -- > 2.21.0 > -- > Mike Pagano > Gentoo Developer - Kernel Project > Gentoo Sources - Member > E-Mail   : [6]mpagano@gentoo.org > GnuPG FP  : EEE2 601D 0763 B60F 848C 9E14 3C33 C650 B576 E4E3 > Public Key : > [7]http://pgp.mit.edu:11371/pks/lookup?search=0xB576E4E3&op=index > > References > > 1. mailto:mpagano@gentoo.org > 2. mailto:mpagano@gentoo.org > 3. https://dev.gentoo.org/~mpagano/dist/genpatches/${tarball}${use_cond_end} > 4. https://dev.gentoo.org/~whissi/dist/genpatches/${tarball}${use_cond_end} > 5. https://dev.gentoo.org/~alicef/dist/genpatches/${tarball}${use_cond_end} > 6. mailto:mpagano@gentoo.org > 7. http://pgp.mit.edu:11371/pks/lookup?search=0xB576E4E3&op=index -- Mike Pagano Gentoo Developer - Kernel Project Gentoo Sources - Member E-Mail : mpagano@gentoo.org GnuPG FP : EEE2 601D 0763 B60F 848C 9E14 3C33 C650 B576 E4E3 Public Key : http://pgp.mit.edu:11371/pks/lookup?search=0xB576E4E3&op=index