Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | create urpm::mirrors::try_probe() as a alternative solution to | Pascal Rigaux | 2008-09-22 | 1 | -0/+21 |
| | | | | | | urpm::mirrors::try() which ensure wrong path given by the user doesn't lead to mirrors being all blacklisted | ||||
* | fix: use "&" instead of "," to join GET parameters in url | Pascal Rigaux | 2008-09-06 | 1 | -1/+1 |
| | |||||
* | create urpm::mirrors::list_urls() and use it | Pascal Rigaux | 2008-09-04 | 1 | -6/+19 |
| | | | | | this fixes things like "mirrorlist: http://localmirror/dis/cooker/i586 $MIRRORLIST" | ||||
* | - urpmi.addmedia | Pascal Rigaux | 2008-09-01 | 1 | -2/+5 |
| | | | | | | o handle $URPMI_ADDMEDIA_REASON (special reason to give to api.mandriva.com/mirrors/... to allow statistics) | ||||
* | set network_mtime in _pick_one_, it's cleaner (since we don't need to set | Pascal Rigaux | 2008-07-09 | 1 | -3/+5 |
| | | | | | cache's network_mtime everytime we use the cache) | ||||
* | simplify | Pascal Rigaux | 2008-07-08 | 1 | -6/+4 |
| | |||||
* | - urpmi.addmedia, urpmi.update: | Pascal Rigaux | 2008-03-18 | 1 | -12/+36 |
| | | | | | | | o urpmi.addmedia --mirrorlist handles a list of mirrors/mirrorlist: you can specify a mirror to use inside a local network, but it will default to standard mirrors when the local mirror is not available. | ||||
* | create _expand() out of _list() | Pascal Rigaux | 2008-03-18 | 1 | -6/+11 |
| | |||||
* | create _pick_one_ | Pascal Rigaux | 2008-03-18 | 1 | -5/+14 |
| | | | | | (needed for next commit) | ||||
* | create _cache__may_clean_if_outdated() out of _pick_one() | Pascal Rigaux | 2008-03-18 | 1 | -6/+19 |
| | |||||
* | - urpmi, urpmi.addmedia, urpmi.update: | Pascal Rigaux | 2008-02-25 | 1 | -2/+7 |
| | | | | | o handle variables $ARCH/$RELEASE in mirrorlist | ||||
* | - all tools: | Pascal Rigaux | 2008-02-23 | 1 | -0/+212 |
o handle mirrorlist (need perl-Zone-TimeInfo patched for geolocalisation) |