summaryrefslogtreecommitdiffstats
path: root/urpm.pm
Commit message (Collapse)AuthorAgeFilesLines
* (get_updates_description) fix reading descriptions with --env=Thierry Vignaud2009-02-091-1/+2
(needed for rpmdrake)
* (get_updates_description) no need to keep around medium name (was onlyThierry Vignaud2007-09-141-1/+1
| | | | | used by rpmdrake (added on Aug 14 2007)
* (get_updates_description) index by medium then by package ; weThierry Vignaud2007-09-141-1/+1
previously only index by raw package name (w/o version and w/o arch) which resulted in packages being overwritten (ie on a biarch, we would only saw one of both ia32 & x86_64 packages)
* (get_updates_description) reindentThierry Vignaud2007-08-101-17/+17
|
* (get_updates_description) add some comments from old commitsThierry Vignaud2007-08-101-0/+2
|
* (get_updates_description) simplify construction of "cur"Thierry Vignaud2007-08-101-3/+1
|
* (get_updates_description) backport part of rafael commit in CVS r1.301:1.302:Thierry Vignaud2007-08-101-2/+2
| | | | | | | Make the parsing of "descriptions" file a bit better skip other tests once matched (no gain)
* (get_updates_description) backport part of rafael commit in CVS r1.301:1.302:Thierry Vignaud2007-08-101-4/+4
| | | | | | | | Make the parsing of "descriptions" file a bit better be more tolerant regarding spacing (not a issue with current description files)
* (get_updates_description) use member()Thierry Vignaud2007-08-101-1/+1
|
* (get_updates_description) descriptions files really come withThierry Vignaud2007-08-101-1/+1
| | | | | "Update:" field today; let's be more open
* (get_updates_description) parse the MDKSA ids and the URL when reading the ↵Thierry Vignaud2007-08-101-0/+1
| | | | "descriptions" file
* (get_updates_description) further factorizeThierry Vignaud2007-08-101-2/+1
|
* (get_updates_description) merge 'pre' & 'description' managementThierry Vignaud2007-08-101-2/+1
|
* (get_updates_description) rpmdrake wants the medium nameThierry Vignaud2007-08-101-1/+4
* adapt function names to pubkey and descriptions being done laterPascal Rigaux2006-11-211-5/+5
|
* handle pubkey and descriptions after the whole hdlist/synthesis/list mess is ↵Pascal Rigaux2006-11-211-5/+6
settled down
* create _get_pubkey_and_descriptions() out of various code that was done in thePascal Rigaux2006-11-211-14/+15
middle of code parsing hdlist/synthesis
* simplify sync_webfetch() args. std_options is no more needed when quiet is ↵Pascal Rigaux2006-11-201-26/+23
forced. this allow simplifying may_reconfig_urpmi(), _get_list_or_pubkey__remote() and get_descriptions_remote() prototype
* - create _update_medium__get_descriptions_local() out of ↵Pascal Rigaux2006-11-151-34/+50
_update_medium_first_pass__local() - create _update_medium__get_descriptions_remote() out of _update_medium_first_pass__remote()
* create statedir_descriptions() and use itPascal Rigaux2006-11-151-12/+11
* Patch by Shlomi Fish to fix error recovery on download of description files.Rafael Garcia-Suarez2006-02-011-4/+10
* Look for the description files in the media_info directory by defaultRafael Garcia-Suarez2004-11-291-18/+24
* added urpm::get_updates_description, print updates description in urpmq -i ↵Olivier Blin2004-01-161-0/+29
when available, do "unable to get source packages" test only when printing headers
* make sure no log are printed if using quiet download,Francois Pons2003-07-251-7/+4
removed log about description file being downloaded.