Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | blacklist Net::DBus (used by Hal::Cdroms) | Pascal Rigaux | 2008-02-29 | 1 | -0/+1 |
| | |||||
* | update translation for Polish | Tomasz Bednarski | 2008-02-29 | 1 | -32/+46 |
| | |||||
* | do not pass the device around (we don't want to force a device anymore) | Pascal Rigaux | 2008-02-29 | 2 | -2/+2 |
| | |||||
* | 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 _mount_and_check_notfound() into _mount_cdrom_and_check_notfound() - in _mount_cdrom_and_check_notfound, use _try_mounting_medium since failure to mount is not fatal | ||||
* | 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 |
| | |||||
* | use confess to get stacktrace (instead of croak) | Pascal Rigaux | 2008-02-28 | 1 | -1/+1 |
| | |||||
* | update translation for Polish | Tomasz Bednarski | 2008-02-28 | 1 | -112/+63 |
| | |||||
* | - urpmf, urpmq: | Pascal Rigaux | 2008-02-28 | 2 | -0/+7 |
| | | | | | o do not try to download xml-info if it's not available (#38125) | ||||
* | - urpmi | Pascal Rigaux | 2008-02-27 | 2 | -8/+7 |
| | | | | | o do not copy rpms from cdrom if only one cdrom is used (#28083) | ||||
* | 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 |
| | |||||
* | update Swedish translation | Thomas Backlund | 2008-02-27 | 1 | -931/+349 |
| | |||||
* | 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 | 2 | -9/+25 |
| | | | | | - do keep our url scheme for cdroms (#30613) | ||||
* | - adapt "we want to copy lzma from cds" to new cdrom:// scheme | Pascal Rigaux | 2008-02-27 | 1 | -1/+2 |
| | | | | | - missing lzma on cds is not a failure | ||||
* | - all tools: | Pascal Rigaux | 2008-02-27 | 9 | -90/+108 |
| | | | | | o cdrom:// replaces removable:// | ||||
* | 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 | 4 | -34/+39 |
| | | | | | | | | | 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 Rigaux | 2008-02-27 | 4 | -8/+16 |
| | |||||
* | internally use {iso} instead of {removable} for iso files | Pascal Rigaux | 2008-02-27 | 2 | -14/+9 |
| | | | | | (to make things more clear) | ||||
* | - fix typo in try_mounting_non_cdrom() (from previous commit) | Pascal Rigaux | 2008-02-27 | 1 | -11/+7 |
| | | | | | - copy_packages_of_removable_media() now only handles cdroms (no more iso) | ||||
* | 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 |
| | | | | | of {with_synthesis}, we want to check/mount there | ||||
* | rename try_mounting_non_removable() into try_mounting_non_removables() | Pascal Rigaux | 2008-02-27 | 2 | -4/+12 |
| | | | | | and create try_mounting_non_removable() | ||||
* | use blists to ensure we only mount media which will be used | Pascal Rigaux | 2008-02-27 | 2 | -3/+5 |
| | |||||
* | create separate function to mount iso | Pascal Rigaux | 2008-02-27 | 2 | -22/+38 |
| | |||||
* | Update fr translation on behalf of fr team | Christophe Berthelé | 2008-02-27 | 1 | -6/+16 |
| | |||||
* | 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 | 2 | -6/+5 |
| | | | | | media | ||||
* | 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 |
| | | | | _get_removables | ||||
* | 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 |
| | | | | | mount any removable media. so introducing _mount_and_check_notfound() | ||||
* | 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 | 3 | -23/+32 |
| | | | | | - return a struct instead of using %info + returned value | ||||
* | rename $_ into $mntpoint | Pascal Rigaux | 2008-02-26 | 1 | -12/+12 |
| | |||||
* | simplify | Pascal Rigaux | 2008-02-26 | 1 | -6/+3 |
| | |||||
* | create _expand_symlink() out of find_mntpoints() | Pascal Rigaux | 2008-02-26 | 1 | -11/+17 |
| | |||||
* | simplify | Pascal Rigaux | 2008-02-26 | 1 | -3/+2 |
| | |||||
* | make it more clear | Pascal Rigaux | 2008-02-26 | 1 | -4/+4 |
| | |||||
* | remove not useful %fstab | Pascal Rigaux | 2008-02-26 | 1 | -4/+2 |
| |