On Wed, 2019-10-09 at 15:31 -0400, Mike Pagano wrote: > Thanks for the suggestion. This is version 2 > > This change will support moving the genpatches tarballs from /space/distfiles-local to > the devspace ~developer/public_html/dist/genpatches. > > > Signed-off-by: Mike Pagano > --- > eclass/kernel-2.eclass | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > > diff --git a/eclass/kernel-2.eclass b/eclass/kernel-2.eclass > index c5f35cd3e..4b861beec 100644 > --- a/eclass/kernel-2.eclass > +++ b/eclass/kernel-2.eclass > @@ -295,7 +295,9 @@ handle_genpatches() { > UNIPATCH_LIST_GENPATCHES+=" ${DISTDIR}/${tarball}" > debug-print "genpatches tarball: $tarball" > fi > - GENPATCHES_URI+=" ${use_cond_start}mirror://gentoo/${tarball}${use_cond_end}" > + GENPATCHES_URI+=" ${use_cond_start}https://dev.gentoo.org/~mpagano/dist/genpatches/${tarball} > + https://dev.gentoo.org/~whissi/dist/genpatches/${tarball} > + https://dev.gentoo.org/~alicef/dist/genpatches/${tarball}${use_cond_end}" Given that yours is the only name I see on woodpecker, do we need to proactively add all dead URLs in there? I'd rather have people add them when they actually going to use them (and I think that would qualify as the kind of change not needing ml review then). > done > } > > -- > 2.21.0 > -- Best regards, Michał Górny