Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | - aria2 | Pascal Rigaux | 2008-10-14 | 2 | -1/+3 | |
| | | | | | o use it even if nearest mirror is rsync | |||||
* | - urpmi.update: | Pascal Rigaux | 2008-10-14 | 4 | -5/+10 | |
| | | | | | | | | o handle --nocheck: it allows "mv /etc/urpmi/urpmi.cfg.{backup,} ; urpmi.update -a --nocheck" (partial backport from trunk) | |||||
* | 6.14.3 | Pascal Rigaux | 2008-10-13 | 2 | -1/+3 | |
| | ||||||
* | - aria2: | Pascal Rigaux | 2008-10-13 | 2 | -0/+5 | |
| | | | | | | o do not use --max-file-not-found=3 when downloading rpms (since rpms are "versioned") | |||||
* | 6.14.2 | Thierry Vignaud | 2008-10-09 | 2 | -1/+3 | |
| | ||||||
* | log latest changes | Thierry Vignaud | 2008-10-09 | 1 | -0/+2 | |
| | ||||||
* | copy translations from trunk since reference catalog is the same when updated | Thierry Vignaud | 2008-10-09 | 69 | -0/+238451 | |
| | ||||||
* | remove current translations; we'll just copy translations from trunk since ↵ | Thierry Vignaud | 2008-10-09 | 69 | -237351/+0 | |
| | | | | reference catalog is the same when updated | |||||
* | fix file list | Thierry Vignaud | 2008-10-08 | 1 | -0/+1 | |
| | ||||||
* | 6.14.1 | Pascal Rigaux | 2008-10-08 | 2 | -1/+3 | |
| | ||||||
* | enhance layout (as suggested by fcrozat) | Pascal Rigaux | 2008-10-08 | 1 | -1/+0 | |
| | ||||||
* | - gurpmi | Pascal Rigaux | 2008-10-07 | 3 | -22/+64 | |
| | | | | | o overall progress-bar, display the download speed, nicer looking | |||||
* | (do_install) typo fix | Thierry Vignaud | 2008-10-07 | 1 | -1/+1 | |
| | ||||||
* | fix gurpmi2 that was broken because of commit "r247805 | pixel | 2008-10-06" | Pascal Rigaux | 2008-10-07 | 1 | -0/+1 | |
| | | | | | | | ie "re-allow to continue on bad signature" (backported from trunk) | |||||
* | exit code 15 is already used for --expect-install, use exit code 16 for bad ↵ | Pascal Rigaux | 2008-10-07 | 2 | -1/+5 | |
| | | | | | | | signature (backported from trunk) | |||||
* | - urpmi, gurpmi: | Pascal Rigaux | 2008-10-06 | 4 | -3/+10 | |
| | | | | | | | | o handle (poorly) --replacefiles (will be used by mdkonline) (backported from trunk, except we don't want to require a new perl-URPM, so we pass "force" instead of "replacefiles" to rpmlib) | |||||
* | (do_install) just do not ask for confirmation before removing packages in ↵ | Thierry Vignaud | 2008-10-06 | 2 | -1/+3 | |
| | | | | --auto mode | |||||
* | (do_install_3) do not exit in --auto mode at end of installation which prevents | Thierry Vignaud | 2008-10-06 | 2 | -1/+4 | |
| | | | | | restarting after priority upgrade | |||||
* | - library: | Pascal Rigaux | 2008-10-06 | 2 | -0/+4 | |
| | | | | | | | o pass "replacefiles" to rpmlib (will be used by mdkonline) (butchered backport of trunk's r247802 2008-10-06) | |||||
* | - urpmi, rpmdrake: | Pascal Rigaux | 2008-10-06 | 4 | -3/+11 | |
| | | | | | | | | o nice exit code for "bad signature" fatal error. Fixes rpmdrake continuing on bad signature (#44575) (backported from trunk) | |||||
* | branch for mdv2009.0 | Pascal Rigaux | 2008-10-06 | 0 | -0/+0 | |
| | ||||||
* | 6.146.14 | Pascal Rigaux | 2008-09-23 | 2 | -1/+3 | |
| | ||||||
* | - aria2: | Pascal Rigaux | 2008-09-23 | 2 | -0/+2 | |
| | | | | | o use --ftp-pasv (as suggested by aria2 developer) | |||||
* | - aria2: | Pascal Rigaux | 2008-09-23 | 1 | -0/+2 | |
| | | | | | | | o use --connect-timeout 6 seconds (instead of 3) (cf commit in urpm/download.pm) | |||||
* | - urpmi.addmedia, urpmi.update: | Pascal Rigaux | 2008-09-23 | 2 | -10/+20 | |
| | | | | | | o for remote media, instead of first checking reconfig.urpmi, try MD5SUM. If it fails try reconfig.urpmi | |||||
* | increase connect-timeout for aria2 | Pascal Rigaux | 2008-09-23 | 1 | -2/+2 | |
| | ||||||
* | - urpmi.addmedia, urpmi.update: | Pascal Rigaux | 2008-09-23 | 2 | -1/+6 | |
| | | | | | | o do not get "descriptions" on non "update" media since it's useless and potentially slow | |||||
* | - urpmi.addmedia, urpmi.update: | Pascal Rigaux | 2008-09-23 | 2 | -3/+3 | |
| | | | | | o only look for "descriptions" in media_info/ | |||||
* | - use "versioned" media_info files | Pascal Rigaux | 2008-09-23 | 4 | -1/+43 | |
| | | | | | | | | | | (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 | |||||
* | test reconfig.urpmi | Pascal Rigaux | 2008-09-23 | 3 | -0/+14 | |
| | ||||||
* | help debugging aria2 | Pascal Rigaux | 2008-09-23 | 1 | -6/+6 | |
| | ||||||
* | {allow_metalink} was used unitialised, so now always using use_metalink() and | Pascal Rigaux | 2008-09-23 | 2 | -6/+8 | |
| | | | | | doing the memoizing inside use_metalink() | |||||
* | cleanup using new sync_rel_one() and new option "preclean" | Pascal Rigaux | 2008-09-23 | 1 | -23/+16 | |
| | ||||||
* | create sync_rel_one() and use it | Pascal Rigaux | 2008-09-23 | 1 | -3/+8 | |
| | ||||||
* | - sync_*(): return the downloaded file | Pascal Rigaux | 2008-09-23 | 1 | -20/+18 | |
| | | | | | | - sync_rel: handle "preclean", and do cleanup things after failed download - simplify some mess using the returned value | |||||
* | simplify: "$urpm->{cachedir}/partial" is the default "dir" where files are ↵ | Pascal Rigaux | 2008-09-23 | 1 | -4/+3 | |
| | | | | downloaded | |||||
* | modify _download_media_info_file() prototype | Pascal Rigaux | 2008-09-23 | 1 | -10/+11 | |
| | ||||||
* | test srpms media | Pascal Rigaux | 2008-09-23 | 1 | -0/+7 | |
| | ||||||
* | adapt to change: | Pascal Rigaux | 2008-09-23 | 1 | -23/+16 | |
| | | | | | r246037 | pixel | 2008-09-19 : do not skip "debug_for=" media | |||||
* | _retrieve_media_info_file_and_check_MD5SUM() is called from | Pascal Rigaux | 2008-09-23 | 1 | -2/+0 | |
| | | | | | | _retrieve_xml_media_info_or_remove() which is called from _update_medium_(), so we are sure {parsed_md5sum} is already computed | |||||
* | use _download_media_info_file() in get_synthesis__remote() | Pascal Rigaux | 2008-09-23 | 1 | -4/+3 | |
| | ||||||
* | - normalize synthesis downloading: rename it in cachedir asap just like any ↵ | Pascal Rigaux | 2008-09-23 | 2 | -6/+22 | |
| | | | | | | | other media_info files - create urpm::download::sync_rel_to() | |||||
* | prepare next commits: introduce $medium->{parsed_md5sum} | Pascal Rigaux | 2008-09-22 | 2 | -5/+7 | |
| | ||||||
* | move check_synthesis_md5sum() inside get_synthesis__remote() | Pascal Rigaux | 2008-09-22 | 1 | -2/+3 | |
| | ||||||
* | change parameter passing mode of get_synthesis__remote() | Pascal Rigaux | 2008-09-22 | 1 | -3/+3 | |
| | ||||||
* | - urpmi.addmedia: | Pascal Rigaux | 2008-09-22 | 2 | -44/+11 | |
| | | | | | | | | | o for remote media, do not probe for media_info files in "./", do it only in "media_info/" the goal is to simplify the code, and to ensure things work nicely with mirrorlist/aria2 | |||||
* | create urpm::mirrors::try_probe() as a alternative solution to | Pascal Rigaux | 2008-09-22 | 3 | -10/+35 | |
| | | | | | | urpm::mirrors::try() which ensure wrong path given by the user doesn't lead to mirrors being all blacklisted | |||||
* | move {allow_metalink} from $urpm to $medium, and take into account user's | Pascal Rigaux | 2008-09-22 | 2 | -3/+10 | |
| | | | | | requested downloader before choosing wether we will retry or rely on aria2 | |||||
* | warn only once "not using metalink since ..." | Pascal Rigaux | 2008-09-22 | 1 | -4/+4 | |
| | ||||||
* | create preferred_downloader() out of _sync_webfetch_raw() | Pascal Rigaux | 2008-09-22 | 1 | -28/+35 | |
| |