Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 742344 - Include potential stable requests in maintainer results
Summary: Include potential stable requests in maintainer results
Status: RESOLVED FIXED
Alias: None
Product: Websites
Classification: Unclassified
Component: Packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Gentoo Packages Website
URL:
Whiteboard:
Keywords:
: 739928 (view as bug list)
Depends on:
Blocks:
 
Reported: 2020-09-13 12:11 UTC by Michał Górny
Modified: 2020-09-22 22:52 UTC (History)
2 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2020-09-13 12:11:46 UTC
https://packages.gentoo.org/maintainer/xfce@gentoo.org

would be nice to have a tab collecting all StableRequest results from CI, i.e. a list of potential stabilization candidates.
Comment 1 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2020-09-14 06:18:20 UTC
*** Bug 739928 has been marked as a duplicate of this bug. ***
Comment 2 Larry the Git Cow gentoo-dev 2020-09-22 22:52:20 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/sites/soko.git/commit/?id=1a09a4ef57ca70ddb385b7a6b00ca4f489644e42

commit 1a09a4ef57ca70ddb385b7a6b00ca4f489644e42
Author:     Max Magorsch <arzano@gentoo.org>
AuthorDate: 2020-09-22 22:50:59 +0000
Commit:     Max Magorsch <arzano@gentoo.org>
CommitDate: 2020-09-22 22:50:59 +0000

    Include potential stable requests in maintainer results
    
    Thanks to sam and mgorny for the suggestion
    
    Closes: https://bugs.gentoo.org/742344
    
    Signed-off-by: Max Magorsch <arzano@gentoo.org>

 pkg/app/handler/maintainer/show.go                 |  7 ++
 pkg/models/package.go                              |  9 +-
 pkg/portage/maintainers/update.go                  | 21 ++++-
 .../maintainer/components/stabilization.tmpl       | 96 ++++++++++++++++++++++
 web/templates/maintainer/maintainerheader.tmpl     |  1 +
 web/templates/maintainer/show.tmpl                 |  2 +
 6 files changed, 128 insertions(+), 8 deletions(-)