On Wed, Oct 9, 2019 at 10:01 AM Mike Pagano wrote: > This change will support moving the genpatches tarballs from > /space/distfiles-local to > the devspace ~developer/public_html/dist/genpatches > I think it would help if you discussed why we were making this change. (I mean I can guess why, but it's not obvious.) -A > > 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..0bc4f35de 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}${use_cond_end} > + ${use_cond_start} > https://dev.gentoo.org/~whissi/dist/genpatches/${tarball}${use_cond_end} > + ${use_cond_start} > https://dev.gentoo.org/~alicef/dist/genpatches/${tarball}${use_cond_end}" > done > } > > -- > 2.21.0 > > -- > Mike Pagano > Gentoo Developer - Kernel Project > Gentoo Sources - Member > E-Mail : mpagano@gentoo.org > GnuPG FP : EEE2 601D 0763 B60F 848C 9E14 3C33 C650 B576 E4E3 > Public Key : > http://pgp.mit.edu:11371/pks/lookup?search=0xB576E4E3&op=index > >