Re: [gentoo-dev] [PATCH v3 1/1] kernel-2.eclass: Support move of genpatches tarballs from /space/distfiles-local to devspace

2019-10-12 Thread Mike
On 10/9/19 7:14 PM, Mike Pagano wrote: This change will support moving the genpatches tarballs from /space/distfiles-local to the devspace ~developer/public_html/dist/genpatches. Co-authored-by: Thomas Deutschmann Signed-off-by: Mike Pagano --- eclass/kernel-2.eclass | 2 +- 1 file

Re: [gentoo-dev] [PATCH v3 1/1] kernel-2.eclass: Support move of genpatches tarballs from /space/distfiles-local to devspace

2019-10-12 Thread Ulrich Mueller
> On Fri, 11 Oct 2019, Thomas Deutschmann wrote: > Tilde expansion only happens when string to expand starts with "~" but > this is not the case here (string starts with "https..."). I stand corrected.

Re: [gentoo-dev] [PATCH v3 1/1] kernel-2.eclass: Support move of genpatches tarballs from /space/distfiles-local to devspace

2019-10-11 Thread Thomas Deutschmann
On 2019-10-10 10:56, Ulrich Mueller wrote: >> On Thu, 10 Oct 2019, Mike Pagano wrote: > >> + GENPATCHES_URI+=" ${use_cond_start}$(echo >> https://dev.gentoo.org/~{mpagano,whissi}/dist/genpatches/${tarball})${use_cond_end}" > > The ~ should be backslash-escaped or quoted, otherwise it will

Re: [gentoo-dev] [PATCH v3 1/1] kernel-2.eclass: Support move of genpatches tarballs from /space/distfiles-local to devspace

2019-10-10 Thread Ulrich Mueller
> On Thu, 10 Oct 2019, Mike Pagano wrote: > + GENPATCHES_URI+=" ${use_cond_start}$(echo > https://dev.gentoo.org/~{mpagano,whissi}/dist/genpatches/${tarball})${use_cond_end}" The ~ should be backslash-escaped or quoted, otherwise it will be expanded if there's a user mpagano or whissi on

Re: [gentoo-dev] [PATCH v3 1/1] kernel-2.eclass: Support move of genpatches tarballs from /space/distfiles-local to devspace

2019-10-09 Thread Mike Pagano
This change will support moving the genpatches tarballs from /space/distfiles-local to the devspace ~developer/public_html/dist/genpatches. Co-authored-by: Thomas Deutschmann Signed-off-by: Mike Pagano --- eclass/kernel-2.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff