[PATCH cygport] src_fetch.cygpart: iterate thru mirror lists if downloads fail

2023-03-26 Thread Brian Inglis via Cygwin-apps
This patch will allow recently released (especially) GNU mirror downloads to succeed where they currently fail repeatedly (particulary in Scallywag), because (GNU) mirror downloads lack checks for any particular file requested being available (or not) on the selected mirror, because of

Re: [PATCH cygport] lib/src_postinst.cygpart: parallelize __prepstrip

2023-03-26 Thread Jon Turney via Cygwin-apps
- usr/lib/gcc/*/lib*|usr/lib/gcc/*/*.o) + usr/lib/gcc/*/*.o) Why this change? + local nproc=$(nproc) This limit should probably be taken from the --jobs command line parameter, if specified

Re: [ANNOUNCEMENT] cygport 0.36.1-1

2023-03-26 Thread Jon Turney via Cygwin-apps
On 11/03/2023 20:15, Marco Atzeri via Cygwin-apps wrote: On 11.03.2023 17:29, Jon Turney via Cygwin wrote: The following packages have been uploaded to the Cygwin distribution: * cygport-0.36.1-1 Hi Jon, I was a bit too late... No problem, I can always make more releases! Updating the

Re: [PATCH cygport] git.cygclass: Try 'main' if there's no master branch

2023-03-26 Thread Jon Turney via Cygwin-apps
On 23/03/2023 14:07, Ken Brown via Cygwin-apps wrote: Patch attached. Thanks, applied.