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 B7B7B138334 for ; Thu, 10 Oct 2019 01:23:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CE087E0829; Thu, 10 Oct 2019 01:23:18 +0000 (UTC) Received: from mail-io1-xd43.google.com (mail-io1-xd43.google.com [IPv6:2607:f8b0:4864:20::d43]) (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 70502E0819 for ; Thu, 10 Oct 2019 01:23:18 +0000 (UTC) Received: by mail-io1-xd43.google.com with SMTP id n26so9966173ioj.8 for ; Wed, 09 Oct 2019 18:23:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gentoo-org.20150623.gappssmtp.com; s=20150623; h=mime-version:references:in-reply-to:from:date:message-id:subject:to; bh=4hgHdN0dIKb6ojeCQ358/+HT/ZLPTxZj9lL3SKpvrRE=; b=YwrkmVk9mCMB3Qe40BibM49rQtxxeKKPtKgASsb6zBdfBuAG/UhZaWSGWGEQDZjgni Eh/6qJcIhAQqtZW5w9nyMGzC2xKK8Bx/+SMIZa2/3N5unUF2ngiki6Xxj4TJewUZ4C/D vVidOynWkOVItvWNa1zzvnNyDabXAnNOmHPtU464FMJaS6wbtY8x/F8ECmUQujp+lyyK V7HqCaKTOtqBlTpREip82rWY07LFPJVIfG5GUU8C+MLNsHyAgUO9JIVnkuO0n2dwkBZM Imi8V5Ks5tUHLd60qv0on/FOh4lEcg1PugqBv7ocfmWS68+txTY8CZv79I5O4SsWs0xT eZSA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to; bh=4hgHdN0dIKb6ojeCQ358/+HT/ZLPTxZj9lL3SKpvrRE=; b=S7lESuiQtIIQg3FLSwE8ujLM51Q26vD5s/5eMnxND1tSTs8g7RbG67CIUxZFxIA6ZC 3+9fFoflM3/aQrzA2CIazRIs1qqLnAF3tVf85x4ePITljB0po9BMwAxXBIvF8IMWYhCR M4HF1xL6Mk0jJF4meptyRaI2eLQ4YDt3leSWX5ShKvTUf1BEBqbYuJTAfcA32lanzMNC iORzg/pCN4dREkVHTYupcCvfV38LjabjnDJb2hgki7X0SYsebp4rNOkB1CaWlNG5giyb 9Sn+rg3UGJxBCjziJrts3xRtSPAq1emoVs3mDqPDX3hDVzAnO4Og8WQ/0611xlCT0wRt 3G/Q== X-Gm-Message-State: APjAAAWw4WeDYSXL621NSM4IiolSbTewlUw0uCFw6YYK78FLdAh8dnFI AKg9XnYUpHW9Rc48z5VRmjLG+Kk/0k47j6CMiz/h5MbA X-Google-Smtp-Source: APXvYqxik1d8vhv5s8WJ4XxnDLMqZCDNoIV0BMNOt/Eps4PnIA6/Hsf+/FrGK5B/2yRoM6Sm/Puvk7drfqkZsg/9SII= X-Received: by 2002:a5e:d90f:: with SMTP id n15mr997408iop.20.1570670597029; Wed, 09 Oct 2019 18:23:17 -0700 (PDT) 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 References: <20191009170126.GB10720@woodpecker.gentoo.org> In-Reply-To: <20191009170126.GB10720@woodpecker.gentoo.org> From: Alec Warner Date: Wed, 9 Oct 2019 18:23:06 -0700 Message-ID: Subject: Re: [gentoo-dev] [PATCH 1/1] kernel-2.eclass: Support move of genpatches tarballs from /space/distfiles-local to devspace To: Gentoo Dev Content-Type: multipart/alternative; boundary="000000000000fed9590594843e4a" X-Archives-Salt: e05ef454-760e-4a53-b87a-51cce7db77c5 X-Archives-Hash: aced6a4aed6b6338b37b86da76d06f85 --000000000000fed9590594843e4a Content-Type: text/plain; charset="UTF-8" On Wed, Oct 9, 2019 at 10:01 AM Mike Pagano 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 > > Signed-off-by: Mike Pagano > --- > 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} > https://dev.gentoo.org/~mpagano/dist/genpatches/${tarball}${use_cond_end} > + ${use_cond_start} > https://dev.gentoo.org/~whissi/dist/genpatches/${tarball}${use_cond_end} > + ${use_cond_start} > 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 : 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 > > --000000000000fed9590594843e4a Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
On Wed, Oct 9, 2019 at 10:01 AM Mike Paga= no <mpagano@gentoo.org> wro= te:
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
=C2=A0

Signed-off-by: Mike Pagano <mpagano@gentoo.org>
---
=C2=A0eclass/kernel-2.eclass | 4 +++-
=C2=A01 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() {
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0 UNIPATCH_LIST_GENPATCHES+=3D" ${DISTDIR}/${tarball}" =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0 debug-print "genpatches tarball: $tarball"
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 fi
-=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0GENPATCHES_URI+=3D&= quot; ${use_cond_start}mirror://gentoo/${tarball}${use_cond_end}"
+=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0GENPATCHES_URI+=3D&= quot; ${use_cond_start}https://dev.gentoo.org/~mpagano/dist/genpatches/${tarball}${use_cond_en= d}
+=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0${use_cond_start}https://dev.gentoo.org/~whissi/dist/genpatches/${tarball}${use_cond_= end}
+=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0${use_cond_start}https://dev.gentoo.org/~alicef/dist/genpatches/${tarball}${use_cond_= end}"
=C2=A0 =C2=A0 =C2=A0 =C2=A0 done
=C2=A0}

--
2.21.0

--
Mike Pagano
Gentoo Developer - Kernel Project
Gentoo Sources - Member
E-Mail=C2=A0 =C2=A0 =C2=A0: mpagano@gentoo.org
GnuPG FP=C2=A0 =C2=A0: EEE2 601D 0763 B60F 848C=C2=A0 9E14 3C33 C650 B576 E= 4E3
Public Key : http://pgp.mit.ed= u:11371/pks/lookup?search=3D0xB576E4E3&op=3Dindex

--000000000000fed9590594843e4a--