Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (_kernel_callback) add packages requiring orphan kernels to the orphan | Thierry Vignaud | 2010-01-05 | 1 | -0/+1 |
| | | | | lists too, eg dkms packages (#53414) | ||||
* | update NEWS file | Christophe Fergeau | 2009-12-08 | 1 | -1/+4 |
| | |||||
* | (handle_need_restart) do not advice to reboot when inside a chroot | Thierry Vignaud | 2009-11-24 | 1 | -0/+1 |
| | |||||
* | better phrasing | Thierry Vignaud | 2009-11-24 | 1 | -2/+2 |
| | |||||
* | ignore gpg_pubkey packages in urpmq --not-available | Pascal Terjan | 2009-11-18 | 1 | -0/+1 |
| | |||||
* | don't cache media.cfg files on virtual media | Christophe Fergeau | 2009-11-10 | 1 | -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.32 | Christophe Fergeau | 2009-10-29 | 1 | -0/+2 |
| | |||||
* | don't use aria2 to fetch mirrorlist, fixes #53434 | Christophe Fergeau | 2009-10-29 | 1 | -0/+1 |
| | |||||
* | update NEWS | Christophe Fergeau | 2009-10-29 | 1 | -0/+4 |
| | |||||
* | 6.316.31 | Christophe Fergeau | 2009-10-28 | 1 | -0/+2 |
| | |||||
* | add --not-available option to urpmq | Christophe Fergeau | 2009-10-21 | 1 | -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 NEWS | Christophe Fergeau | 2009-10-21 | 1 | -0/+2 |
| | |||||
* | 6.30.16.30.1 | Christophe Fergeau | 2009-10-21 | 1 | -0/+4 |
| | |||||
* | 6.306.30 | Christophe Fergeau | 2009-10-16 | 1 | -0/+2 |
| | |||||
* | print PID of process locking the URPMI database | Christophe Fergeau | 2009-10-15 | 1 | -0/+2 |
| | |||||
* | update NEWS | Christophe Fergeau | 2009-10-13 | 1 | -0/+4 |
| | |||||
* | fix bogus logic referencing non existent variables introduced in commit r261072 | Thierry Vignaud | 2009-10-13 | 1 | -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.29 | Christophe Fergeau | 2009-10-05 | 1 | -0/+2 |
| | |||||
* | (_compute_flags_for_skiplist) do not display skiped packages on console by ↵ | Thierry Vignaud | 2009-10-02 | 1 | -0/+1 |
| | | | | default with rpmdrake | ||||
* | typo fix | Thierry Vignaud | 2009-10-02 | 1 | -1/+1 |
| | |||||
* | Do not list as orphans kernel packages which where not installe through ↵ | Pascal Terjan | 2009-09-28 | 1 | -0/+2 |
| | | | | dependencies (#53425) | ||||
* | make certificate check for aria2 behave the same as for the other downloaders | Christophe Fergeau | 2009-09-24 | 1 | -0/+1 |
| | |||||
* | exclude kernel-source from orphan processing (#53426) | Christophe Fergeau | 2009-09-04 | 1 | -0/+2 |
| | |||||
* | 6.28.16.28.1 | Christophe Fergeau | 2009-09-03 | 1 | -0/+2 |
| | |||||
* | log latest changes | Thierry Vignaud | 2009-09-03 | 1 | -0/+2 |
| | |||||
* | urpmi 6.286.28 | Christophe Fergeau | 2009-08-31 | 1 | -0/+4 |
| | |||||
* | (_kernel_callback,_get_orphan_kernels,_all_unrequested_orphans) offer | Thierry Vignaud | 2009-08-20 | 1 | -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 Vignaud | 2009-08-20 | 1 | -0/+4 |
| | | | | remove current kernel | ||||
* | release 6.27.16.27.1 | Christophe Fergeau | 2009-08-20 | 1 | -0/+2 |
| | |||||
* | append a 'reason' field to api.mandriva.com queries when the query is | Christophe Fergeau | 2009-08-18 | 1 | -0/+2 |
| | | | | meant to update the mirror list | ||||
* | update NEWS | Christophe Fergeau | 2009-08-17 | 1 | -0/+3 |
| | |||||
* | 6.276.27 | Thierry Vignaud | 2009-08-13 | 1 | -0/+2 |
| | |||||
* | Save media.cfg files locally to map urpmi.cfg media to media.cfg | Christophe Fergeau | 2009-08-13 | 1 | -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 Vignaud | 2009-08-11 | 1 | -0/+1 |
| | | | | | | rationale: all prints in transaction/installation code now go through a callback that redirects the output at install time | ||||
* | add missing space | Thierry Vignaud | 2009-08-11 | 1 | -0/+1 |
| | |||||
* | update NEWS | Christophe Fergeau | 2009-08-11 | 1 | -0/+4 |
| | |||||
* | 6.26.16.26.1 | Christophe Fergeau | 2009-07-31 | 1 | -0/+5 |
| | |||||
* | forgot to tag release | Christophe Fergeau | 2009-07-31 | 1 | -0/+2 |
| | |||||
* | release 6.266.26 | Christophe Fergeau | 2009-07-30 | 1 | -0/+2 |
| | |||||
* | wrap | Thierry Vignaud | 2009-07-29 | 1 | -5/+6 |
| | |||||
* | update NEWS file | Christophe Fergeau | 2009-07-28 | 1 | -7/+10 |
| | |||||
* | invalidate mirrorlist cache when distro version changes | Christophe Fergeau | 2009-07-24 | 1 | -0/+2 |
| | | | | | | | If mirrors.cache contains mirrors for 2009.1 and product.id changes to have version=2010.0, cache is used and urpmi.addmedia --distrib --mirrorlist will add 2009.1 mirrors. Store mtime of product.id in the mirror cache to properly detect when product.id was modified | ||||
* | urpmi: allow bash-completion to complete to .spec files as well | Anssi Hannula | 2009-07-09 | 1 | -0/+2 |
| | |||||
* | - adjust parsing of aria2 output for aria2 1.4, fixes bug #51354 | Christophe Fergeau | 2009-06-04 | 1 | -0/+2 |
| | |||||
* | (run) use urpmi log API for the transaction failed message instead of | Thierry Vignaud | 2009-04-24 | 1 | -0/+4 |
| | | | | | | printing it on the console so that installer can save each error with each transaction log instead of only having a summary at end | ||||
* | 6.25.56.25.5topic/6.25@258013 | Thierry Vignaud | 2009-04-23 | 1 | -0/+2 |
| | |||||
* | (bad_signature) log bad signatures on stderr | Thierry Vignaud | 2009-04-22 | 1 | -0/+1 |
| | |||||
* | (need_restart) do not advise to restart in --auto mode | Thierry Vignaud | 2009-04-22 | 1 | -0/+3 |
| | |||||
* | 6.25.46.25.4 | Christophe Fergeau | 2009-04-20 | 1 | -0/+4 |
| | |||||
* | fix gurpmi.desktop (#50047)6.25.3 | Pascal Terjan | 2009-04-18 | 1 | -0/+4 |
| |