Gentoo Archives: gentoo-dev

From: "Michał Górny" <mgorny@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] [PATCH v2 1/1] kernel-2.eclass: Support move of genpatches tarballs from /space/distfiles-local to devspace
Date: Wed, 09 Oct 2019 20:19:57
Message-Id: 12b7e760d85b6316c82fac167f57f7cc73fcd4d2.camel@gentoo.org
In Reply to: Re: [gentoo-dev] [PATCH v2 1/1] kernel-2.eclass: Support move of genpatches tarballs from /space/distfiles-local to devspace by Mike Pagano
1 On Wed, 2019-10-09 at 15:31 -0400, Mike Pagano wrote:
2 > Thanks for the suggestion. This is version 2
3 >
4 > This change will support moving the genpatches tarballs from /space/distfiles-local to
5 > the devspace ~developer/public_html/dist/genpatches.
6 >
7 >
8 > Signed-off-by: Mike Pagano <mpagano@g.o>
9 > ---
10 > eclass/kernel-2.eclass | 4 +++-
11 > 1 file changed, 3 insertions(+), 1 deletion(-)
12 >
13 > diff --git a/eclass/kernel-2.eclass b/eclass/kernel-2.eclass
14 > index c5f35cd3e..4b861beec 100644
15 > --- a/eclass/kernel-2.eclass
16 > +++ b/eclass/kernel-2.eclass
17 > @@ -295,7 +295,9 @@ handle_genpatches() {
18 > UNIPATCH_LIST_GENPATCHES+=" ${DISTDIR}/${tarball}"
19 > debug-print "genpatches tarball: $tarball"
20 > fi
21 > - GENPATCHES_URI+=" ${use_cond_start}mirror://gentoo/${tarball}${use_cond_end}"
22 > + GENPATCHES_URI+=" ${use_cond_start}https://dev.gentoo.org/~mpagano/dist/genpatches/${tarball}
23 > + https://dev.gentoo.org/~whissi/dist/genpatches/${tarball}
24 > + https://dev.gentoo.org/~alicef/dist/genpatches/${tarball}${use_cond_end}"
25
26 Given that yours is the only name I see on woodpecker, do we need to
27 proactively add all dead URLs in there? I'd rather have people add them
28 when they actually going to use them (and I think that would qualify
29 as the kind of change not needing ml review then).
30
31 > done
32 > }
33 >
34 > --
35 > 2.21.0
36 >
37
38 --
39 Best regards,
40 Michał Górny

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies