Gentoo Archives: gentoo-dev

From: Alec Warner <antarus@g.o>
To: Gentoo Dev <gentoo-dev@l.g.o>
Subject: Re: [gentoo-dev] [PATCH 1/1] kernel-2.eclass: Support move of genpatches tarballs from /space/distfiles-local to devspace
Date: Thu, 10 Oct 2019 01:23:24
Message-Id: CAAr7Pr-ebZoWFC-nSC5UpxgV3qSmZ9qvHa2MgDRyQh8j8oWdWw@mail.gmail.com
In Reply to: [gentoo-dev] [PATCH 1/1] kernel-2.eclass: Support move of genpatches tarballs from /space/distfiles-local to devspace by Mike Pagano
1 On Wed, Oct 9, 2019 at 10:01 AM Mike Pagano <mpagano@g.o> wrote:
2
3 > This change will support moving the genpatches tarballs from
4 > /space/distfiles-local to
5 > the devspace ~developer/public_html/dist/genpatches
6 >
7
8 I think it would help if you discussed why we were making this change. (I
9 mean I can guess why, but it's not obvious.)
10
11 -A
12
13
14 >
15 > Signed-off-by: Mike Pagano <mpagano@g.o>
16 > ---
17 > eclass/kernel-2.eclass | 4 +++-
18 > 1 file changed, 3 insertions(+), 1 deletion(-)
19 >
20 > diff --git a/eclass/kernel-2.eclass b/eclass/kernel-2.eclass
21 > index c5f35cd3e..0bc4f35de 100644
22 > --- a/eclass/kernel-2.eclass
23 > +++ b/eclass/kernel-2.eclass
24 > @@ -295,7 +295,9 @@ handle_genpatches() {
25 > UNIPATCH_LIST_GENPATCHES+=" ${DISTDIR}/${tarball}"
26 > debug-print "genpatches tarball: $tarball"
27 > fi
28 > - GENPATCHES_URI+="
29 > ${use_cond_start}mirror://gentoo/${tarball}${use_cond_end}"
30 > + GENPATCHES_URI+=" ${use_cond_start}
31 > https://dev.gentoo.org/~mpagano/dist/genpatches/${tarball}${use_cond_end}
32 > + ${use_cond_start}
33 > https://dev.gentoo.org/~whissi/dist/genpatches/${tarball}${use_cond_end}
34 > + ${use_cond_start}
35 > https://dev.gentoo.org/~alicef/dist/genpatches/${tarball}${use_cond_end}"
36 > done
37 > }
38 >
39 > --
40 > 2.21.0
41 >
42 > --
43 > Mike Pagano
44 > Gentoo Developer - Kernel Project
45 > Gentoo Sources - Member
46 > E-Mail : mpagano@g.o
47 > GnuPG FP : EEE2 601D 0763 B60F 848C 9E14 3C33 C650 B576 E4E3
48 > Public Key :
49 > http://pgp.mit.edu:11371/pks/lookup?search=0xB576E4E3&op=index
50 >
51 >

Replies