Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | _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 | 1 | -44/+9 |
| | | | | | | | | | 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 | 2 | -10/+34 |
| | | | | | | 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 |
| | |||||
* | - urpmi.addmedia: | Pascal Rigaux | 2008-09-19 | 1 | -2/+1 |
| | | | | | | | | o --distrib: do not skip "debug_for=" media (debug media will be added with flag "ignore" if noauto=1) as requested by fcrozat and tvignaud | ||||
* | - Add some options to aria2 downloader | Aurélien Lefebvre | 2008-09-18 | 1 | -2/+4 |
| | | | | | - Reduce from 16 to 8 servers for each file in metalink | ||||
* | (write_urpmdb) copy updates descriptions too (usefull for rpmdrake) | Thierry Vignaud | 2008-09-17 | 1 | -0/+3 |
| | |||||
* | - library: | Pascal Rigaux | 2008-09-11 | 1 | -0/+18 |
| | | | | | o create urpm::select::conflicting_packages_msg() for rpmdrake | ||||
* | - fix locale problem with aria2 | Aurélien Lefebvre | 2008-09-10 | 1 | -0/+1 |
| | |||||
* | fix namespace (it's really too late to commit more) | Thierry Vignaud | 2008-09-09 | 2 | -2/+2 |
| | |||||
* | (db_open_or_die__) ahem... | Thierry Vignaud | 2008-09-09 | 2 | -2/+2 |
| | |||||
* | (db_open_or_die__) factorize some code (the name might have to be changed...) | Thierry Vignaud | 2008-09-09 | 2 | -16/+2 |
| | |||||
* | (set_verbose,set_verbosity) enable rpmdrake to support -q & -v options | Thierry Vignaud | 2008-09-09 | 1 | -4/+12 |
| | |||||
* | (set_debug) extract it so that rpmdrake can support the --debug option | Thierry Vignaud | 2008-09-09 | 1 | -5/+8 |
| | |||||
* | - library: | Pascal Rigaux | 2008-09-09 | 1 | -1/+2 |
| | | | | | o fix urpm::download::sync() return value (used by rpmdrake) (#43639) | ||||
* | o fix orphans handling: an already installed pkg must not become | Pascal Rigaux | 2008-09-09 | 1 | -3/+6 |
| | | | | | | | "unrequested" because a new version of it is required fixes test_urpme(['gg', 'g'], 'g', 'g', 'gg-2'); | ||||
* | - urpmi | Pascal Rigaux | 2008-09-09 | 3 | -0/+68 |
| | | | | | | o after installing in chroot, migrate back rpmdb db version to one compatible with the rpm in the chroot | ||||
* | clean __db* after computing need_restart (in chroot) | Pascal Rigaux | 2008-09-09 | 1 | -0/+3 |
| | |||||
* | add whereis_binary() | Pascal Rigaux | 2008-09-09 | 1 | -0/+13 |
| | | | | | (needed in upcoming should_we_migrate_back_rpmdb_db_version()) | ||||
* | please perl_checker | Pascal Rigaux | 2008-09-09 | 1 | -1/+1 |
| | |||||
* | create may_clean_rpmdb_shared_regions() | Pascal Rigaux | 2008-09-09 | 2 | -4/+10 |
| | |||||
* | partially revert previous commit | Pascal Rigaux | 2008-09-06 | 1 | -6/+6 |
| | | | | | (_selected_unrequested() doesn't need $current_unrequested) | ||||
* | - cleanup doc of _renamed_unrequested() | Pascal Rigaux | 2008-09-06 | 1 | -7/+7 |
| | | | | | - move things around for next commit | ||||
* | fix: use "&" instead of "," to join GET parameters in url | Pascal Rigaux | 2008-09-06 | 1 | -1/+1 |
| | |||||
* | fix previous commit (otherwise it goes very weird) | Pascal Rigaux | 2008-09-05 | 1 | -1/+1 |
| | |||||
* | allow --no-metalink | Pascal Rigaux | 2008-09-05 | 1 | -1/+1 |
| | |||||
* | simplify | Pascal Rigaux | 2008-09-05 | 1 | -1/+1 |
| | |||||
* | simplify | Pascal Rigaux | 2008-09-05 | 1 | -2/+1 |
| | |||||
* | fix previous commit: do not display wrong log message | Pascal Rigaux | 2008-09-05 | 1 | -1/+1 |
| | |||||
* | - fix handling --downloader when using mirrorlist (it was forcing aria2) | Pascal Rigaux | 2008-09-05 | 1 | -7/+12 |
| | |||||
* | - fix display of downloaded urls with aria2 and metalinks | Pascal Rigaux | 2008-09-05 | 1 | -15/+15 |
| | |||||
* | - urpmi | Pascal Rigaux | 2008-09-04 | 1 | -0/+3 |
| | | | | | o enhance --bug: copy installed-through-deps.list in bug report | ||||
* | fix regression introduced in previous commit | Pascal Rigaux | 2008-09-04 | 1 | -2/+3 |
| | | | | | | (it was working in my cases since urpm::ensure_valid_cachedir() was called beforehand) | ||||
* | - library: | Pascal Rigaux | 2008-09-04 | 1 | -1/+1 |
| | | | | | o modify urpm::download::get_content() to work as non-superuser | ||||
* | much nicer userdir() functions: | Pascal Rigaux | 2008-09-04 | 2 | -10/+4 |
| | | | | | | | | | - userdir() does not modify $urpm->{cachedir} anymore, if you must ensure $urpm->{cachedir} to be modified, use ensure_valid_cachedir() - valid_cachedir() gives you a valid cachedir (works for root or simple-user), but does not modify $urpm->{cachedir} | ||||
* | simplify: always create "partial" and "rpms" in "userdir", that way we can use | Pascal Rigaux | 2008-09-04 | 1 | -7/+2 |
| | | | | | userdir() in most cases | ||||
* | - fix proxy parameter for aria2 (thanks to alkh) | Pascal Rigaux | 2008-09-04 | 2 | -2/+8 |
| | |||||
* | - remove rsync mirrors when calling aria2 | Pascal Rigaux | 2008-09-04 | 1 | -1/+5 |
| |