zhengzkkai / opkg

Automatically exported from code.google.com/p/opkg
0 stars 0 forks source link

Check for package list update before downloading #117

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Calling `opkg update` several times will download package lists each time.
When there is a need to check for updates continuously it could lead to 
download big amount of redundant data.
It would be great if `opkg update` could check if package list had been changed 
on the server by downloading only HTTP HEAD before actual downloading.

Original issue reported on code.google.com by KirG...@gmail.com on 30 Dec 2013 at 11:39

GoogleCodeExporter commented 9 years ago
This would definitely be beneficial, it's less important than fixing some of 
the current bugs though.

Original comment by paul.betafive on 1 Jan 2014 at 9:56