| Commit message (Expand) | Author | Age | Files | Lines |
* | (add_packages_to_priority_upgrade_list) introduce it so that gurpmi & | Thierry Vignaud | 2008-03-04 | 1 | -0/+6 |
* | (set_priority_upgrade_option) split default priority upgrade list | Thierry Vignaud | 2008-03-04 | 1 | -1/+3 |
* | factorize common options between urpmi & gurpmi | Thierry Vignaud | 2008-03-04 | 1 | -9/+6 |
* | simplify | Pascal Rigaux | 2008-03-03 | 1 | -1/+1 |
* | correctly name function since it's outside of its module | Pascal Rigaux | 2008-03-03 | 2 | -3/+3 |
* | correctly name function since it's outside of its module | Pascal Rigaux | 2008-03-03 | 2 | -3/+3 |
* | fix comment | Pascal Rigaux | 2008-03-03 | 1 | -1/+0 |
* | - urpmq: | Pascal Rigaux | 2008-03-03 | 1 | -0/+21 |
* | - create non_modified_media() and use it | Pascal Rigaux | 2008-03-03 | 1 | -8/+14 |
* | add a warning for gurpmi | Thierry Vignaud | 2008-03-03 | 1 | -0/+1 |
* | handle --test | Thierry Vignaud | 2008-03-03 | 1 | -0/+1 |
* | handle --allow-medium-change (needed for do_pkgs) | Thierry Vignaud | 2008-03-03 | 1 | -0/+2 |
* | handle --expect-install (needed for do_pkgs) | Thierry Vignaud | 2008-03-03 | 1 | -0/+1 |
* | fix --expect-install (broken since 4.9.30!) | Thierry Vignaud | 2008-03-03 | 1 | -1/+1 |
* | lazy load Net::LDAP | Thierry Vignaud | 2008-03-03 | 1 | -1/+1 |
* | fix --auto-select option | Thierry Vignaud | 2008-03-03 | 1 | -1/+1 |
* | (gurpmi::parse_command_line) reuse common shared code of urpm::args, | Thierry Vignaud | 2008-03-03 | 1 | -0/+13 |
* | - urpmf, urpmq: | Pascal Rigaux | 2008-03-03 | 1 | -2/+2 |
* | fix download progression using wget: | Pascal Rigaux | 2008-03-03 | 1 | -7/+9 |
* | - urpmf: | Pascal Rigaux | 2008-03-03 | 1 | -1/+1 |
* | HAL can fail to umount the cdrom if it was not mounted by HAL. | Pascal Rigaux | 2008-02-29 | 1 | -1/+6 |
* | require urpm::cdrom where needed | Pascal Rigaux | 2008-02-29 | 1 | -0/+1 |
* | remove some functions that were moved to urpm::cdrom | Pascal Rigaux | 2008-02-29 | 1 | -27/+0 |
* | move is_iso to urpm::media and rename it | Pascal Rigaux | 2008-02-29 | 2 | -9/+6 |
* | o use hal to wait-for/mount cdroms: | Pascal Rigaux | 2008-02-29 | 2 | -170/+289 |
* | do not download on the fly xml-info unless we know if it is available | Pascal Rigaux | 2008-02-29 | 1 | -3/+2 |
* | do not pass the device around (we don't want to force a device anymore) | Pascal Rigaux | 2008-02-29 | 1 | -1/+1 |
* | if cdrom is not mounted, _check_notfound should fail, but nicely | Pascal Rigaux | 2008-02-29 | 1 | -0/+2 |
* | - rename _mount_it() into _mount_cdrom() | Pascal Rigaux | 2008-02-29 | 1 | -8/+8 |
* | rename look_for_mounted_cdrom() into _look_for_mounted_cdrom_in_mtab() | Pascal Rigaux | 2008-02-29 | 1 | -3/+3 |
* | fix --mirrorlist broken by _migrate_removable_device | Pascal Rigaux | 2008-02-29 | 1 | -1/+3 |
* | - urpmf, urpmq: | Pascal Rigaux | 2008-02-28 | 1 | -0/+5 |
* | - urpmi | Pascal Rigaux | 2008-02-27 | 1 | -8/+6 |
* | strictify prototype | Pascal Rigaux | 2008-02-27 | 1 | -5/+5 |
* | drop useless check | Pascal Rigaux | 2008-02-27 | 1 | -19/+1 |
* | _copy_from_cdrom() is a much better name than _examine_removable_medium() | Pascal Rigaux | 2008-02-27 | 1 | -6/+6 |
* | fix typo | Pascal Rigaux | 2008-02-27 | 1 | -2/+2 |
* | {removable} is no more | Pascal Rigaux | 2008-02-27 | 1 | -2/+2 |
* | - create _migrate_removable_url out of _migrate_removable_device | Pascal Rigaux | 2008-02-27 | 1 | -9/+23 |
* | - adapt "we want to copy lzma from cds" to new cdrom:// scheme | Pascal Rigaux | 2008-02-27 | 1 | -1/+2 |
* | - all tools: | Pascal Rigaux | 2008-02-27 | 2 | -75/+85 |
* | create read_mtab() | Pascal Rigaux | 2008-02-27 | 1 | -1/+3 |
* | - create file_from_local_medium(), and use it where possible instead of | Pascal Rigaux | 2008-02-27 | 2 | -31/+32 |
* | create is_local_medium() and is_local_url() | Pascal Rigaux | 2008-02-27 | 2 | -6/+6 |
* | internally use {iso} instead of {removable} for iso files | Pascal Rigaux | 2008-02-27 | 2 | -14/+9 |
* | - fix typo in try_mounting_non_cdrom() (from previous commit) | Pascal Rigaux | 2008-02-27 | 1 | -11/+7 |
* | treat iso as non-removable | Pascal Rigaux | 2008-02-27 | 2 | -9/+16 |
* | there is no reason not to use {removable} only for iso | Pascal Rigaux | 2008-02-27 | 1 | -2/+1 |
* | what we really want here is the place where the synthesis is, so in the case | Pascal Rigaux | 2008-02-27 | 1 | -3/+3 |
* | rename try_mounting_non_removable() into try_mounting_non_removables() | Pascal Rigaux | 2008-02-27 | 2 | -4/+12 |