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

Replies