Gentoo Archives: gentoo-dev

From: Mike Pagano <mpagano@g.o>
To: 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 10:04:39
Message-Id: 20191010100433.GA19478@woodpecker.gentoo.org
In Reply to: Re: [gentoo-dev] [PATCH 1/1] kernel-2.eclass: Support move of genpatches tarballs from /space/distfiles-local to devspace by Alec Warner
1 On Wed, Oct 09, 2019 at 06:23:06PM -0700, Alec Warner wrote:
2 > On Wed, Oct 9, 2019 at 10:01 AM Mike Pagano <[1]mpagano@g.o>
3 > wrote:
4 >
5 > This change will support moving the genpatches tarballs from
6 > /space/distfiles-local to
7 > the devspace ~developer/public_html/dist/genpatches
8 >
9 > I think it would help if you discussed why we were making this change.
10 > (I mean I can guess why, but it's not obvious.)
11 > -A
12 > Â
13
14 I was informed that use of /space/distfiles-local is deprecated in favor
15 of devspace.
16
17
18 https://devmanual.gentoo.org/general-concepts/mirrors/index.html
19
20
21
22
23
24 >
25 > Signed-off-by: Mike Pagano <[2]mpagano@g.o>
26 > ---
27 > Â eclass/kernel-2.eclass | 4 +++-
28 > Â 1 file changed, 3 insertions(+), 1 deletion(-)
29 > diff --git a/eclass/kernel-2.eclass b/eclass/kernel-2.eclass
30 > index c5f35cd3e..0bc4f35de 100644
31 > --- a/eclass/kernel-2.eclass
32 > +++ b/eclass/kernel-2.eclass
33 > @@ -295,7 +295,9 @@ handle_genpatches() {
34 > Â Â Â Â Â Â Â Â Â Â Â Â UNIPATCH_LIST_GENPATCHES+="
35 > ${DISTDIR}/${tarball}"
36 > Â Â Â Â Â Â Â Â Â Â Â Â debug-print "genpatches tarball:
37 > $tarball"
38 > Â Â Â Â Â Â Â Â fi
39 > -Â Â Â Â Â Â Â Â GENPATCHES_URI+="
40 > ${use_cond_start}mirror://gentoo/${tarball}${use_cond_end}"
41 > +Â Â Â Â Â Â Â Â GENPATCHES_URI+="
42 > ${use_cond_start}[3]https://dev.gentoo.org/~mpagano/dist/genpatches/
43 > ${tarball}${use_cond_end}
44 > +Â Â Â Â Â Â Â Â Â Â Â
45 > Â ${use_cond_start}[4]https://dev.gentoo.org/~whissi/dist/genpatches
46 > /${tarball}${use_cond_end}
47 > +Â Â Â Â Â Â Â Â Â Â Â
48 > Â ${use_cond_start}[5]https://dev.gentoo.org/~alicef/dist/genpatches
49 > /${tarball}${use_cond_end}"
50 > Â Â Â Â done
51 > Â }
52 > --
53 > 2.21.0
54 > --
55 > Mike Pagano
56 > Gentoo Developer - Kernel Project
57 > Gentoo Sources - Member
58 > E-Mail   : [6]mpagano@g.o
59 > GnuPG FPÂ Â : EEE2 601D 0763 B60F 848CÂ 9E14 3C33 C650 B576 E4E3
60 > Public Key :
61 > [7]http://pgp.mit.edu:11371/pks/lookup?search=0xB576E4E3&op=index
62 >
63 > References
64 >
65 > 1. mailto:mpagano@g.o
66 > 2. mailto:mpagano@g.o
67 > 3. https://dev.gentoo.org/~mpagano/dist/genpatches/${tarball}${use_cond_end}
68 > 4. https://dev.gentoo.org/~whissi/dist/genpatches/${tarball}${use_cond_end}
69 > 5. https://dev.gentoo.org/~alicef/dist/genpatches/${tarball}${use_cond_end}
70 > 6. mailto:mpagano@g.o
71 > 7. http://pgp.mit.edu:11371/pks/lookup?search=0xB576E4E3&op=index
72
73 --
74 Mike Pagano
75 Gentoo Developer - Kernel Project
76 Gentoo Sources - Member
77 E-Mail : mpagano@g.o
78 GnuPG FP : EEE2 601D 0763 B60F 848C 9E14 3C33 C650 B576 E4E3
79 Public Key : http://pgp.mit.edu:11371/pks/lookup?search=0xB576E4E3&op=index

Replies