Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 931966 - Bugs count is inconsistent
Summary: Bugs count is inconsistent
Status: RESOLVED FIXED
Alias: None
Product: Websites
Classification: Unclassified
Component: Gentoo Website (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Arthur Zamarin
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-05-15 20:11 UTC by Alexander Kurakin
Modified: 2024-05-21 11:54 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Screenshot (screenshot.png,76.81 KB, image/png)
2024-05-15 20:11 UTC, Alexander Kurakin
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Kurakin 2024-05-15 20:11:01 UTC
Created attachment 893029 [details]
Screenshot

https://packages.gentoo.org/packages/x11-drivers/nvidia-drivers/bugs shows (15 May 2024, 20:00 UTC):

- Bugs (3)
- 2 bugs really
- Packages Bugs (2), Stabilization Bugs (0), Keywording Bugs (0)

The screenshot is attached.

Is it expected?
Comment 1 Larry the Git Cow gentoo-dev 2024-05-16 06:11:21 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/sites/soko.git/commit/?id=366153a7cdd2b9c2de4ec435156737085921c656

commit 366153a7cdd2b9c2de4ec435156737085921c656
Author:     Arthur Zamarin <arthurzam@gentoo.org>
AuthorDate: 2024-05-16 06:04:39 +0000
Commit:     Arthur Zamarin <arthurzam@gentoo.org>
CommitDate: 2024-05-16 06:04:39 +0000

    bugs: show all general bugs
    
    Closes: https://bugs.gentoo.org/931966
    Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>

 pkg/app/handler/categories/show.go             |  2 +-
 pkg/app/handler/maintainer/show.go             |  2 +-
 pkg/app/handler/packages/components/bugs.templ | 12 ++++++------
 pkg/app/handler/packages/show.go               |  2 +-
 pkg/app/handler/packages/show.templ            |  8 ++++----
 pkg/app/utils/bugs.go                          | 10 +++++-----
 pkg/models/bug.go                              | 18 ++++++++++++++++++
 pkg/portage/bugs/bugs.go                       |  2 +-
 pkg/portage/maintainers/update.go              |  2 +-
 9 files changed, 38 insertions(+), 20 deletions(-)
Comment 2 Alexander Kurakin 2024-05-21 11:54:50 UTC
Thanks!