Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
2011-03-10 | Disable wget server side cache | Liping Ke | 1 | |
We found some proxy server has wrong cache for long http file name. It will cause fetching wrong ipk files from adt repo. To avoid this, we use wget options --no-cache to disable all server side cache. It will make the fetch speed slower, yet correct always. Signed-off-by: Liping Ke <liping.ke@intel.com> Signed-off-by: Lianhao Lu <lianhao.lu@intel.com> |