Summary: | >=sys-apps/portage-3.0.19: portage.sets.dbapi.OwnerSet exception if exclude-files not specified | ||
---|---|---|---|
Product: | Portage Development | Reporter: | Sascha Beck <BeckSascha> |
Component: | Core | Assignee: | Portage team <dev-portage> |
Status: | RESOLVED FIXED | ||
Severity: | minor | CC: | randy-andy-, sam |
Priority: | Normal | Keywords: | InVCS, REGRESSION |
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 785484 |
Description
Sascha Beck
2021-06-18 09:45:20 UTC
Shouldn't that be exclude-files rather than excluded-files? Oops my bad you are right the option is named exclude-files, I had it right in the title. This sort of change should have been preceded by a news item. At the very least, an ewarn message would have saved a lot of grief and time. (In reply to Neil Bothwick from comment #3) > This sort of change should have been preceded by a news item. At the very > least, an ewarn message would have saved a lot of grief and time. Well, I'm fairly sure it's a bug. The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/proj/portage.git/commit/?id=38d3ff6abba53f664e52d0bfafff5ab49d052bb8 commit 38d3ff6abba53f664e52d0bfafff5ab49d052bb8 Author: Zac Medico <zmedico@gentoo.org> AuthorDate: 2021-06-18 15:36:51 +0000 Commit: Zac Medico <zmedico@gentoo.org> CommitDate: 2021-06-18 15:39:16 +0000 OwnerSet: handle missing or empty exclude-files parameter (bug 796584) Fixes: f55156d167a6 ("lib/portage/_sets/dbapi.py: add glob support to exclude-files parameter cnf/sets/portage.conf: add exclude-files=/usr/src/linux* in module-rebuild set") Bug: https://bugs.gentoo.org/796584 Signed-off-by: Zac Medico <zmedico@gentoo.org> lib/portage/_sets/dbapi.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/proj/portage.git/commit/?id=693f6bf5a54e2424e2ad49e1838b61f76bf78e40 commit 693f6bf5a54e2424e2ad49e1838b61f76bf78e40 Author: Zac Medico <zmedico@gentoo.org> AuthorDate: 2021-06-18 15:50:43 +0000 Commit: Zac Medico <zmedico@gentoo.org> CommitDate: 2021-06-18 15:51:58 +0000 OwnerSet: fix inverted exclude_paths condition Bug: https://bugs.gentoo.org/796584 Fixes: 38d3ff6abba5 ("OwnerSet: handle missing or empty exclude-files parameter (bug 796584)") Signed-off-by: Zac Medico <zmedico@gentoo.org> lib/portage/_sets/dbapi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27d01762f36c119670ee8a8e7a570c1dc8a697d4 commit 27d01762f36c119670ee8a8e7a570c1dc8a697d4 Author: Zac Medico <zmedico@gentoo.org> AuthorDate: 2021-06-18 16:32:13 +0000 Commit: Zac Medico <zmedico@gentoo.org> CommitDate: 2021-06-18 16:35:02 +0000 sys-apps/portage: 3.0.20-r4 regression fix revbump #796584 - OwnerSet exception if exclude-files not specified Bug: https://bugs.gentoo.org/785484 Closes: https://bugs.gentoo.org/796584 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Zac Medico <zmedico@gentoo.org> sys-apps/portage/Manifest | 1 + .../portage/{portage-3.0.20-r3.ebuild => portage-3.0.20-r4.ebuild} | 6 +++++- 2 files changed, 6 insertions(+), 1 deletion(-) |