summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 6.14.17 versiontopic/6.14Antoine Ginies2010-10-072-1/+6
|
* fix #60027 (bad return code of urpmi.addmedia)Antoine Ginies2010-10-071-1/+1
|
* 6.14.16Christophe Fergeau2010-03-092-1/+3
|
* remember which media local packages came fromChristophe Fergeau2010-03-092-1/+10
| | | | | | | | | | | | | | | | | | | | | | It's sometimes possible that a package is available from both a local medium (CDROM) and a distant one. This causes problems when the package isn't signed with the same key (this is bad but happens on MES5 install CDs) as urpmi tends to get confused about where a package comes from and then check the package against the wrong key. Packages are assigned IDs by urpmi, and these IDs are used to figure out the package media. This ID is also used as an identifier to "recognize" identical packages coming from different media, so we need to be careful when manipulating it. In particular, we can't assign the right ID to every package right away because then this would break package downloading (we'd download packages available on local media). When processing packages to download, if we encounter a local package, we assign it the right ID. This assumes the list of media in the blist are sorted by order of relevance (ie prioritary ones first).
* Fix help in all versions as this is an old errorNicolas Lécureuil2009-08-061-1/+1
|
* 6.14.15Christophe Fergeau2009-06-052-1/+7
|
* $urpm->{fatal} expects 2 argumentsChristophe Fergeau2009-06-052-3/+3
|
* 6.14.14Christophe Fergeau2009-05-122-1/+3
|
* add aria2 to the priority list of packages that need to be updatedChristophe Fergeau2009-05-122-1/+3
| | | | | | before restarting urpmi (should we try to update libcares & libssl too???)
* Fix urpmq -i with local RPMsChristophe Fergeau2009-05-122-5/+10
|
* When downloading packages, remember where it comes from.Christophe Fergeau2009-05-122-7/+21
| | | | | | | | | When the same packages is available from different medias (main/release and main/update for example), urpmi can forget from which media it downloaded the package, and this causes issues with key checking. This commit makes sure we are using the right package id for the package we downloaded (the same package will have different IDs if it's available from different medias).
* (installed_leaves) do not list suggested packages as unrequested packages ↵Thierry Vignaud2008-12-202-1/+4
| | | | | | | (#46326) (backporting r250481 from trunk (2008-12-15))
* enhance the logPascal Rigaux2008-12-151-0/+1
|
* 6.14.13Pascal Rigaux2008-12-152-1/+3
|
* - urpmiPascal Rigaux2008-12-152-2/+5
| | | | | o --auto: do not prompt for "retry" on aria2 download failure
* 6.14.12Pascal Rigaux2008-11-142-1/+3
|
* - urpmi.updatePascal Rigaux2008-11-132-24/+22
| | | | | | | | | | | | o updated "ignore"d medium should not become non "ignore"d (#45457) (regression introduced in 6.14.9) 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-131-5/+11
| | | | | (to be used in urpmi.update)
* create all_media_to_update() and use itPascal Rigaux2008-11-131-4/+10
|
* inline _update_media__handle_some_flags()Pascal Rigaux2008-11-131-15/+10
| | | | | (for next commit)
* allow setting aria2-options in urpmi.cfg (trunk 248915)Anssi Hannula2008-10-312-1/+3
|
* - urpmiPascal Rigaux2008-10-292-0/+4
| | | | | o in --auto, do display an error message when rpms are missing
* update potPascal Rigaux2008-10-281-2/+2
|
* 6.14.11Pascal Rigaux2008-10-282-1/+3
|
* fix bug numberPascal Rigaux2008-10-281-1/+1
|
* - urpmiPascal Rigaux2008-10-288-2/+72
| | | | | | | | 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)
* update potPascal Rigaux2008-10-231-144/+150
|
* 6.14.10Pascal Rigaux2008-10-232-1/+3
|
* - urpmi, gurpmiPascal Rigaux2008-10-232-4/+15
| | | | | o retry once on aria2 versioned-file download failure
* fix buildThierry Vignaud2008-10-221-3/+3
|
* 6.14.9Thierry Vignaud2008-10-222-1/+3
|
* - urpmi, gurpmiPascal Rigaux2008-10-215-25/+58
| | | | | | | o allow "retry" on aria2 download failure (backported from trunk: r248522 r248523 r248538 r248541 r248554)
* - gurpmiPascal Rigaux2008-10-212-1/+3
| | | | | o fix answering yes to questions on error
* - urpmi.addmediaPascal Rigaux2008-10-213-0/+5
| | | | | o exit on failing media instead of ignoring them (esp. for --distrib)
* fix translation (thanks to Gustavo Ariel Giampaoli)Pascal Rigaux2008-10-211-4/+2
|
* - urpmi.updatePascal Rigaux2008-10-202-13/+32
| | | | | | | o fix --force-key (#45094) (backported from trunk)
* - urpmiPascal Rigaux2008-10-203-15/+4
| | | | | | | o fix --auto-update ignoring --media and default-media (#45097) (backported from trunk)
* - urpme, libraryPascal Rigaux2008-10-173-1/+5
| | | | | | o do not display things like "conflicts@b-1-1.noarch@a-1-1.noarch@/etc/foo" (regression introduced in 6.14.5)
* 6.14.8Thierry Vignaud2008-10-162-1/+3
|
* add support for --clean in gurpmiThierry Vignaud2008-10-162-1/+4
|
* 6.14.7Pascal Rigaux2008-10-162-1/+3
|
* fix the logPascal Rigaux2008-10-161-1/+3
|
* extract error from aria2 log instead of giving it rawPascal Rigaux2008-10-161-2/+2
| | | | | (backported from trunk)
* - gurpmiPascal Rigaux2008-10-162-1/+9
| | | | | | | o display the download errors (backported from trunk)
* 6.14.6Thierry Vignaud2008-10-152-1/+3
|
* (configure_urpm,do_install_3) display all urpmi logsThierry Vignaud2008-10-152-0/+8
|
* 6.14.5Pascal Rigaux2008-10-152-1/+3
|
* - urpmiPascal Rigaux2008-10-153-2/+12
| | | | | | | | o diskspace issues are now a fatal error (need perl-URPM 3.18.1) (no use going on with the other transactions) (backported from trunk)
* 6.14.4Pascal Rigaux2008-10-142-1/+3
|
* - library:Pascal Rigaux2008-10-142-1/+7
| | | | | o allow mdkapplet-upgrade-helper to force $MIRRORLIST distro version