Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | only a couple func really are needed | Thierry Vignaud | 2013-03-21 | 1 | -1/+1 |
| | |||||
* | convert a couple comments to POD | Thierry Vignaud | 2012-08-31 | 1 | -6/+14 |
| | |||||
* | add basic POD documentation | Thierry Vignaud | 2012-08-31 | 1 | -0/+24 |
| | |||||
* | s/mdv/mga/ | Thierry Vignaud | 2012-08-31 | 1 | -2/+2 |
| | |||||
* | silent perl_checker | Thierry Vignaud | 2012-03-27 | 1 | -1/+1 |
| | |||||
* | perl_checker cleanups | Thierry Vignaud | 2011-12-05 | 1 | -6/+6 |
| | |||||
* | (_pick_one_) do not pick rsync medium if rsync is not installed (mga#3557) | Thierry Vignaud | 2011-12-05 | 1 | -1/+7 |
| | |||||
* | (_mandriva_mirrorlist) default to mageia product for upgrading from mdv | Thierry Vignaud | 2011-09-14 | 1 | -1/+2 |
| | | | | (syncing with currently shipped urpmi) | ||||
* | Synthesized commit during git-svn import combining previous Mandriva history ↵ | Mageia SVN-Git Migration | 2011-09-13 | 1 | -1/+1 |
| | | | | | | | | | | | | with Magiea. This commit consitsts of the following subversion commits: ------------------------------------------------------------------------ r1928 | dmorgan | 2011-09-13 21:44:28 +0100 (Tue, 13 Sep 2011) | 1 line Import urpmi ------------------------------------------------------------------------ | ||||
* | reload mirror list cache if it's in an "old" format | Christophe Fergeau | 2009-12-08 | 1 | -0/+3 |
| | | | | | | | | old mirror list caches didn't store the time of the product.id file. When such a file is encountered, make sure we invalidate the cache. Otherwise, when upgrading from a distro where the mirror list cache didn't have the product.id mtime to a distro where the mirror list cache would have it, the mirror list cache won't be invalidated | ||||
* | don't use aria2 to fetch mirrorlist, fixes #53434 | Christophe Fergeau | 2009-10-29 | 1 | -1/+1 |
| | |||||
* | make sure we don't use aria2 to fetch mirrorlists | Christophe Fergeau | 2009-10-21 | 1 | -1/+1 |
| | | | | | | aria2 downloader currently doesn't work when we append a reason string to the api.mandriva.com URL, lamely fix that by making sure it's not used when grabbing a mirrorlist | ||||
* | default to checking certificates when dowloading data | Christophe Fergeau | 2009-09-25 | 1 | -1/+1 |
| | |||||
* | use https when getting files from api.mandriva.com | Christophe Fergeau | 2009-08-31 | 1 | -2/+2 |
| | |||||
* | append a 'reason' field to api.mandriva.com queries when the query is | Christophe Fergeau | 2009-08-18 | 1 | -3/+12 |
| | | | | meant to update the mirror list | ||||
* | invalidate mirrorlist cache when distro version changes | Christophe Fergeau | 2009-07-24 | 1 | -0/+5 |
| | | | | | | | If mirrors.cache contains mirrors for 2009.1 and product.id changes to have version=2010.0, cache is used and urpmi.addmedia --distrib --mirrorlist will add 2009.1 mirrors. Store mtime of product.id in the mirror cache to properly detect when product.id was modified | ||||
* | - library: | Pascal Rigaux | 2008-10-14 | 1 | -1/+5 |
| | | | | | o allow mdkapplet-upgrade-helper to force $MIRRORLIST distro version | ||||
* | 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) |