libopkg: clarify messages and errors related to downloads
authorJo-Philipp Wich <jo@mein.io>
Fri, 10 Feb 2017 10:06:38 +0000 (11:06 +0100)
committerJo-Philipp Wich <jo@mein.io>
Fri, 10 Feb 2017 10:06:38 +0000 (11:06 +0100)
commita79c1af5c0d3908a3ad30806530c754b42cf80e2
tree48d6375675cff61567e7f10e9d789e8d80e0f4dc
parent5d0179bd88a83c5f4d9a3b8393a28f0c6a30d1c1
libopkg: clarify messages and errors related to downloads

Clarify opkg's messages related to downloads:

 * more visible error message for package list download failure
 * separate error message for signature file download error
 * if wget returns 4, signal the network error more clearly
 * remove '.' from end of filenames and URLs

 * try signature check only if the package list was downloaded ok.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
libopkg/opkg_cmd.c
libopkg/opkg_download.c