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 1C64E138334 for ; Thu, 10 Oct 2019 11:25:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0CA03E088F; Thu, 10 Oct 2019 11:25:45 +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 BC202E0884 for ; Thu, 10 Oct 2019 11:25:44 +0000 (UTC) Received: by smtp.gentoo.org (Postfix, from userid 2195) id AE4D634BAE5; Thu, 10 Oct 2019 11:25:43 +0000 (UTC) Date: Thu, 10 Oct 2019 07:25:43 -0400 From: Mike Pagano To: gentoo-dev@lists.gentoo.org Subject: Re: [gentoo-dev] [PATCH v4 1/1] kernel-2.eclass: Support move of genpatches tarballs from /space/distfiles-local to devspace Message-ID: <20191010112543.GA29016@woodpecker.gentoo.org> References: <20191009170126.GB10720@woodpecker.gentoo.org> <20191009193100.GA29752@woodpecker.gentoo.org> <12b7e760d85b6316c82fac167f57f7cc73fcd4d2.camel@gentoo.org> <20191009231419.GA21219@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=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.24 (2015-08-30) X-Archives-Salt: 6cb2aecf-adcf-4e04-95f2-7a89c625b571 X-Archives-Hash: 842b8f6188e2c5d9fe1c3d1ff9a8ad9d This change will support moving the genpatches tarballs from /space/distfiles-local to the devspace ~developer/public_html/dist/genpatches. Additional modifications based on feedback. 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..42307b963 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 } -- 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