| Commit message (Expand) | Author | Age | Files | Lines |
* | Synthesized commit during git-svn import combining previous Mandriva history ... | Mageia SVN-Git Migration | 2011-09-13 | 1 | -1/+1 |
* | use "use strict" in all modules | Pascal Rigaux | 2009-01-06 | 1 | -0/+1 |
* | $o_url and blists_url is no more allowed, so adapt | Pascal Rigaux | 2008-07-08 | 1 | -9/+9 |
* | migrate to use blist->{pkgs} instead of blist->{list} | Pascal Rigaux | 2008-07-08 | 1 | -2/+2 |
* | goal: get rid of $list which must be used together with $urpm->{media}, and u... | Pascal Rigaux | 2008-07-08 | 1 | -18/+1 |
* | - compute $blist->{list} first url instead of having it in $blist->{url} | Pascal Rigaux | 2008-07-08 | 1 | -3/+16 |
* | remove obsolete urpm::removable::copy_packages_of_removable_media(), call | Pascal Rigaux | 2008-07-08 | 1 | -5/+0 |
* | nicer error message | Pascal Rigaux | 2008-03-06 | 1 | -3/+3 |
* | correctly name function since it's outside of its module | Pascal Rigaux | 2008-03-03 | 1 | -2/+2 |
* | 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 | 1 | -8/+0 |
* | o use hal to wait-for/mount cdroms: | Pascal Rigaux | 2008-02-29 | 1 | -170/+52 |
* | 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 |
* | - 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 |
* | - all tools: | Pascal Rigaux | 2008-02-27 | 1 | -36/+62 |
* | - create file_from_local_medium(), and use it where possible instead of | Pascal Rigaux | 2008-02-27 | 1 | -19/+20 |
* | create is_local_medium() and is_local_url() | Pascal Rigaux | 2008-02-27 | 1 | -2/+2 |
* | internally use {iso} instead of {removable} for iso files | Pascal Rigaux | 2008-02-27 | 1 | -10/+5 |
* | - 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 | 1 | -8/+15 |
* | rename try_mounting_non_removable() into try_mounting_non_removables() | Pascal Rigaux | 2008-02-27 | 1 | -3/+11 |
* | use blists to ensure we only mount media which will be used | Pascal Rigaux | 2008-02-27 | 1 | -2/+4 |
* | create separate function to mount iso | Pascal Rigaux | 2008-02-27 | 1 | -21/+37 |
* | modify for the future | Pascal Rigaux | 2008-02-26 | 1 | -3/+3 |
* | _mount_it() can't fail! | Pascal Rigaux | 2008-02-26 | 1 | -4/+0 |
* | there is no reason copy_packages_of_removable_media should mount non removable | Pascal Rigaux | 2008-02-26 | 1 | -6/+3 |
* | simplify | Pascal Rigaux | 2008-02-26 | 1 | -2/+2 |
* | simplify | Pascal Rigaux | 2008-02-26 | 1 | -2/+1 |
* | fix comment | Pascal Rigaux | 2008-02-26 | 1 | -0/+1 |
* | simplify | Pascal Rigaux | 2008-02-26 | 1 | -3/+3 |
* | split _get_removables_or_check_mounted into _try_mounting_non_removable and _... | Pascal Rigaux | 2008-02-26 | 1 | -7/+17 |
* | add comment | Pascal Rigaux | 2008-02-26 | 1 | -0/+5 |
* | _check_notfound should be pure, there is no reason for _sort_media should | Pascal Rigaux | 2008-02-26 | 1 | -18/+19 |
* | add some comments | Pascal Rigaux | 2008-02-26 | 1 | -3/+17 |
* | - since find_mntpoints doesn't really return a list, make it clear | Pascal Rigaux | 2008-02-26 | 1 | -10/+10 |
* | rename $_ into $mntpoint | Pascal Rigaux | 2008-02-26 | 1 | -12/+12 |
* | simplify | Pascal Rigaux | 2008-02-26 | 1 | -1/+1 |
* | simplify | Pascal Rigaux | 2008-02-26 | 1 | -2/+1 |
* | - re-indent | Pascal Rigaux | 2008-02-26 | 1 | -12/+17 |
* | simplify: reduce_pathname is only useful/needed for find_mntpoints | Pascal Rigaux | 2008-02-26 | 1 | -2/+3 |
* | create _non_mounted_mntpoints() to make things more clear | Pascal Rigaux | 2008-02-26 | 1 | -3/+8 |
* | urpm::get_pkgs::verify_partial_rpm_and_move() return the final rpm | Pascal Rigaux | 2008-02-26 | 1 | -2/+2 |
* | create _do_the_copy() out of _examine_removable_medium_() | Pascal Rigaux | 2008-02-26 | 1 | -23/+28 |