On Wed, Oct 09, 2019 at 06:23:06PM -0700, Alec Warner wrote: > On Wed, Oct 9, 2019 at 10:01 AM Mike Pagano <[1]mpag...@gentoo.org> > 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 > Â
I was informed that use of /space/distfiles-local is deprecated in favor of devspace. https://devmanual.gentoo.org/general-concepts/mirrors/index.html > > Signed-off-by: Mike Pagano <[2]mpag...@gentoo.org> > --- >  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}[3]https://dev.gentoo.org/~mpagano/dist/genpatches/ > ${tarball}${use_cond_end} > +           >  ${use_cond_start}[4]https://dev.gentoo.org/~whissi/dist/genpatches > /${tarball}${use_cond_end} > +           >  ${use_cond_start}[5]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   : [6]mpag...@gentoo.org > GnuPG FP  : EEE2 601D 0763 B60F 848C 9E14 3C33 C650 B576 E4E3 > Public Key : > [7]http://pgp.mit.edu:11371/pks/lookup?search=0xB576E4E3&op=index > > References > > 1. mailto:mpag...@gentoo.org > 2. mailto:mpag...@gentoo.org > 3. > https://dev.gentoo.org/~mpagano/dist/genpatches/${tarball}${use_cond_end} > 4. https://dev.gentoo.org/~whissi/dist/genpatches/${tarball}${use_cond_end} > 5. https://dev.gentoo.org/~alicef/dist/genpatches/${tarball}${use_cond_end} > 6. mailto:mpag...@gentoo.org > 7. http://pgp.mit.edu:11371/pks/lookup?search=0xB576E4E3&op=index -- Mike Pagano Gentoo Developer - Kernel Project Gentoo Sources - Member E-Mail : mpag...@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