| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
| |
The implementation wasn't properly aliasing _get_* to
the underlying raw_repo, and it should've been filtering
packages and versions according to the filter. This adds that.
This isn't a huge issue, but it breaks API guarantees
for code tring to efficienctly access this sort of info
for a repository stack.
Signed-off-by: Brian Harring <ferringb@gmail.com>
|
|
|
|
|
|
|
|
|
| |
This reverts commit ef79d4dcc640658b335fd80cd69bc743d566010a.
As discussed on IRC, temporary fix for live users.
Bug: https://github.com/pkgcore/pkgcheck/issues/602
Signed-off-by: Sam James <sam@gentoo.org>
|
|
|
|
| |
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
|
|
|
|
| |
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
|
|
|
|
|
| |
Signed-off-by: Brian Harring <ferringb@gmail.com>
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
|
|
|
|
|
|
|
| |
- instead of callback_logger & protect_logging please use caplog fixture
- instead of malleable_obj please use types.SimpleNamespace
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
|
| |
|
| |
|
|
|
|
|
| |
To provide separation for future integration and benchmark tests in
relation to unit tests.
|
| |
|
| |
|
|
|