summaryrefslogtreecommitdiffstats
path: root/urpm/media.pm
Commit message (Expand)AuthorAgeFilesLines
* fix display error message when need_hdlist and no hdlistPascal Rigaux2006-11-241-2/+5
* parse a statedir synthesis if it exists, even on virtualPascal Rigaux2006-11-241-14/+19
* use _parse_hdlist_or_synthesis()Pascal Rigaux2006-11-241-13/+7
* create _parse_hdlist_or_synthesis() and use it.Pascal Rigaux2006-11-241-10/+16
* do display the errorPascal Rigaux2006-11-241-2/+3
* remove defensive programming checks, which are already done inPascal Rigaux2006-11-241-17/+6
* remove check already done in check_existing_medium()Pascal Rigaux2006-11-241-36/+39
* better var name ($medium is always used to hold a medium, not a number)Pascal Rigaux2006-11-241-3/+3
* cleanerPascal Rigaux2006-11-241-0/+1
* rename var $second_pass into $need_second_pass (more clear)Pascal Rigaux2006-11-241-16/+17
* - move lock functions to a full blown modulePascal Rigaux2006-11-231-11/+5
* don't have a global variable to hold locks, otherwise code can't lock twicePascal Rigaux2006-11-231-6/+7
* remove md5sum from @PER_MEDIA_OPT (which only list per-medium options inPascal Rigaux2006-11-221-2/+2
* create urpm::removable out of urpm.pmPascal Rigaux2006-11-211-4/+5
* move many functions from urpm.pm to urpm/media.pmPascal Rigaux2006-11-211-0/+1800