summaryrefslogtreecommitdiffstats
path: root/urpm/media.pm
Commit message (Expand)AuthorAgeFilesLines
* (configure,_auto_update_media,parse_media,update_media) fix (g)urpmiThierry Vignaud2011-09-141-4/+4
* Synthesized commit during git-svn import combining previous Mandriva history ...Mageia SVN-Git Migration2011-09-131-1/+1
* - fix warning : "Use of uninitialized value in numeric lt (<) at urpm/media.p...Michael Scherer2010-07-301-1/+1
* add --zeroconf support in urpmi.addmediaOlivier Blin2010-06-161-1/+56
* when using --update, allow to get dependencies from non-update mediaChristophe Fergeau2010-04-231-3/+11
* (add_distrib_media) disable non-free repository by default for FreeThierry Vignaud2010-02-251-8/+7
* perl_checker cleanupsThierry Vignaud2010-02-241-3/+3
* (add_distrib_media) do not add non-free repository by default for Free editio...Thierry Vignaud2010-02-241-0/+11
* - add md5sum module, as it is used later. It is cleaner to delcare what modul...Michael Scherer2010-01-221-0/+1
* don't crash when parsing an invalid media.cfg file in /etc/urpmi/mediacfg.dChristophe Fergeau2010-01-151-1/+1
* perl_checker cleanupChristophe Fergeau2010-01-121-1/+1
* fix handling of media with redirectionsChristophe Fergeau2010-01-121-1/+1
* honour $RELEASE/$ARCH/... in urpmi.addmedia --distribChristophe Fergeau2010-01-121-3/+5
* don't cache media.cfg files on virtual mediaChristophe Fergeau2009-11-101-2/+6
* (_compute_flags_for_skiplist) do not display skiped packages on console by de...Thierry Vignaud2009-10-021-1/+1
* add per-media disable-certificate-check optionChristophe Fergeau2009-09-251-0/+1
* revert bogus commit r259891Thierry Vignaud2009-09-031-1/+1
* add missing parameterThierry Vignaud2009-09-031-1/+1
* prevent perl_checker to comply about this (urpmi does _NOT_ use MDK::Common)Thierry Vignaud2009-09-031-3/+3
* more perl_checker cleanupsThierry Vignaud2009-09-031-0/+2
* missing argumentThierry Vignaud2009-09-031-1/+1
* (_cleanup_mediacfg_dir) kill unused variableThierry Vignaud2009-09-031-2/+0
* (_remove_medium_from_mediacfg) fix using actually given arguments... (#53097)Thierry Vignaud2009-09-031-1/+1
* minor perl_checker cleanups in order to reduce SNRThierry Vignaud2009-09-031-23/+21
* don't attempt to expand empty media urls, fixes #52860Christophe Fergeau2009-08-171-1/+1
* remove debugging printChristophe Fergeau2009-08-131-4/+0
* code cleanups, small fixes in media.cfg savingChristophe Fergeau2009-08-131-25/+20
* Save media.cfg files locally to map urpmi.cfg media to media.cfgChristophe Fergeau2009-08-131-3/+155
* take into account $RELEASE, $ARCH in urls passed to urpmi.addmediaChristophe Fergeau2009-08-111-0/+3
* (parse_media) fix latest commit 255088 from cfergeau: ->{debug} mayThierry Vignaud2009-03-311-1/+1
* Downgrade cryptic log message to debug message, fixes #49226Christophe Fergeau2009-03-301-1/+1
* fix previous commitPascal Rigaux2009-01-281-0/+1
* - drop support for /etc/urpmi/media.d/*.cfgPascal Rigaux2009-01-281-32/+3
* use "use strict" in all modulesPascal Rigaux2009-01-061-0/+1
* create update_those_media() out of update_media()Pascal Rigaux2008-11-141-5/+11
* - inline _update_media__handle_some_flags()Pascal Rigaux2008-11-141-15/+16
* use callback for progression of download when using "xml-info: always"Pascal Rigaux2008-11-141-1/+1
* fix commentPascal Rigaux2008-11-031-1/+1
* - urpmiPascal Rigaux2008-10-311-4/+2
* - urpmi, gurpmiPascal Rigaux2008-10-211-2/+3
* - urpmi.update, urpmi.addmediaPascal Rigaux2008-10-211-0/+2
* cleanup: split _get_pubkey_and_descriptions() into _get_descriptions() and _m...Pascal Rigaux2008-10-201-4/+9
* add missing para to _get_pubkey()Pascal Rigaux2008-10-201-1/+1
* make things more clear: do not "delete $medium->{key-ids}" to ensure we don'tPascal Rigaux2008-10-201-9/+7
* - urpmi.updatePascal Rigaux2008-10-201-0/+5
* handle {forcekey} elsewhere (for next commit)Pascal Rigaux2008-10-201-5/+7
* move some code into _get_pubkey()Pascal Rigaux2008-10-201-7/+14
* - urpmiPascal Rigaux2008-10-201-1/+1
* - urpmi.update, urpmi.addmedia, urpmi.removemedia:Pascal Rigaux2008-10-141-5/+5
* - urpmi.addmedia, urpmi.update:Pascal Rigaux2008-09-231-10/+18