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 707B1138334 for ; Sat, 12 Oct 2019 19:04:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 695E5E08A8; Sat, 12 Oct 2019 19:04:38 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 22089E087F for ; Sat, 12 Oct 2019 19:04:38 +0000 (UTC) Received: from [192.168.1.28] (pool-72-76-135-65.nwrknj.fios.verizon.net [72.76.135.65]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: mpagano) by smtp.gentoo.org (Postfix) with ESMTPSA id 454DA34BCA5 for ; Sat, 12 Oct 2019 19:04:36 +0000 (UTC) Subject: Re: [gentoo-dev] [PATCH v3 1/1] kernel-2.eclass: Support move of genpatches tarballs from /space/distfiles-local to devspace To: gentoo-dev@lists.gentoo.org References: <20191009170126.GB10720@woodpecker.gentoo.org> <20191009193100.GA29752@woodpecker.gentoo.org> <12b7e760d85b6316c82fac167f57f7cc73fcd4d2.camel@gentoo.org> <20191009231419.GA21219@woodpecker.gentoo.org> From: Mike Message-ID: Date: Sat, 12 Oct 2019 15:04:33 -0400 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.1.1 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 In-Reply-To: <20191009231419.GA21219@woodpecker.gentoo.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Archives-Salt: 8c48e9bb-35d3-4c4c-b082-2e2856590411 X-Archives-Hash: cbe7b3e918e19767e9b9cf35507b5232 On 10/9/19 7:14 PM, Mike Pagano wrote: > This change will support moving the genpatches tarballs from /space/distfiles-local to > the devspace ~developer/public_html/dist/genpatches. > > Co-authored-by: Thomas Deutschmann > > Signed-off-by: Mike Pagano > --- > eclass/kernel-2.eclass | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/eclass/kernel-2.eclass b/eclass/kernel-2.eclass > index c5f35cd3e..62e6c23e1 100644 > --- a/eclass/kernel-2.eclass > +++ b/eclass/kernel-2.eclass > @@ -295,7 +295,7 @@ 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}$(echo https://dev.gentoo.org/~{mpagano,whissi}/dist/genpatches/${tarball})${use_cond_end}" > done > } > This one committed. Thanks for all the review feedback. -- 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