Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update Mageia copyright statements | Rémi Verschelde | 2017-04-26 | 1 | -1/+1 |
| | |||||
* | bump mga copyright | Thierry Vignaud | 2015-09-04 | 1 | -1/+1 |
| | |||||
* | drop very old CVS/SVN $Id tags | Thierry Vignaud | 2015-09-02 | 1 | -1/+0 |
| | |||||
* | only a couple func really are needed | Thierry Vignaud | 2013-03-21 | 1 | -1/+1 |
| | |||||
* | typo fix (Rafael Garcia-Suarez) | Thierry Vignaud | 2013-02-11 | 1 | -1/+1 |
| | |||||
* | bump copyright | Thierry Vignaud | 2013-02-05 | 1 | -1/+1 |
| | |||||
* | we use UDisks instead of Hal | Thierry Vignaud | 2012-10-01 | 1 | -2/+2 |
| | |||||
* | rename 'hal_cdroms' as 'cdroms' since we no longuer use Hal | Thierry Vignaud | 2012-10-01 | 1 | -10/+10 |
| | |||||
* | (_try_mounting_cdrom_using_hal) rename it as_try_mounting_cdrom_using_udisks() | Thierry Vignaud | 2012-10-01 | 1 | -3/+3 |
| | |||||
* | rename 'hal_path' as 'udisks_path' since we no longuer use Hal | Thierry Vignaud | 2012-10-01 | 1 | -13/+13 |
| | |||||
* | document some functions | Thierry Vignaud | 2012-08-31 | 1 | -0/+6 |
| | |||||
* | add basic POD documentation | Thierry Vignaud | 2012-08-31 | 1 | -0/+25 |
| | |||||
* | (_try_mounting_cdrom_using_hal) fix typo in previous commit | Thierry Vignaud | 2012-02-01 | 1 | -1/+1 |
| | |||||
* | (_try_mounting_cdrom_using_hal) make it more readable | Thierry Vignaud | 2012-01-29 | 1 | -3/+2 |
| | |||||
* | translation updates (HAL => Udisks) | Thierry Vignaud | 2012-01-29 | 1 | -1/+1 |
| | |||||
* | Synthesized commit during git-svn import combining previous Mandriva history ↵ | Mageia SVN-Git Migration | 2011-09-13 | 1 | -1/+1 |
| | | | | | | | | | | | | with Magiea. This commit consitsts of the following subversion commits: ------------------------------------------------------------------------ r1928 | dmorgan | 2011-09-13 21:44:28 +0100 (Tue, 13 Sep 2011) | 1 line Import urpmi ------------------------------------------------------------------------ | ||||
* | $urpm->{fatal} expects 2 arguments | Christophe Fergeau | 2009-06-05 | 1 | -2/+2 |
| | |||||
* | use "use strict" in all modules | Pascal Rigaux | 2009-01-06 | 1 | -0/+1 |
| | |||||
* | final urpm::cdrom adaptation to blist->{pkgs} instead of blist->{list} | Pascal Rigaux | 2008-07-08 | 1 | -1/+1 |
| | |||||
* | $o_url and blists_url is no more allowed, so adapt | Pascal Rigaux | 2008-07-08 | 1 | -18/+16 |
| | |||||
* | rename var | Pascal Rigaux | 2008-07-08 | 1 | -2/+2 |
| | |||||
* | migrate to use blist->{pkgs} instead of blist->{list} | Pascal Rigaux | 2008-07-08 | 1 | -7/+7 |
| | |||||
* | use a local copy of $blists to avoid modifying it | Pascal Rigaux | 2008-07-08 | 1 | -6/+6 |
| | |||||
* | goal: get rid of $list which must be used together with $urpm->{media}, and ↵ | Pascal Rigaux | 2008-07-08 | 1 | -5/+1 |
| | | | | | | | | | | | | | | use $blists instead - create urpm::get_pkgs::selected2local_and_blists(), which is similar to selected2list(), but returns a $blists - the following functions have been modified to use a $blists instead of $list: urpm::cdrom::copy_packages_of_removable_media() urpm::install::prepare_transaction() urpm::removable::try_mounting_non_cdroms() urpm::get_pkgs::download_packages_of_distant_media() - adapt code to use $blists | ||||
* | - compute $blist->{list} first url instead of having it in $blist->{url} | Pascal Rigaux | 2008-07-08 | 1 | -1/+1 |
| | | | | | - create file_or_synthesis_dir_from_blist() and use it | ||||
* | - urpmi: | Pascal Rigaux | 2008-03-25 | 1 | -1/+2 |
| | | | | | o nice error message when hal daemon is not running and is needed (#39327) | ||||
* | - urpmi: | Pascal Rigaux | 2008-03-19 | 1 | -9/+9 |
| | | | | | | | | | | | | o fix getting rpms from different media on same DVD without it $blist->{medium}{mntpoint} is set during first _find_blist_url_matching() and "$blist->{medium}{mntpoint} and next" will block everything. with this commit, it won't copy rpms on disk even if on different media if same DVD. | ||||
* | CD-ROM is an acronym; let's make it clear | Thierry Vignaud | 2008-03-13 | 1 | -1/+1 |
| | |||||
* | enhance cdrom fallback without perl-Hal-Cdroms | Pascal Rigaux | 2008-03-11 | 1 | -1/+1 |
| | |||||
* | - urpmi: | Pascal Rigaux | 2008-03-11 | 1 | -2/+4 |
| | | | | | o have a nicer error message when perl-Hal-Cdroms is missing (#38778) | ||||
* | correctly name function since it's outside of its module | Pascal Rigaux | 2008-03-03 | 1 | -1/+1 |
| | |||||
* | fix comment | Pascal Rigaux | 2008-03-03 | 1 | -1/+0 |
| | |||||
* | HAL can fail to umount the cdrom if it was not mounted by HAL. | Pascal Rigaux | 2008-02-29 | 1 | -1/+6 |
| | | | | | in that case, use "umount" command directly. | ||||
* | o use hal to wait-for/mount cdroms: | Pascal Rigaux | 2008-02-29 | 1 | -0/+237 |
you can now use more than one cdrom drive big commit, no time to split it... some details: - split urpm::removable into urpm::removable and urpm::cdrom - fix setting $urpm->{removable_mounted} - in try_mounting_non_cdroms(), check for local url, simpler than checking is_cdrom_url and then checking file_from_local_medium - fix _try_mounting_medium() not mounting non-cdrom anymore (regression introduced during devel) - even if urpmi says it wants cdroms in a given order, if you make a mistake, it will use the one you give (as a side-effect, it simplifies the sort on "already mounted" cdrom (cf _sort_media disappearing)) |