summaryrefslogtreecommitdiffstats
path: root/urpm
Commit message (Expand)AuthorAgeFilesLines
* create is_local_medium() and is_local_url()Pascal Rigaux2008-02-272-6/+6
* internally use {iso} instead of {removable} for iso filesPascal Rigaux2008-02-272-14/+9
* - fix typo in try_mounting_non_cdrom() (from previous commit)Pascal Rigaux2008-02-271-11/+7
* treat iso as non-removablePascal Rigaux2008-02-272-9/+16
* there is no reason not to use {removable} only for isoPascal Rigaux2008-02-271-2/+1
* what we really want here is the place where the synthesis is, so in the casePascal Rigaux2008-02-271-3/+3
* rename try_mounting_non_removable() into try_mounting_non_removables()Pascal Rigaux2008-02-272-4/+12
* use blists to ensure we only mount media which will be usedPascal Rigaux2008-02-272-3/+5
* create separate function to mount isoPascal Rigaux2008-02-272-22/+38
* modify for the futurePascal Rigaux2008-02-261-3/+3
* _mount_it() can't fail!Pascal Rigaux2008-02-261-4/+0
* there is no reason copy_packages_of_removable_media should mount non removablePascal Rigaux2008-02-262-6/+5
* simplifyPascal Rigaux2008-02-261-2/+2
* simplifyPascal Rigaux2008-02-261-2/+1
* fix commentPascal Rigaux2008-02-261-0/+1
* simplifyPascal Rigaux2008-02-261-3/+3
* split _get_removables_or_check_mounted into _try_mounting_non_removable and _...Pascal Rigaux2008-02-261-7/+17
* add commentPascal Rigaux2008-02-261-0/+5
* _check_notfound should be pure, there is no reason for _sort_media shouldPascal Rigaux2008-02-261-18/+19
* add some commentsPascal Rigaux2008-02-261-3/+17
* - since find_mntpoints doesn't really return a list, make it clearPascal Rigaux2008-02-263-23/+32
* rename $_ into $mntpointPascal Rigaux2008-02-261-12/+12
* simplifyPascal Rigaux2008-02-261-6/+3
* create _expand_symlink() out of find_mntpoints()Pascal Rigaux2008-02-261-11/+17
* simplifyPascal Rigaux2008-02-261-3/+2
* make it more clearPascal Rigaux2008-02-261-4/+4
* remove not useful %fstabPascal Rigaux2008-02-261-4/+2
* create _read_fstab_or_mtab() to factorisePascal Rigaux2008-02-261-13/+20
* every callers give a hash ref, so remove unneeded codePascal Rigaux2008-02-261-9/+3
* simplifyPascal Rigaux2008-02-261-1/+1
* simplifyPascal Rigaux2008-02-261-2/+1
* - re-indentPascal Rigaux2008-02-261-12/+17
* simplify: reduce_pathname is only useful/needed for find_mntpointsPascal Rigaux2008-02-261-2/+3
* create _non_mounted_mntpoints() to make things more clearPascal Rigaux2008-02-261-3/+8
* move removing bad file inside verify_partial_rpm_and_move()Pascal Rigaux2008-02-261-3/+4
* simplifyPascal Rigaux2008-02-261-2/+2
* urpm::get_pkgs::verify_partial_rpm_and_move() return the final rpmPascal Rigaux2008-02-262-3/+3
* create _do_the_copy() out of _examine_removable_medium_()Pascal Rigaux2008-02-261-23/+28
* i don't see any reason for this...Pascal Rigaux2008-02-261-1/+1
* create _sort_media() out of copy_packages_of_removable_media()Pascal Rigaux2008-02-261-13/+16
* simplifyPascal Rigaux2008-02-261-7/+7
* do not pass $device around, it's the same as $medium->{removable}Pascal Rigaux2008-02-261-6/+7
* create a "blist" which is both $list and $urpm->{media}Pascal Rigaux2008-02-261-16/+25
* fix typo in previous commitPascal Rigaux2008-02-261-1/+1
* simplifyPascal Rigaux2008-02-261-11/+9
* simplifyPascal Rigaux2008-02-261-6/+2
* use urpm::get_pkgs::verify_partial_rpm_and_move()Pascal Rigaux2008-02-261-4/+2
* create verify_partial_rpm_and_move() out ofPascal Rigaux2008-02-261-4/+12
* fix typo (introduced on 2008-02-24 r237346)Pascal Rigaux2008-02-261-1/+1
* rename some varsPascal Rigaux2008-02-261-14/+12