summaryrefslogtreecommitdiffstats
path: root/NEWS
Commit message (Collapse)AuthorAgeFilesLines
...
* 6.366.36Christophe Fergeau2010-05-261-0/+2
|
* urpmq: allow to use -g with --listChristophe Fergeau2010-05-171-0/+3
|
* remember which media local packages came fromChristophe Fergeau2010-04-281-0/+2
| | | | | | | | | | | | | | | | | | | | | | 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).
* 6.356.35Christophe Fergeau2010-04-281-0/+2
|
* when using --update, allow to get dependencies from non-update mediaChristophe Fergeau2010-04-231-0/+3
| | | | Fixes #51268
* (add_distrib_media) disable non-free repository by default for FreeThierry Vignaud2010-02-251-1/+1
| | | | edition instead of not adding them (#40033)
* (add_distrib_media) do not add non-free repository by default for Free ↵Thierry Vignaud2010-02-241-0/+3
| | | | edition (#40033)
* 6.346.34Thierry Vignaud2010-01-251-0/+2
|
* log misc's fix for bug #54842Thierry Vignaud2010-01-251-0/+1
|
* wrap too long logThierry Vignaud2010-01-251-1/+2
|
* don't crash when parsing an invalid media.cfg file in /etc/urpmi/mediacfg.dChristophe Fergeau2010-01-151-0/+2
|
* fix bug # in NEWSChristophe Fergeau2010-01-151-1/+1
|
* 6.336.33Christophe Fergeau2010-01-121-0/+5
|
* (_kernel_callback) add packages requiring orphan kernels to the orphanThierry Vignaud2010-01-051-0/+1
| | | | lists too, eg dkms packages (#53414)
* update NEWS fileChristophe Fergeau2009-12-081-1/+4
|
* (handle_need_restart) do not advice to reboot when inside a chrootThierry Vignaud2009-11-241-0/+1
|
* better phrasingThierry Vignaud2009-11-241-2/+2
|
* ignore gpg_pubkey packages in urpmq --not-availablePascal Terjan2009-11-181-0/+1
|
* don't cache media.cfg files on virtual mediaChristophe Fergeau2009-11-101-0/+3
| | | | | | media.cfg files were cached to /etc/urpmi/media.cfg even when using --use-distrib or other media for which we don't want to cache the media matadata. Make sure we no longer do that.
* 6.326.32Christophe Fergeau2009-10-291-0/+2
|
* don't use aria2 to fetch mirrorlist, fixes #53434Christophe Fergeau2009-10-291-0/+1
|
* update NEWSChristophe Fergeau2009-10-291-0/+4
|
* 6.316.31Christophe Fergeau2009-10-281-0/+2
|
* add --not-available option to urpmqChristophe Fergeau2009-10-211-0/+3
| | | | | | | | Patch from Pascal Terjan, fixes bug #51418 urpmq --not-available shows the packages that are installed but no longer available in the configured media. This can be helpful to figure out which packages are obsolete after a few distro upgrades.
* update NEWSChristophe Fergeau2009-10-211-0/+2
|
* 6.30.16.30.1Christophe Fergeau2009-10-211-0/+4
|
* 6.306.30Christophe Fergeau2009-10-161-0/+2
|
* print PID of process locking the URPMI databaseChristophe Fergeau2009-10-151-0/+2
|
* update NEWSChristophe Fergeau2009-10-131-0/+4
|
* fix bogus logic referencing non existent variables introduced in commit r261072Thierry Vignaud2009-10-131-0/+2
| | | | | | | | | by pterjan on 2009-09-28 which just broke kernel orphaning (was: "Do not list as orphans kernel packages which where not installe through dependencies (#53425)" warning: run perl_checker next time!!!
* 6.296.29Christophe Fergeau2009-10-051-0/+2
|
* (_compute_flags_for_skiplist) do not display skiped packages on console by ↵Thierry Vignaud2009-10-021-0/+1
| | | | default with rpmdrake
* typo fixThierry Vignaud2009-10-021-1/+1
|
* Do not list as orphans kernel packages which where not installe through ↵Pascal Terjan2009-09-281-0/+2
| | | | dependencies (#53425)
* make certificate check for aria2 behave the same as for the other downloadersChristophe Fergeau2009-09-241-0/+1
|
* exclude kernel-source from orphan processing (#53426)Christophe Fergeau2009-09-041-0/+2
|
* 6.28.16.28.1Christophe Fergeau2009-09-031-0/+2
|
* log latest changesThierry Vignaud2009-09-031-0/+2
|
* urpmi 6.286.28Christophe Fergeau2009-08-311-0/+4
|
* (_kernel_callback,_get_orphan_kernels,_all_unrequested_orphans) offerThierry Vignaud2009-08-201-0/+3
| | | | | | | to remove old kernels (excluding the running one) do not do anything if we failed to detect the running one (ie: chroot))
* (_get_current_kernel_package,_all_unrequested_orphans) do not offer to ↵Thierry Vignaud2009-08-201-0/+4
| | | | remove current kernel
* release 6.27.16.27.1Christophe Fergeau2009-08-201-0/+2
|
* append a 'reason' field to api.mandriva.com queries when the query isChristophe Fergeau2009-08-181-0/+2
| | | | meant to update the mirror list
* update NEWSChristophe Fergeau2009-08-171-0/+3
|
* 6.276.27Thierry Vignaud2009-08-131-0/+2
|
* Save media.cfg files locally to map urpmi.cfg media to media.cfgChristophe Fergeau2009-08-131-0/+2
| | | | | | | | | | | To make it possible to associate more metainformation with the media stored in urpmi.cfg, we need to be able to associate a given urpmi.cfg medium with the media.cfg files it was created from. To do that, we save media.cfg files locally in /etc/urpmi/mediacfg.d/$name with an additional 'url' or 'mirrorlist' files. Those files are used to resolve the relative names stored in media.cfg so that we can associate them with the absolute names stored in urpmi.cfg. The mediacfg.d dir is cleaned up when a medium is removed (if necessary).
* (install,run) prevent garbaging text installer (#50776)Thierry Vignaud2009-08-111-0/+1
| | | | | | rationale: all prints in transaction/installation code now go through a callback that redirects the output at install time
* add missing spaceThierry Vignaud2009-08-111-0/+1
|
* update NEWSChristophe Fergeau2009-08-111-0/+4
|
* 6.26.16.26.1Christophe Fergeau2009-07-311-0/+5
|