Gentoo Archives: gentoo-dev

From: Mike <mpagano@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] [PATCH v3 1/1] kernel-2.eclass: Support move of genpatches tarballs from /space/distfiles-local to devspace
Date: Sat, 12 Oct 2019 19:04:42
Message-Id: d19c2412-e700-8aae-acc9-b1e173338569@gentoo.org
In Reply to: Re: [gentoo-dev] [PATCH v3 1/1] kernel-2.eclass: Support move of genpatches tarballs from /space/distfiles-local to devspace by Mike Pagano
1 On 10/9/19 7:14 PM, Mike Pagano wrote:
2 > This change will support moving the genpatches tarballs from /space/distfiles-local to
3 > the devspace ~developer/public_html/dist/genpatches.
4 >
5 > Co-authored-by: Thomas Deutschmann <whissi@g.o>
6 >
7 > Signed-off-by: Mike Pagano <mpagano@g.o>
8 > ---
9 > eclass/kernel-2.eclass | 2 +-
10 > 1 file changed, 1 insertion(+), 1 deletion(-)
11 >
12 > diff --git a/eclass/kernel-2.eclass b/eclass/kernel-2.eclass
13 > index c5f35cd3e..62e6c23e1 100644
14 > --- a/eclass/kernel-2.eclass
15 > +++ b/eclass/kernel-2.eclass
16 > @@ -295,7 +295,7 @@ handle_genpatches() {
17 > UNIPATCH_LIST_GENPATCHES+=" ${DISTDIR}/${tarball}"
18 > debug-print "genpatches tarball: $tarball"
19 > fi
20 > - GENPATCHES_URI+=" ${use_cond_start}mirror://gentoo/${tarball}${use_cond_end}"
21 > + GENPATCHES_URI+=" ${use_cond_start}$(echo https://dev.gentoo.org/~{mpagano,whissi}/dist/genpatches/${tarball})${use_cond_end}"
22 > done
23 > }
24 >
25
26
27 This one committed. Thanks for all the review feedback.
28
29 --
30 2.21.0
31
32 --
33 Mike Pagano
34 Gentoo Developer - Kernel Project
35 Gentoo Sources - Member
36 E-Mail : mpagano@g.o
37 GnuPG FP : EEE2 601D 0763 B60F 848C 9E14 3C33 C650 B576 E4E3
38 Public Key : http://pgp.mit.edu:11371/pks/lookup?search=0xB576E4E3&op=index