public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
From: Mike Pagano <mpagano@gentoo.org>
To: gentoo-dev@lists.gentoo.org
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 16:52:03 -0400	[thread overview]
Message-ID: <20191011205203.GA2355@woodpecker.gentoo.org> (raw)
In-Reply-To: <CAAr7Pr-m-x79NT-+thRcXxms09n7fTqFVxLbSDMmt9_D95kfxQ@mail.gmail.com>

On Fri, Oct 11, 2019 at 11:28:48AM -0700, Alec Warner wrote:
>    On Thu, Oct 10, 2019 at 3:04 AM Mike Pagano <[1]mpagano@gentoo.org>
>    wrote:
> 
>      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][2]mpagano@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.
>      [3]https://devmanual.gentoo.org/general-concepts/mirrors/index.html
> 
>    That policy was made in 2011; so clearly it's not super urgent nor
>    stringently applied. Which is to say, I'm not sure it needs to be a
>    policy.
>    -A
>    Â

Sounds like maybe a separate thread you can start to debate the policy.
I was called out by infra on IRC to do this, so I did it.

I have no horse in this race.




> 
>      >
>      >Â  Â  Â  Signed-off-by: Mike Pagano <[2][4]mpagano@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][5]https://dev.gentoo.org/~mpagano/dist/genpatch
>      es/
>      >Â  Â  Â  ${tarball}${use_cond_end}
>      >Â  Â  Â  +ÄÂ  ÄÂ  ÄÂ  ÄÂ  ÄÂ  ÄÂ  ÄÂ  ÄÂ  ÄÂ  ÄÂ  Ä
>      >Â  Â  Â  Ä
>      ${use_cond_start}[4][6]https://dev.gentoo.org/~whissi/dist/genpatche
>      s
>      >Â  Â  Â  /${tarball}${use_cond_end}
>      >Â  Â  Â  +ÄÂ  ÄÂ  ÄÂ  ÄÂ  ÄÂ  ÄÂ  ÄÂ  ÄÂ  ÄÂ  ÄÂ  Ä
>      >Â  Â  Â  Ä
>      ${use_cond_start}[5][7]https://dev.gentoo.org/~alicef/dist/genpatche
>      s
>      >Â  Â  Â  /${tarball}${use_cond_end}"
>      >Â  Â  Â  ÄÂ  ÄÂ  ÄÂ  ÄÂ  done
>      >Â  Â  Â  Ä }
>      >Â  Â  Â  --
>      >Â  Â  Â  2.21.0
>      >Â  Â  Â  --
>      >Â  Â  Â  Mike Pagano
>      >Â  Â  Â  Gentoo Developer - Kernel Project
>      >Â  Â  Â  Gentoo Sources - Member
>      >Â  Â  Â  E-MailÄÂ  ÄÂ  Ä : [6][8]mpagano@gentoo.org
>      >Â  Â  Â  GnuPG FPÄÂ  Ä : EEE2 601D 0763 B60F 848CÄÂ  9E14 3C33 C650
>      B576 E4E3
>      >Â  Â  Â  Public Key :
>      >Â  Â  Â
>      [7][9]http://pgp.mit.edu:11371/pks/lookup?search=0xB576E4E3&op=index
>      >
>      > References
>      >
>      >Â  Â  1. mailto:[10]mpagano@gentoo.org
>      >Â  Â  2. mailto:[11]mpagano@gentoo.org
>      >Â  Â  3.
>      [12]https://dev.gentoo.org/~mpagano/dist/genpatches/${tarball}${use_
>      cond_end}
>      >Â  Â  4.
>      [13]https://dev.gentoo.org/~whissi/dist/genpatches/${tarball}${use_c
>      ond_end}
>      >Â  Â  5.
>      [14]https://dev.gentoo.org/~alicef/dist/genpatches/${tarball}${use_c
>      ond_end}
>      >Â  Â  6. mailto:[15]mpagano@gentoo.org
>      >Â  Â  7.
>      [16]http://pgp.mit.edu:11371/pks/lookup?search=0xB576E4E3&op=index
>      --
>      Mike Pagano
>      Gentoo Developer - Kernel Project
>      Gentoo Sources - Member
>      E-Mail     : [17]mpagano@gentoo.org
>      GnuPG FPÂ  Â : EEE2 601D 0763 B60F 848CÂ  9E14 3C33 C650 B576 E4E3
>      Public Key :
>      [18]http://pgp.mit.edu:11371/pks/lookup?search=0xB576E4E3&op=index
> 
> References
> 
>    1. mailto:mpagano@gentoo.org
>    2. mailto:mpagano@gentoo.org
>    3. https://devmanual.gentoo.org/general-concepts/mirrors/index.html
>    4. mailto:mpagano@gentoo.org
>    5. https://dev.gentoo.org/~mpagano/dist/genpatches/
>    6. https://dev.gentoo.org/~whissi/dist/genpatches
>    7. https://dev.gentoo.org/~alicef/dist/genpatches
>    8. mailto:mpagano@gentoo.org
>    9. http://pgp.mit.edu:11371/pks/lookup?search=0xB576E4E3&op=index
>   10. mailto:mpagano@gentoo.org
>   11. mailto:mpagano@gentoo.org
>   12. https://dev.gentoo.org/~mpagano/dist/genpatches/${tarball}${use_cond_end}
>   13. https://dev.gentoo.org/~whissi/dist/genpatches/${tarball}${use_cond_end}
>   14. https://dev.gentoo.org/~alicef/dist/genpatches/${tarball}${use_cond_end}
>   15. mailto:mpagano@gentoo.org
>   16. http://pgp.mit.edu:11371/pks/lookup?search=0xB576E4E3&op=index
>   17. mailto:mpagano@gentoo.org
>   18. http://pgp.mit.edu:11371/pks/lookup?search=0xB576E4E3&op=index

-- 
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


      reply	other threads:[~2019-10-11 20:52 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-10-09 17:01 [gentoo-dev] [PATCH 1/1] kernel-2.eclass: Support move of genpatches tarballs from /space/distfiles-local to devspace Mike Pagano
2019-10-09 18:26 ` Ulrich Mueller
2019-10-09 19:31   ` [gentoo-dev] [PATCH v2 " Mike Pagano
2019-10-09 20:19     ` Michał Górny
2019-10-09 23:14       ` [gentoo-dev] [PATCH v3 " Mike Pagano
2019-10-10  8:56         ` Ulrich Mueller
2019-10-10 11:25           ` [gentoo-dev] [PATCH v4 " Mike Pagano
2019-10-11 15:59           ` [gentoo-dev] [PATCH v3 " Thomas Deutschmann
2019-10-12 10:35             ` Ulrich Mueller
2019-10-12 19:04         ` Mike
2019-10-10  1:23 ` [gentoo-dev] [PATCH " Alec Warner
2019-10-10 10:04   ` Mike Pagano
2019-10-10 16:15     ` Mikle Kolyada
2019-10-11 18:28     ` Alec Warner
2019-10-11 20:52       ` Mike Pagano [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20191011205203.GA2355@woodpecker.gentoo.org \
    --to=mpagano@gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox