Re: [pacman-dev] [PATCH] Correctly report a download failiure for 404s

2019-06-27 Thread Allan McRae
On 12/6/19 2:43 am, morganamilo wrote: > Currently when caling alpm_trans_commit, if fetching a package restults > in a 404 (or other non 400 response code), the function returns -1 but > errno is never set. > > Thish patch sets errno to ALPM_ERR_RETRIEVE. > OK. Fixed typo in commit message. >

Re: [pacman-dev] [PATCH] doc: Add a man page describing PKGINFO

2019-06-27 Thread Allan McRae
On 22/6/19 7:39 am, Jelle van der Waa wrote: > From: Jelle van der Waa > > Describe the PKGINFO format which resides in a package produced makepkg. > --- > doc/Makefile.am| 4 +- > doc/PKGINFO.5.asciidoc | 86 ++ > doc/meson.build| 1 + >