summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* add aria2 to the priority list of packages that need to be updatedThierry Vignaud2008-12-202-1/+3
| | | | | | | | | before restarting urpmi (should we try to update libcares & libssl too???) (this should probably be backported in the 2009.0 branch)
* add some docPascal Rigaux2008-12-181-0/+3
|
* Update for German translationOliver Burger2008-12-151-3/+3
|
* - adapt tests to rpm 4.6:Pascal Rigaux2008-12-158-93/+4
| | | | | | | | o old suggests format is no more handled o buildroot handling changed o build directories for root changed - fix buildroot_default.spec: was broken since %{rpm_version} is not defined
* enhance the logPascal Rigaux2008-12-151-0/+1
|
* - urpmiPascal Rigaux2008-12-152-2/+4
| | | | | o --auto: do not prompt for "retry" on aria2 download failure
* (installed_leaves) do not list suggested packages as unrequested packages ↵Thierry Vignaud2008-12-152-1/+4
| | | | (#46326)
* Update for German translationOliver Burger2008-12-141-2/+2
|
* update translation for ItalianAndrea Celli2008-12-121-3/+3
|
* segfault must not go undetected!Pascal Rigaux2008-12-091-1/+2
|
* make the debug message clearerPascal Rigaux2008-12-081-2/+2
|
* update translation for PolishTomasz Bednarski2008-12-041-1/+1
|
* update translation for turkish languageAtilla Öntaş2008-11-241-491/+500
|
* sync tests dataPascal Rigaux2008-11-242-2/+17
|
* 6.196.19Pascal Rigaux2008-11-242-1/+3
|
* add a testcase for #45457Pascal Rigaux2008-11-144-5/+69
|
* - urpmiPascal Rigaux2008-11-143-5/+11
| | | | | | o in --auto, do not allow to install a package substring match (you can use -a to force it)
* r249409 | pixel | 2008-11-13 14:55:28 +0100 (Thu, 13 Nov 2008) | 10 linesPascal Rigaux2008-11-142-24/+22
| | | | | | | | | | | | | - urpmi.update o updated "ignore"d medium should not become non "ignore"d (#45457) (regression introduced in 6.18) the fix is to use update_those_media() which doesn't filter on {ignore} media, and so we don't need to unset {ignore} to allow updating a media setting {modified} is hopefully unneeded when using update_those_media(), but who knows :-/
* create update_those_media() out of update_media()Pascal Rigaux2008-11-141-5/+11
| | | | | (to be used in urpmi.update)
* - inline _update_media__handle_some_flags()Pascal Rigaux2008-11-141-15/+16
| | | | | - create all_media_to_update() and use it
* use callback for progression of download when using "xml-info: always"Pascal Rigaux2008-11-141-1/+1
|
* updated Russian translationPavel Maryanov2008-11-121-470/+569
|
* - urpmiPascal Rigaux2008-11-032-0/+2
| | | | | o ensure download when updating media (with --auto-update) is quiet
* fix commentPascal Rigaux2008-11-031-1/+1
|
* updatesKeld Simonsen2008-11-031-85/+43
|
* update for German translation, thanks to TeaAgeOliver Burger2008-11-031-537/+552
|
* Update zh_TW translationShiva Huang2008-11-011-27/+31
|
* - urpmiPascal Rigaux2008-10-312-4/+3
| | | | | o revert --auto-update behaviour in case of media update failures (#45417)
* do not use builrequires dash-static, use gcc to build a special binary, soPascal Rigaux2008-10-318-50/+67
| | | | | that we are less mandriva centered
* fix englishPascal Rigaux2008-10-291-1/+1
|
* - urpmiPascal Rigaux2008-10-292-23/+35
| | | | | | | | | o in --auto, do display error message when rpms are missing more precisely, it displays a nicer error message, which is translated. it also displays "You may want to update your urpmi database." (which was not displayed in --auto)
* drop obsolete stuffPascal Rigaux2008-10-295-38/+1
| | | | | | | | | it should have been dropped in commit: : r14827 | rgarciasuarez | 2005-02-17 16:01:39 +0100 (Thu, 17 Feb 2005) | 2 lines : Remove obsoleted and broken --distrib-XXX command-line option
* better bug numberPascal Rigaux2008-10-281-1/+1
|
* update potPascal Rigaux2008-10-281-186/+191
|
* fix poPascal Rigaux2008-10-281-1/+1
|
* 6.186.18Pascal Rigaux2008-10-282-1/+3
|
* - urpmiPascal Rigaux2008-10-288-2/+70
| | | | | | | | o fix "urpmi firefox mozilla-firefox-ext-google-toolbar ; urpme --auto-orphans mozilla-firefox-ext-google-toolbar" which must not remove firefox (cf #45054) (this is especially bad for DrakX/rpmsrate)
* - implement urpme --envPascal Rigaux2008-10-274-7/+12
| | | | | - handle urpme --auto-orphans --env
* simplify: instead of passing around {rpmdb}, set $urpm->{env_rpmdb} and use itPascal Rigaux2008-10-274-13/+7
|
* allow setting aria2-options in urpmi.cfgAnssi Hannula2008-10-242-1/+2
|
* Updated Romanian translationCatalin Florin Russen2008-10-231-18/+41
|
* - urpmi, gurpmiPascal Rigaux2008-10-232-5/+14
| | | | | o retry once on aria2 versioned-file download failure
* - gurpmiPascal Rigaux2008-10-212-1/+2
| | | | | o fix answering yes to questions on error
* - urpmi, gurpmiPascal Rigaux2008-10-215-6/+27
| | | | | o allow "retry" on aria2 download failure
* create urpm::msg::ask_yes_or_no() to remove duplicationPascal Rigaux2008-10-212-3/+8
|
* do not call {ask_yes_or_no} callback with explicit "(y/N)" otherwise it isPascal Rigaux2008-10-212-5/+5
| | | | | displayed in GUIs (gurpmi/rpmdrake/...)
* fix previous commit: we must not generated a 'start' event when we are donePascal Rigaux2008-10-211-1/+1
| | | | | with the list of files to download
* move ask_yes_or_no callback code into new function ask_yes_or_no()Pascal Rigaux2008-10-211-7/+10
|
* modify sync_aria2():Pascal Rigaux2008-10-211-18/+18
| | | | | | | | | | - prototype change: use $medium and $rel_files - remove from $rel_files things successfully downloaded (needed for next commit) - create a .metalink file even if we don't use mirrorlist (it reduces potential duplication in next commits) - don't pass specific mirrorlist aria2 options when not using mirrorlist
* - urpmi.update, urpmi.addmediaPascal Rigaux2008-10-213-0/+11
| | | | | | | | o exit on failing media instead of ignoring them (esp. for urpmi.addmedia --distrib). exceptions: "urpmi.update -a" and "urpmi.update --update" for backward compatibility