summaryrefslogtreecommitdiffstats
path: root/urpm/cdrom.pm
Commit message (Expand)AuthorAgeFilesLines
* Stop truncating disk names when prompting for a CDThierry Vignaud2020-05-061-2/+2
* bump copyrightThierry Vignaud2020-01-171-1/+1
* Update Mageia copyright statementsRĂ©mi Verschelde2017-04-261-1/+1
* bump mga copyrightThierry Vignaud2015-09-041-1/+1
* drop very old CVS/SVN $Id tagsThierry Vignaud2015-09-021-1/+0
* only a couple func really are neededThierry Vignaud2013-03-211-1/+1
* typo fix (Rafael Garcia-Suarez)Thierry Vignaud2013-02-111-1/+1
* bump copyrightThierry Vignaud2013-02-051-1/+1
* we use UDisks instead of HalThierry Vignaud2012-10-011-2/+2
* rename 'hal_cdroms' as 'cdroms' since we no longuer use HalThierry Vignaud2012-10-011-10/+10
* (_try_mounting_cdrom_using_hal) rename it as_try_mounting_cdrom_using_udisks()Thierry Vignaud2012-10-011-3/+3
* rename 'hal_path' as 'udisks_path' since we no longuer use HalThierry Vignaud2012-10-011-13/+13
* document some functionsThierry Vignaud2012-08-311-0/+6
* add basic POD documentationThierry Vignaud2012-08-311-0/+25
* (_try_mounting_cdrom_using_hal) fix typo in previous commitThierry Vignaud2012-02-011-1/+1
* (_try_mounting_cdrom_using_hal) make it more readableThierry Vignaud2012-01-291-3/+2
* translation updates (HAL => Udisks)Thierry Vignaud2012-01-291-1/+1
* Synthesized commit during git-svn import combining previous Mandriva history ...Mageia SVN-Git Migration2011-09-131-1/+1
* $urpm->{fatal} expects 2 argumentsChristophe Fergeau2009-06-051-2/+2
* use "use strict" in all modulesPascal Rigaux2009-01-061-0/+1
* final urpm::cdrom adaptation to blist->{pkgs} instead of blist->{list}Pascal Rigaux2008-07-081-1/+1
* $o_url and blists_url is no more allowed, so adaptPascal Rigaux2008-07-081-18/+16
* rename varPascal Rigaux2008-07-081-2/+2
* migrate to use blist->{pkgs} instead of blist->{list}Pascal Rigaux2008-07-081-7/+7
* use a local copy of $blists to avoid modifying itPascal Rigaux2008-07-081-6/+6
* goal: get rid of $list which must be used together with $urpm->{media}, and u...Pascal Rigaux2008-07-081-5/+1
* - compute $blist->{list} first url instead of having it in $blist->{url}Pascal Rigaux2008-07-081-1/+1
* - urpmi:Pascal Rigaux2008-03-251-1/+2
* - urpmi:Pascal Rigaux2008-03-191-9/+9
* CD-ROM is an acronym; let's make it clearThierry Vignaud2008-03-131-1/+1
* enhance cdrom fallback without perl-Hal-CdromsPascal Rigaux2008-03-111-1/+1
* - urpmi:Pascal Rigaux2008-03-111-2/+4
* correctly name function since it's outside of its modulePascal Rigaux2008-03-031-1/+1
* fix commentPascal Rigaux2008-03-031-1/+0
* HAL can fail to umount the cdrom if it was not mounted by HAL.Pascal Rigaux2008-02-291-1/+6
* o use hal to wait-for/mount cdroms: Pascal Rigaux2008-02-291-0/+237