summaryrefslogtreecommitdiffstats
path: root/urpm/media.pm
Commit message (Expand)AuthorAgeFilesLines
* we don't need to pass $hdlist_or to _read_existing_synthesis_and_hdlist_if_sa...Pascal Rigaux2006-11-281-5/+5
* stop using {hdlist} name in cache/partial, use the downloaded namePascal Rigaux2006-11-281-23/+20
* - create cachedir_with_hdlist() and use it to get rid of $basenamePascal Rigaux2006-11-271-24/+22
* fix previous commit (it was the case where {hdlist} was unset and we set it)Pascal Rigaux2006-11-271-14/+11
* when parsing virtual media, do check for new missing provides, those may comePascal Rigaux2006-11-271-5/+7
* 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