summaryrefslogtreecommitdiffstats
path: root/urpm/removable.pm
Commit message (Collapse)AuthorAgeFilesLines
* - create file_from_local_medium(), and use it where possible instead ofPascal Rigaux2008-02-271-19/+20
| | | | | | | | | file_from_local_url() - in urpm::removable, this implies passing $blist around nb: for now file_from_local_medium() doesn't use the first parameter if url is given, but future commit will use both (needed for {url} cdrom://)
* create is_local_medium() and is_local_url()Pascal Rigaux2008-02-271-2/+2
|
* internally use {iso} instead of {removable} for iso filesPascal Rigaux2008-02-271-10/+5
| | | | | (to make things more clear)
* - fix typo in try_mounting_non_cdrom() (from previous commit)Pascal Rigaux2008-02-271-11/+7
| | | | | - copy_packages_of_removable_media() now only handles cdroms (no more iso)
* treat iso as non-removablePascal Rigaux2008-02-271-8/+15
|
* rename try_mounting_non_removable() into try_mounting_non_removables()Pascal Rigaux2008-02-271-3/+11
| | | | | and create try_mounting_non_removable()
* use blists to ensure we only mount media which will be usedPascal Rigaux2008-02-271-2/+4
|
* create separate function to mount isoPascal Rigaux2008-02-271-21/+37
|
* 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-261-6/+3
| | | | | media
* 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
| | | | _get_removables
* 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
| | | | | mount any removable media. so introducing _mount_and_check_notfound()
* add some commentsPascal Rigaux2008-02-261-3/+17
|
* - since find_mntpoints doesn't really return a list, make it clearPascal Rigaux2008-02-261-10/+10
| | | | | - return a struct instead of using %info + returned value
* rename $_ into $mntpointPascal Rigaux2008-02-261-12/+12
|
* simplifyPascal Rigaux2008-02-261-1/+1
|
* simplifyPascal Rigaux2008-02-261-2/+1
|
* - re-indentPascal Rigaux2008-02-261-12/+17
| | | | | - do not call eject on isos
* 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
|
* urpm::get_pkgs::verify_partial_rpm_and_move() return the final rpmPascal Rigaux2008-02-261-2/+2
|
* 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
|
* factorisePascal Rigaux2008-02-261-2/+1
|
* create _filepath() to remove duplicated codePascal Rigaux2008-02-261-4/+10
|
* create _mount_it() out of _examine_removable_medium_()Pascal Rigaux2008-02-261-2/+11
|
* create _examine_removable_medium_ out of _examine_removable_mediumPascal Rigaux2008-02-261-8/+17
|
* change _check_notfound() parameterPascal Rigaux2008-02-261-4/+4
|
* oops, revert previous commitPascal Rigaux2008-02-261-1/+2
|
* simplifyPascal Rigaux2008-02-261-2/+1
|
* add commentPascal Rigaux2008-02-261-0/+3
|
* cleanupPascal Rigaux2008-02-261-1/+1
|
* s/unless/if (!/Pascal Rigaux2008-02-261-2/+2
|
* create _get_removables_or_check_mounted() out of ↵Pascal Rigaux2008-02-261-8/+17
| | | | copy_packages_of_removable_media()
* move $examine_removable_medium sub out of copy_packages_of_removable_mediaPascal Rigaux2008-02-261-16/+17
|
* - move $check_notfound sub out of copy_packages_of_removable_mediaPascal Rigaux2008-02-261-18/+19
| | | | | - really fix _mounted_mntpoints()