| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
------------------------------------------------------------------------
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
(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
|
| |
|
|
|
|
|
|
|
| |
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)
|
| |
|
|
|
|
|
|
|
|
|
| |
(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)
|
|
|
|
|
| |
o drop hdlist support (will be replaced with xml media_info)
|
| |
|
| |
|
| |
|
| |
|
|
- urpm::util::md5sum() -> urpm::md5sum::compute()
- urpm::local_md5sum() -> urpm::md5sum::on_local_medium()
|