summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* (get_updates_description) fix reading descriptions with --env=Thierry Vignaud2009-02-092-1/+3
(needed for rpmdrake)
* cleanup: split _get_pubkey_and_descriptions() into _get_descriptions() and ↵Pascal Rigaux2008-10-201-4/+9
_may_get_pubkey()
* - urpmi.addmedia, urpmi.update:Pascal Rigaux2008-09-232-1/+6
| | | | | | o do not get "descriptions" on non "update" media since it's useless and potentially slow
* - urpmi.addmedia, urpmi.update:Pascal Rigaux2008-09-232-3/+3
o only look for "descriptions" in media_info/
* (write_urpmdb) copy updates descriptions too (usefull for rpmdrake)Thierry Vignaud2008-09-172-0/+4
* adapt --virtual usage description to its new featuresPascal Rigaux2008-02-211-2/+1
|
* adapt --virtual description: it can now handle remove distro Pascal Rigaux2008-02-211-4/+2
(and in that case /var/lib/urpmi is used)
* enhance misfeature descriptionPascal Rigaux2008-02-141-1/+1
|
* enhance feature descriptionPascal Rigaux2008-02-141-1/+1
|
* enhance feature descriptionPascal Rigaux2008-02-141-2/+2
* (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-143-2/+4
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)
* fix scrict-arch descriptionPascal Rigaux2007-09-031-2/+2
* (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
* indent the description and do not display on first line. Pascal Rigaux2006-11-071-0/+2
this allow processing of the output of urpmf (as required by Erwan Velu) for now choosing not to filter description (as suggested by rgs)
* --searchmedia is also an option of urpmq, so clarify its description there too.Rafael Garcia-Suarez2006-02-161-4/+6
* Fix description of command-line optionsRafael Garcia-Suarez2006-02-131-2/+2
* Fix description of --list optionRafael Garcia-Suarez2006-02-131-2/+1
* Patch by Shlomi Fish to fix error recovery on download of description files.Rafael Garcia-Suarez2006-02-011-4/+10
* Add descriptions to the list of rpms to be installed in gurpmiRafael Garcia-Suarez2005-05-091-2/+6
(bug 15496)
* Look for the description files in the media_info directory by defaultRafael Garcia-Suarez2004-11-291-18/+24
* Update description (by Adam Williamson)Rafael Garcia-Suarez2004-09-281-6/+11
* change extension of description file for one-click installGuillaume Cottenceau2004-02-091-1/+1
* added urpm::get_updates_description, print updates description in urpmq -i ↵Olivier Blin2004-01-163-6/+44
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.
* fix the %descriptionPascal Rigaux2001-06-151-8/+3