Re: [PATCH setup 11/11] Use wininet for fetching URLs in direct (non-proxy) case (DO NOT APPLY)

2017-05-01 Thread Jon Turney
On 01/05/2017 16:30, Åke Rehnman wrote: Hello, I tested with my repo and it seem to fail if there is no setup.xz but only setup.ini. It does quickly realize there are no setup.xz and setup.xz.sig but then it takes forever to get past setup.bz2 etc and fails to download setup.ini These tests wer

Re: noarching source packages

2017-05-01 Thread Ken Brown
On 5/1/2017 3:57 PM, Achim Gratz wrote: But the real problem is that besides our own stuff some upstream sources are archful. Examples? Last I looked, it was texlive. This might go back to the time when biber was distributed as a packed perl archive on x86 but not x86_64. But it hasn't be

Re: noarching source packages

2017-05-01 Thread Achim Gratz
Jon Turney writes: > What is your reason for changing the name? There shouldn't be two different naming conventions for the same purpose. So package-version-release[-purpose].tar.xz with purpose:=[source|debuginfo] would be preferrable. > I was wondering if we need to explicitly identify debug

Re: [PATCH setup 10/11] Don't show source-only packages in package list

2017-05-01 Thread Jon Turney
On 01/05/2017 15:45, Yaakov Selkowitz wrote: On 2017-04-28 07:12, Jon Turney wrote: external-source: packages which have no binary package will be marked skip: and so won't show up in setup.ini at all. If we change to using the Source: line to identify a source package, which is (by definition)

Re: noarching source packages

2017-05-01 Thread Jon Turney
On 27/04/2017 18:53, Achim Gratz wrote: Jon Turney writes: Picking up the discussion from [1], I've been looking a bit at noarching the source packages. So, the first problem is that we don't really have source packages. I'll use this occasion to raise the topic of the debuginfo packages agai

Re: [PATCH setup 11/11] Use wininet for fetching URLs in direct (non-proxy) case (DO NOT APPLY)

2017-05-01 Thread Åke Rehnman
Hello, I tested with my repo and it seem to fail if there is no setup.xz but only setup.ini. It does quickly realize there are no setup.xz and setup.xz.sig but then it takes forever to get past setup.bz2 etc and fails to download setup.ini These tests were done with -X flag. I will email th

Re: [PATCH setup 10/11] Don't show source-only packages in package list

2017-05-01 Thread Yaakov Selkowitz
On 2017-04-28 07:12, Jon Turney wrote: external-source: packages which have no binary package will be marked skip: and so won't show up in setup.ini at all. If we change to using the Source: line to identify a source package, which is (by definition) source only, these will appear in setup.ini,

Re: [PATCH setup 11/11] Use wininet for fetching URLs in direct (non-proxy) case (DO NOT APPLY)

2017-05-01 Thread Jon Turney
On 29/04/2017 11:53, Jon Turney wrote: On 28/04/2017 16:33, Åke Rehnman wrote: On 2017-04-28 14:12, Jon Turney wrote: From the discussion in [1], I was somewhat surprised to learn that setup doesn't support https or ftps. For the same exact reason I've just recently patched in curl I'd b