Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | only a couple func really are needed | Thierry Vignaud | 2013-03-21 | 1 | -1/+1 |
| | |||||
* | bump copyright | Thierry Vignaud | 2013-02-05 | 1 | -1/+1 |
| | |||||
* | fix some spelling errors | Guillaume Rousse | 2012-12-05 | 1 | -1/+1 |
| | |||||
* | fix computing kernel orphans when running kernel is not the latest (2/2) | Thierry Vignaud | 2012-11-16 | 1 | -0/+1 |
| | | | | | | | | prevent trying to remove the currently running (not latest) kernel reintroducing a line drop in commit r6238 from Oct 15 2012: "(_all_unrequested_orphans) prevent offering to remove DKMS modules for current kernel (mga#5092)" | ||||
* | fix computing kernel orphans when running kernel is not the latest (1/2) | Thierry Vignaud | 2012-11-16 | 1 | -3/+3 |
| | | | | | | | | prevent trying to remove dkms packages for the latest (not currently running) kernel basically reverting commit r6236 from0 Oct 15 2012: "(_kernel_callback) keep track of DKMS packages too" | ||||
* | (_get_orphan_kernels) simplify | Thierry Vignaud | 2012-10-16 | 1 | -2/+2 |
| | |||||
* | (_get_current_kernel_package) return current kernel version too | Thierry Vignaud | 2012-10-15 | 1 | -4/+4 |
| | | | | | (_all_unrequested_orphans) prevent offering to remove DKMS modules for current kernel (mga#5092) | ||||
* | (_kernel_callback) we really don't care about versions here | Thierry Vignaud | 2012-10-15 | 1 | -1/+1 |
| | |||||
* | (_kernel_callback) keep track of DKMS packages too | Thierry Vignaud | 2012-10-15 | 1 | -3/+3 |
| | |||||
* | rename a variable for reality | Thierry Vignaud | 2012-10-15 | 1 | -3/+3 |
| | |||||
* | (_kernel_callback) fix comment | Thierry Vignaud | 2012-10-15 | 1 | -1/+1 |
| | |||||
* | convert a couple comments to POD | Thierry Vignaud | 2012-08-31 | 1 | -10/+23 |
| | |||||
* | document some functions | Thierry Vignaud | 2012-08-31 | 1 | -2/+53 |
| | |||||
* | add basic POD documentation | Thierry Vignaud | 2012-08-31 | 1 | -0/+25 |
| | |||||
* | add missing spacing | Thierry Vignaud | 2012-08-31 | 1 | -0/+6 |
| | |||||
* | (_installed_req_and_unreq_and_update_unrequested_list) only write | Thierry Vignaud | 2012-08-26 | 1 | -1/+4 |
| | | | | | the unrequested package list file if the list actually changed (mga#7167) | ||||
* | (_installed_req_and_unreq_and_update_unrequested_list) keep new pkgs list around | Thierry Vignaud | 2012-08-26 | 1 | -1/+2 |
| | | | | (needed for next commit) | ||||
* | do not wrongly tell we updated the unrequested package list when we | Thierry Vignaud | 2012-08-26 | 1 | -0/+1 |
| | | | | didn't (eg: when not having the proper rights) (mga#7167) | ||||
* | urpmi: do not print orphans message when no package is orphan | Olivier Blin | 2012-04-19 | 1 | -3/+3 |
| | |||||
* | (_all_unrequested_orphans) fix reading unrequested packages list | Thierry Vignaud | 2012-01-06 | 1 | -5/+4 |
| | | | | | | | | (/var/lib/rpm/installed-through-deps.list) when chrooted (was trying to read out of chroot one when computing orphans) (compute_future_unrequested_orphans,get_orphans) adapt to new calling convention | ||||
* | (get_now_orphans_gui_msg) introduce it for rpmdrake (#920) | Thierry Vignaud | 2011-09-17 | 1 | -0/+13 |
| | |||||
* | (_get_now_orphans_raw_msg) split it out of get_now_orphans_msg() | Thierry Vignaud | 2011-09-17 | 1 | -2/+10 |
| | | | | (needed for next commit) | ||||
* | (_kernel_callback) add packages requiring orphan kernels to the orphan | Thierry Vignaud | 2010-01-05 | 1 | -2/+13 |
| | | | | lists too, eg dkms packages (#53414) | ||||
* | rename @requested_kernels as @latest_kernels as its purpopse really is to | Thierry Vignaud | 2010-01-05 | 1 | -3/+3 |
| | | | | | track latest kernels for every flavor, not kernel packages that are required by 3rd party packages | ||||
* | perl_checker cleanups & annotations | Thierry Vignaud | 2010-01-05 | 1 | -2/+4 |
| | |||||
* | test for /boot/vmlinuz-$release existence before using it | Christophe Fergeau | 2009-11-18 | 1 | -1/+1 |
| | | | | | | kernel orphaning assumes this file is present, however in rare cases when the user erased its running kernel (or in chroots), the file may not exist which causes an error message | ||||
* | be careful when an obsoleted package is listed in potential orphans | Christophe Fergeau | 2009-10-28 | 1 | -2/+4 |
| | | | | | | | | | | When package B obsoletes package A and package A is listed as a potential orphan (ie it appears in installed-through-deps.list), then B is marked as a potential orphan too (since "obsoletes" more or less means that A was renamed to B). However, if B was originally installed and does not appear in installed-through-deps, that means it's not a potential orphan and thus it shouldn't be added to the potential orphans list. Fixes #54590. | ||||
* | (_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 |
| |