Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - remove uneeded module use, as this give some warnings | Michael Scherer | 2010-01-22 | 1 | -1/+0 |
| | |||||
* | use "use strict" in all modules | Pascal Rigaux | 2009-01-06 | 1 | -0/+1 |
| | |||||
* | - use "versioned" media_info files | Pascal Rigaux | 2008-09-23 | 1 | -0/+14 |
| | | | | | | | | | | (needed for aria2 to handle mirrors not having some media_info/*) it fixes: - downloading parts of media_info file from different mirrors and failing to obtain a valid result - checking md5sum of media_info files | ||||
* | prepare next commits: introduce $medium->{parsed_md5sum} | Pascal Rigaux | 2008-09-22 | 1 | -3/+1 |
| | |||||
* | - urpmi.addmedia, urpmi.update: | Pascal Rigaux | 2008-05-15 | 1 | -5/+11 |
| | | | | | | | o check downloaded MD5SUM is not invalid HTML code, and try another mirror from mirrorlist (#39918) (useful for servers not returning a valid HTTP error) | ||||
* | reduce verbosity | Pascal Rigaux | 2007-12-20 | 1 | -1/+1 |
| | |||||
* | o replace /var/lib/urpmi/MD5SUM with /var/lib/urpmi/MD5SUM.<medium_name> | Pascal Rigaux | 2007-12-19 | 1 | -29/+6 |
| | | | | | | | | | (this will allow checking xml media_info is up-to-date even if we don't update it at the same time as synthesis is updated) and further cleanup urpm::media code (esp. modify {force} behaviour, may need some adjustments) | ||||
* | - all tools: | Pascal Rigaux | 2007-12-19 | 1 | -2/+2 |
| | | | | | o drop hdlist support (will be replaced with xml media_info) | ||||
* | re-sync after the big svn loss | Pascal Rigaux | 2007-04-24 | 1 | -1/+1 |
| | |||||
* | move many functions from urpm.pm to urpm/media.pm | Pascal Rigaux | 2006-11-21 | 1 | -2/+2 |
| | |||||
* | add Id svn keyword | Pascal Rigaux | 2006-11-21 | 1 | -1/+1 |
| | |||||
* | add svn Id | Pascal Rigaux | 2006-11-21 | 1 | -1/+1 |
| | |||||
* | create urpm::md5sum, move md5sum functions into it: | Pascal Rigaux | 2006-11-21 | 1 | -0/+64 |
- urpm::util::md5sum() -> urpm::md5sum::compute() - urpm::local_md5sum() -> urpm::md5sum::on_local_medium() |