Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (_all_unrequested_orphans,_kernel_callback) fix commit ignoring kernel | Thierry Vignaud | 2009-10-13 | 1 | -3/+4 |
| | | | | | | | | packages explicitely installed (aka not in /var/lib/rpm/installed-through-deps.list) (#53425) which r261072 by pterjan on 2009-09-28 tried to do now kernel orphans are handled again | ||||
* | _kernel_callback) better comment | Thierry Vignaud | 2009-10-13 | 1 | -1/+1 |
| | |||||
* | fix bogus logic referencing non existent variables introduced in commit r261072 | Thierry Vignaud | 2009-10-13 | 1 | -1/+1 |
| | | | | | | | | | 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!!! | ||||
* | Do not list as orphans kernel packages which where not installe through ↵ | Pascal Terjan | 2009-09-28 | 1 | -2/+5 |
| | | | | dependencies (#53425) | ||||
* | exclude kernel-source from orphan processing (#53426) | Christophe Fergeau | 2009-09-04 | 1 | -1/+1 |
| | |||||
* | move "\n" out of translatable string | Christophe Fergeau | 2009-08-31 | 1 | -2/+2 |
| | |||||
* | (_get_current_kernel_package) explain | Thierry Vignaud | 2009-08-20 | 1 | -0/+1 |
| | |||||
* | (_kernel_callback,_get_orphan_kernels,_all_unrequested_orphans) offer | Thierry Vignaud | 2009-08-20 | 1 | -0/+48 |
| | | | | | | | 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/+11 |
| | | | | remove current kernel | ||||
* | perl_checker cleanup | Thierry Vignaud | 2009-08-20 | 1 | -1/+1 |
| | |||||
* | module must return a true value | Thierry Vignaud | 2009-08-20 | 1 | -0/+2 |
| | |||||
* | add new line after message suggesting to remove orphans | Christophe Fergeau | 2009-08-20 | 1 | -2/+2 |
| | | | | Fixes bug #53003 | ||||
* | fix string committed in previous commit to make it translatable | Christophe Fergeau | 2009-08-10 | 1 | -4/+2 |
| | |||||
* | improve message notifying about orphans | Christophe Fergeau | 2009-08-10 | 1 | -3/+5 |
| | | | | patch from François, fixes bug #42484 | ||||
* | Fix some spelling mistakes | Pascal Terjan | 2009-08-03 | 1 | -1/+1 |
| | |||||
* | String fixes from John Rye | Christophe Fergeau | 2009-04-02 | 1 | -2/+2 |
| | |||||
* | Oops, stupid typo | Christophe Fergeau | 2009-02-16 | 1 | -1/+1 |
| | |||||
* | Improve wording of the message telling orphans can be removed | Christophe Fergeau | 2009-02-16 | 1 | -2/+2 |
| | |||||
* | Make perl-checker happy | Christophe Fergeau | 2009-01-13 | 1 | -1/+1 |
| | |||||
* | Code cleanups after pixel feedback | Christophe Fergeau | 2009-01-13 | 1 | -8/+9 |
| | |||||
* | mark packages that were initially installed through deps, removed and | Christophe Fergeau | 2009-01-13 | 1 | -12/+12 |
| | | | | reinstalled as non-orphanable, fix writing of installed-through-deps | ||||
* | Mark packages as "manually installed" | Christophe Fergeau | 2009-01-13 | 1 | -3/+35 |
| | | | | | | | | With the orphan mechanism, there is no way to manually mark a package that was installed as a dep of another package as not being a potential orphan. Mimic apt and if an already package is passed as an argument to urpmi, remove it from the potential orphans list. Fixes bug #45054. | ||||
* | add some comments | Pascal Rigaux | 2009-01-06 | 1 | -0/+11 |
| | |||||
* | use "use strict" in all modules | Pascal Rigaux | 2009-01-06 | 1 | -0/+1 |
| | |||||
* | give clearer name to some functions | Pascal Rigaux | 2009-01-06 | 1 | -7/+7 |
| | |||||
* | enhance doc | Pascal Rigaux | 2009-01-06 | 1 | -1/+2 |
| | |||||
* | fix comment | Pascal Rigaux | 2009-01-06 | 1 | -1/+1 |
| | |||||
* | add comment | Pascal Rigaux | 2009-01-06 | 1 | -1/+3 |
| | |||||
* | add comment | Pascal Rigaux | 2009-01-06 | 1 | -0/+3 |
| | |||||
* | (installed_leaves) do not list suggested packages as unrequested packages ↵ | Thierry Vignaud | 2008-12-15 | 1 | -1/+1 |
| | | | | (#46326) | ||||
* | - urpmi | Pascal Rigaux | 2008-10-28 | 1 | -2/+3 |
| | | | | | | | | 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 --env | Pascal Rigaux | 2008-10-27 | 1 | -2/+2 |
| | | | | | - handle urpme --auto-orphans --env | ||||
* | export new_unrequested() (for future use in drakx (?)) | Pascal Rigaux | 2008-09-25 | 1 | -3/+3 |
| | |||||
* | o fix orphans handling: an already installed pkg must not become | Pascal Rigaux | 2008-09-09 | 1 | -3/+6 |
| | | | | | | | "unrequested" because a new version of it is required fixes test_urpme(['gg', 'g'], 'g', 'g', 'gg-2'); | ||||
* | partially revert previous commit | Pascal Rigaux | 2008-09-06 | 1 | -6/+6 |
| | | | | | (_selected_unrequested() doesn't need $current_unrequested) | ||||
* | - cleanup doc of _renamed_unrequested() | Pascal Rigaux | 2008-09-06 | 1 | -7/+7 |
| | | | | | - move things around for next commit | ||||
* | - urpmi | Pascal Rigaux | 2008-08-20 | 1 | -1/+3 |
| | | | | | | o do not write useless "foo (obsoletes foo-xxx)" in installed-through-deps.list (#42167) | ||||
* | o sort the list of orphans | Pascal Rigaux | 2008-07-11 | 1 | -1/+1 |
| | |||||
* | o fix creation of chroot with --root by using ↵ | Pascal Rigaux | 2008-07-10 | 1 | -7/+7 |
| | | | | | | | | | /var/lib/rpm/installed-through-deps.list (instead of having it in /var/lib/urpmi) it's a saner place to put this file anyway | ||||
* | - urpmi, urpme, urpmq: | Pascal Rigaux | 2008-07-09 | 1 | -1/+1 |
| | | | | | | | | o fix orphans handling: suggested packages must not be detected as orphans (reported on cooker ml: perl-Mail-DomainKeys suggested by spamassassin was detected as orphan) | ||||
* | fix detecting urpme creates a new orphan through "suggests" | Pascal Rigaux | 2008-07-07 | 1 | -1/+1 |
| | |||||
* | fix typo | Pascal Rigaux | 2008-07-07 | 1 | -1/+1 |
| | |||||
* | o handle "unrequested orphans" (similar to "deborphan") | Pascal Rigaux | 2008-07-07 | 1 | -0/+341 |